summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2016-04-27GH975 Add ex_data functions for X509_STOREKazuki Yamaguchi
2016-04-25Added missing X509_STORE_CTX_set_error_depth() accessorViktor Dukhovni
2016-04-25API compat macros for renamed X509_STORE_CTX functionsViktor Dukhovni
2016-04-22make updateViktor Dukhovni
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni
2016-04-22Fix no-dsa on Windows/VMSMatt Caswell
2016-04-22Fix the indentation of OPENSSL_NO_STDIO in pem.hMatt Caswell
2016-04-22Fix no-cmac on Windows/VMSMatt Caswell
2016-04-21Fix no-ocsp on Windows (and probably VMS)Matt Caswell
2016-04-20Fix no-ui on WindowsMatt Caswell
2016-04-20Update copyright; generated files.Rich Salz
2016-04-20Fix no-sock on WindowsMatt Caswell
2016-04-20Fix no-dgram on WindowsMatt Caswell
2016-04-20Copyright consolidation: perl filesRich Salz
2016-04-19Prepare for 1.1.0-pre6-devMatt Caswell
2016-04-19Prepare for 1.1.0-pre5 releaseOpenSSL_1_1_0-pre5Matt Caswell
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-18Rename some lowercase API'sRich Salz
2016-04-17Restore OCSP_basic_verify() error return semanticsRichard Levitte
2016-04-17Remove declaration of function that isn't implementedRichard Levitte
2016-04-16Add X509_STORE_CTX_set0_untrusted function.Dr. Stephen Henson
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-14Fix ex_data locks issueMatt Caswell
2016-04-14The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell
2016-04-14Add SSL_SESSION_get0_hostname()Lyon Chen
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Remove check_defer()Dr. Stephen Henson
2016-04-13Move a declaration that's private to libcryptoRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Fix explicit de-init macrosMatt Caswell
2016-04-13Fix symbols missing from shared buildMatt 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 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