aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Ensure all locks are properly cleaned upMatt Caswell7-9/+39
2016-04-14Fix the spelling of "implement".Shlomi Fish3-3/+3
2016-04-14Bugfix: in asn1parse avoid erroneous len after a sub-sequenceViktor Dukhovni1-3/+4
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell1-1/+1
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell5-377/+366
2016-04-13Need err_load_crypto_strings_int declared.Rich Salz1-1/+1
2016-04-13Remove check_defer()Dr. Stephen Henson4-25/+3
2016-04-13Move a declaration that's private to libcryptoRichard Levitte2-0/+17
2016-04-13PPC assebmly pack: initial POWER9 support tidbits.Andy Polyakov4-0/+39
2016-04-13chacha/asm/chacha-armv8.pl: fix intermittent build failures.Andy Polyakov1-0/+1
2016-04-13Remake the way dynamic zlib is loadedRichard Levitte1-5/+12
2016-04-13Rename int_*() functions to *_int()Matt Caswell26-90/+90
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell26-90/+90
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell2-6/+6
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell5-11/+12
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell5-7/+20
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell4-5/+6
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2-3/+4
2016-04-13Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell3-3/+4
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell3-7/+18
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell3-62/+4
2016-04-13Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell2-6/+6
2016-04-11Fix the no-posix-io optionMatt Caswell1-1/+1
2016-04-11BIO: respect opening in text modeRichard Levitte1-1/+5
2016-04-10Disable some sanitizer checks without PEDANTICEmilia Kasper1-3/+1
2016-04-09Add documentation for following DH and DH_METHOD opacityMatt Caswell1-0/+1
2016-04-09Fix double free bug in error pathMatt Caswell1-0/+1
2016-04-09Make DH_METHOD opaqueMatt Caswell4-3/+179
2016-04-09Make DH opaqueMatt Caswell10-20/+157
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz1-9/+9
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov6-25/+25
2016-04-07Clean-up *_DEBUG options.Andy Polyakov9-47/+0
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov1-2/+5
2016-04-07make updateViktor Dukhovni1-3/+0
2016-04-07Suppress CT callback as appropriateViktor Dukhovni4-69/+58
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte5-4/+306
2016-04-06Make the RSA structure opaqueRichard Levitte11-41/+201
2016-04-06Fix no-ocspMatt Caswell2-0/+6
2016-04-06Remove some OPENSSL_NO_ASYNC guards in initMatt Caswell1-8/+1
2016-04-06Configure: add BLAKE_DEBUG to --strict-warnings set.Andy Polyakov2-2/+2
2016-04-04Revert "various spelling fixes"Rich Salz9-10/+10
2016-04-04various spelling fixesFdaSilvaYY9-10/+10
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY1-9/+2
2016-04-04Add X509_REQ_get0_pubkey methodFdaSilvaYY1-0/+7
2016-04-04Fix two leaks in X509_REQ_to_X509FdaSilvaYY1-4/+14
2016-04-04crypto/poly1305: don't break carry chains.Andy Polyakov10-76/+146
2016-04-04Fix memory leaks in ASN.1Emilia Kasper1-1/+8
2016-04-04Don't shadow known symbols write, read, puts, getsRichard Levitte1-8/+8
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni4-26/+158
2016-04-03Tidy up x509_vfy callback handlingViktor Dukhovni3-289/+221