summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-04-25crypto/sparc_arch.h: reserve more SPARCv9 capability bits.Andy Polyakov
2016-04-25chacha/asm/chacha-ppc.pl: get misalignment corner case right on big-endian.Andy Polyakov
2016-04-23Fix EC_KEY_set_private_key() to call key->group->meth->set_private()Kazuki Yamaguchi
2016-04-23Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson
2016-04-21Fix CRYPTO_clear_realloc() bug.Dr. Stephen Henson
2016-04-21Fix a missing return value check in v3_addrMatt Caswell
2016-04-21Fix some code maintenance issuesMatt Caswell
2016-04-20BIO socket connect failure was not handled correctly.Davide Galassi
2016-04-20Fix missing IDEA renames (windows build)Michel
2016-04-20Update copyright; generated files.Rich Salz
2016-04-20Remove --classic build entirelyRichard Levitte
2016-04-20Copyright consolidation: perl filesRich Salz
2016-04-20evp/aes_aes.c: engage Fujitsu SPARC64 X AES support.Andy Polyakov
2016-04-20sparcv9cap.c: add Fujitsu SPARC64 X AES capability detection.Andy Polyakov
2016-04-20Add AES assembly module for Fujitsu SPARC64 X/X+.Andy Polyakov
2016-04-20perlasm/x86_64-xlate.pl: make latest ml64 work.Andy Polyakov
2016-04-20poly1305/asm/poly1305-x86_64.pl: not all assemblers manage << in constants.Andy Polyakov
2016-04-18Unsigned chars can't be negativeMatt Caswell
2016-04-18Fix PKCS7 memory leakMatt Caswell
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-18Rename some lowercase API'sRich Salz
2016-04-18Free methods on destroy.Ben Laurie
2016-04-18Free engine on error.Ben Laurie
2016-04-18Opacity.Ben Laurie
2016-04-17Restore OCSP_basic_verify() error return semanticsRichard Levitte
2016-04-16Add X509_STORE_CTX_set0_untrusted function.Dr. Stephen Henson
2016-04-16Small OCSP fixupRichard Levitte
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-14Fix ex_data locks issueMatt Caswell
2016-04-14The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-04-14Fix the spelling of "implement".Shlomi Fish
2016-04-14Bugfix: in asn1parse avoid erroneous len after a sub-sequenceViktor Dukhovni
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Need err_load_crypto_strings_int declared.Rich Salz
2016-04-13Remove check_defer()Dr. Stephen Henson
2016-04-13Move a declaration that's private to libcryptoRichard Levitte
2016-04-13PPC assebmly pack: initial POWER9 support tidbits.Andy Polyakov
2016-04-13chacha/asm/chacha-armv8.pl: fix intermittent build failures.Andy Polyakov
2016-04-13Remake the way dynamic zlib is loadedRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell