aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* various spelling fixesFdaSilvaYY2016-04-288-17/+17
* Add getters for X509_STORE and X509_OBJECT membersChristian Heimes2016-04-281-0/+3
* Implement X509_STORE_CTX_set_current_cert() accessorViktor Dukhovni2016-04-281-0/+1
* GH975 Add ex_data functions for X509_STOREKazuki Yamaguchi2016-04-271-0/+4
* Added missing X509_STORE_CTX_set_error_depth() accessorViktor Dukhovni2016-04-251-0/+1
* API compat macros for renamed X509_STORE_CTX functionsViktor Dukhovni2016-04-251-0/+6
* make updateViktor Dukhovni2016-04-221-0/+1
* Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni2016-04-221-1/+2
* Fix no-dsa on Windows/VMSMatt Caswell2016-04-221-1/+3
* Fix the indentation of OPENSSL_NO_STDIO in pem.hMatt Caswell2016-04-221-2/+2
* Fix no-cmac on Windows/VMSMatt Caswell2016-04-221-0/+4
* Fix no-ocsp on Windows (and probably VMS)Matt Caswell2016-04-211-66/+77
* Fix no-ui on WindowsMatt Caswell2016-04-201-8/+12
* Update copyright; generated files.Rich Salz2016-04-201-58/+7
* Fix no-sock on WindowsMatt Caswell2016-04-201-40/+50
* Fix no-dgram on WindowsMatt Caswell2016-04-201-14/+11
* Copyright consolidation: perl filesRich Salz2016-04-201-0/+7
* Prepare for 1.1.0-pre6-devMatt Caswell2016-04-191-3/+3
* Prepare for 1.1.0-pre5 releaseOpenSSL_1_1_0-pre5Matt Caswell2016-04-191-2/+2
* Make string_to_hex/hex_to_string publicRich Salz2016-04-182-7/+12
* 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
* Fix ex_data locks issueMatt Caswell2016-04-141-0/+1
* The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell2016-04-141-1/+0
* Add SSL_SESSION_get0_hostname()Lyon Chen2016-04-141-0/+1
* Ensure all locks are properly cleaned upMatt Caswell2016-04-142-1/+2
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-132-13/+9
* Remove check_defer()Dr. Stephen Henson2016-04-131-3/+0
* Move a declaration that's private to libcryptoRichard Levitte2016-04-131-1/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-134-7/+7
* Fix explicit de-init macrosMatt Caswell2016-04-1310-10/+10
* Fix symbols missing from shared buildMatt Caswell2016-04-131-0/+5
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-134-7/+7
* Deprecate CONF_modules_free() and make it a no-opMatt Caswell2016-04-132-1/+4
* 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-132-3/+4
* 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-132-2/+60
* Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell2016-04-132-1/+15
* 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-084-4/+5