summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell
2016-04-13Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell
2016-04-11Fix the no-posix-io optionMatt Caswell
2016-04-11BIO: respect opening in text modeRichard Levitte
2016-04-10Disable some sanitizer checks without PEDANTICEmilia Kasper
2016-04-09Add documentation for following DH and DH_METHOD opacityMatt Caswell
2016-04-09Fix double free bug in error pathMatt Caswell
2016-04-09Make DH_METHOD opaqueMatt Caswell
2016-04-09Make DH opaqueMatt Caswell
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov
2016-04-07make updateViktor Dukhovni
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-04-06Fix no-ocspMatt Caswell
2016-04-06Remove some OPENSSL_NO_ASYNC guards in initMatt Caswell
2016-04-06Configure: add BLAKE_DEBUG to --strict-warnings set.Andy Polyakov
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY
2016-04-04Add X509_REQ_get0_pubkey methodFdaSilvaYY
2016-04-04Fix two leaks in X509_REQ_to_X509FdaSilvaYY
2016-04-04crypto/poly1305: don't break carry chains.Andy Polyakov
2016-04-04Fix memory leaks in ASN.1Emilia Kasper
2016-04-04Don't shadow known symbols write, read, puts, getsRichard Levitte
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni