aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add ex_data functions for X509_STOREfix/x509-store-ex-dataKazuki Yamaguchi2016-04-231-0/+10
* Fix EC_KEY_set_private_key() to call key->group->meth->set_private()Kazuki Yamaguchi2016-04-231-2/+2
* Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson2016-04-231-10/+26
* Fix CRYPTO_clear_realloc() bug.Dr. Stephen Henson2016-04-211-2/+3
* Fix a missing return value check in v3_addrMatt Caswell2016-04-211-1/+2
* Fix some code maintenance issuesMatt Caswell2016-04-211-1/+1
* BIO socket connect failure was not handled correctly.Davide Galassi2016-04-201-1/+1
* Fix missing IDEA renames (windows build)Michel2016-04-201-4/+4
* Update copyright; generated files.Rich Salz2016-04-202-113/+16
* Remove --classic build entirelyRichard Levitte2016-04-2056-3151/+0
* Copyright consolidation: perl filesRich Salz2016-04-2046-392/+332
* evp/aes_aes.c: engage Fujitsu SPARC64 X AES support.Andy Polyakov2016-04-201-1/+10
* sparcv9cap.c: add Fujitsu SPARC64 X AES capability detection.Andy Polyakov2016-04-203-5/+20
* Add AES assembly module for Fujitsu SPARC64 X/X+.Andy Polyakov2016-04-203-0/+439
* perlasm/x86_64-xlate.pl: make latest ml64 work.Andy Polyakov2016-04-201-2/+5
* poly1305/asm/poly1305-x86_64.pl: not all assemblers manage << in constants.Andy Polyakov2016-04-201-5/+5
* Unsigned chars can't be negativeMatt Caswell2016-04-181-4/+5
* Fix PKCS7 memory leakMatt Caswell2016-04-181-0/+1
* Make string_to_hex/hex_to_string publicRich Salz2016-04-1812-121/+130
* Rename some lowercase API'sRich Salz2016-04-1813-101/+103
* Free methods on destroy.Ben Laurie2016-04-181-4/+10
* Free engine on error.Ben Laurie2016-04-181-0/+6
* Opacity.Ben Laurie2016-04-181-69/+65
* Restore OCSP_basic_verify() error return semanticsRichard Levitte2016-04-172-15/+23
* Add X509_STORE_CTX_set0_untrusted function.Dr. Stephen Henson2016-04-161-0/+5
* Small OCSP fixupRichard Levitte2016-04-161-2/+2
* Make many X509_xxx types opaque.Rich Salz2016-04-1510-67/+311
* Fix ex_data locks issueMatt Caswell2016-04-144-9/+28
* The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell2016-04-142-1/+2
* Ensure all locks are properly cleaned upMatt Caswell2016-04-147-9/+39
* Fix the spelling of "implement".Shlomi Fish2016-04-143-3/+3
* Bugfix: in asn1parse avoid erroneous len after a sub-sequenceViktor Dukhovni2016-04-141-3/+4
* Remove OPENSSL_NO_SHA guardsMatt Caswell2016-04-131-1/+1
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-135-377/+366
* Need err_load_crypto_strings_int declared.Rich Salz2016-04-131-1/+1
* Remove check_defer()Dr. Stephen Henson2016-04-134-25/+3
* Move a declaration that's private to libcryptoRichard Levitte2016-04-132-0/+17
* PPC assebmly pack: initial POWER9 support tidbits.Andy Polyakov2016-04-134-0/+39
* chacha/asm/chacha-armv8.pl: fix intermittent build failures.Andy Polyakov2016-04-131-0/+1
* Remake the way dynamic zlib is loadedRichard Levitte2016-04-131-5/+12
* Rename int_*() functions to *_int()Matt Caswell2016-04-1326-90/+90
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-1326-90/+90
* Deprecate CONF_modules_free() and make it a no-opMatt Caswell2016-04-132-6/+6
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-135-11/+12
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-135-7/+20
* Deprecate EVP_cleanup() and make it a no-opMatt Caswell2016-04-134-5/+6
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-132-3/+4
* Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell2016-04-133-3/+4
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-133-7/+18
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-133-62/+4