aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
* Rename some lowercase API'sRich Salz2016-04-183-47/+72
* Restore OCSP_basic_verify() error return semanticsRichard Levitte2016-04-171-0/+1
* Remove declaration of function that isn't implementedRichard Levitte2016-04-171-1/+0
* Add X509_STORE_CTX_set0_untrusted function.Dr. Stephen Henson2016-04-161-0/+1
* Make many X509_xxx types opaque.Rich Salz2016-04-153-163/+25
* Add SSL_SESSION_get0_hostname()Lyon Chen2016-04-141-0/+1
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-132-13/+9
* Remove check_defer()Dr. Stephen Henson2016-04-131-3/+0
* Fix explicit de-init macrosMatt Caswell2016-04-1310-10/+10
* Deprecate CONF_modules_free() and make it a no-opMatt Caswell2016-04-131-1/+3
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-131-7/+6
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+3
* Deprecate EVP_cleanup() and make it a no-opMatt Caswell2016-04-131-5/+6
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+3
* Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell2016-04-131-2/+3
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+3
* Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell2016-04-131-1/+3
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-131-2/+1
* Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+4
* Add SSL_CTX_get_ciphers()Kazuki Yamaguchi2016-04-111-0/+1
* Make DH_METHOD opaqueMatt Caswell2016-04-091-18/+30
* Make DH opaqueMatt Caswell2016-04-091-27/+12
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-083-3/+4
* make updateViktor Dukhovni2016-04-072-4/+5
* Suppress CT callback as appropriateViktor Dukhovni2016-04-072-25/+48
* always use field namesDr. Stephen Henson2016-04-061-4/+0
* Make the RSA_METHOD structure opaqueRichard Levitte2016-04-061-45/+82
* Make the RSA structure opaqueRichard Levitte2016-04-061-36/+13
* Fix no-ocspMatt Caswell2016-04-061-0/+4
* Revert "various spelling fixes"Rich Salz2016-04-048-17/+17
* Revert "Fix an error code spelling."Rich Salz2016-04-041-1/+1
* Fix an error code spelling.FdaSilvaYY2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-048-17/+17
* Add X509_REQ_get0_pubkey methodFdaSilvaYY2016-04-041-0/+1
* Removed no-ops for the old locking APIMichaƂ Trojnara2016-04-031-24/+8
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-031-1/+6
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-031-2/+2
* Various DSA opacity fixupsMatt Caswell2016-04-031-3/+3
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-32/+50
* Make the DSA structure opaqueMatt Caswell2016-04-031-23/+12
* moved structure bio_buf_mem_st from headers to bss_mem.cKirill Marinushkin2016-04-021-1/+0
* Optimized BIO mem read - without reallocationKirill Marinushkin2016-04-022-2/+5
* Fix X509_PUBKEY cached key handling.Dr. Stephen Henson2016-04-021-0/+1
* Make it legal C.Ben Laurie2016-03-301-1/+1
* Fix build compilation failuresMatt Caswell2016-03-301-2/+0
* Fixup SSL EX_DATA indexTodd Short2016-03-292-6/+5
* Make BIO opaqueMatt Caswell2016-03-291-56/+38
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-271-0/+1
* RT4476: Fix some cast-alignment warningsJeffrey Walton2016-03-251-1/+1
* More Borland removal.Rich Salz2016-03-241-7/+2