summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell2016-04-132-6/+6
* Fix the no-posix-io optionMatt Caswell2016-04-111-1/+1
* BIO: respect opening in text modeRichard Levitte2016-04-111-1/+5
* Disable some sanitizer checks without PEDANTICEmilia Kasper2016-04-101-3/+1
* Add documentation for following DH and DH_METHOD opacityMatt Caswell2016-04-091-0/+1
* Fix double free bug in error pathMatt Caswell2016-04-091-0/+1
* Make DH_METHOD opaqueMatt Caswell2016-04-094-3/+179
* Make DH opaqueMatt Caswell2016-04-0910-20/+157
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-081-9/+9
* PPC assembly pack: remove branch hints.Andy Polyakov2016-04-076-25/+25
* Clean-up *_DEBUG options.Andy Polyakov2016-04-079-47/+0
* bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov2016-04-071-2/+5
* make updateViktor Dukhovni2016-04-071-3/+0
* Suppress CT callback as appropriateViktor Dukhovni2016-04-074-69/+58
* Make the RSA_METHOD structure opaqueRichard Levitte2016-04-065-4/+306
* Make the RSA structure opaqueRichard Levitte2016-04-0611-41/+201