summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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 SSL_COMP_free_compression_methods() 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-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi
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-07make updateViktor Dukhovni
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-06always use field namesDr. Stephen Henson
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-04Revert "various spelling fixes"Rich Salz
2016-04-04Revert "Fix an error code spelling."Rich Salz
2016-04-04Fix an error code spelling.FdaSilvaYY
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Add X509_REQ_get0_pubkey methodFdaSilvaYY
2016-04-03Removed no-ops for the old locking APIMichaƂ Trojnara
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-04-02moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin
2016-04-02Fix X509_PUBKEY cached key handling.Dr. Stephen Henson
2016-03-30Make it legal C.Ben Laurie
2016-03-30Fix build compilation failuresMatt Caswell
2016-03-29Fixup SSL EX_DATA indexTodd Short
2016-03-29Make BIO opaqueMatt Caswell
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-25RT4476: Fix some cast-alignment warningsJeffrey Walton
2016-03-24More Borland removal.Rich Salz
2016-03-23Move dso.h to internalRich Salz
2016-03-23Remove several unused undocumented functions.Rich Salz
2016-03-22remove unused references fieldDr. Stephen Henson
2016-03-22Have only one DSO_METHOD_opensslRich Salz
2016-03-22Make DSO opaque.Rich Salz
2016-03-22Make X509_PUBKEY opaqueDr. Stephen Henson
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Fix no-sockMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-03-20constify DSA_SIG_get0()Dr. Stephen Henson
2016-03-19constify ECDSA_SIG_get0()Dr. Stephen Henson
2016-03-19GH36: Add casts to match the documentationAlex Gaynor