summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes27
1 files changed, 27 insertions, 0 deletions
diff --git a/Changes b/Changes
index 0aa47ea..6196d10 100644
--- a/Changes
+++ b/Changes
@@ -94,6 +94,33 @@ Revision history for Perl extension Net::SSLeay.
testing and providing detailed test reports. Tested with GCC
13 g++, Clang 17 clang++ and Visual Studio Community 2022
C++ compilers. Discussion in GH-425 and GH-438.
+ - Add constants for OPENSSL_init_crypto and related functions:
+ - CONF_MFLAGS_DEFAULT_SECTION
+ - CONF_MFLAGS_IGNORE_ERRORS
+ - CONF_MFLAGS_IGNORE_MISSING_FILE
+ - CONF_MFLAGS_IGNORE_RETURN_CODES
+ - CONF_MFLAGS_NO_DSO
+ - CONF_MFLAGS_SILENT
+ - OPENSSL_INIT_ADD_ALL_CIPHERS
+ - OPENSSL_INIT_ADD_ALL_DIGESTS
+ - OPENSSL_INIT_ASYNC
+ - OPENSSL_INIT_ATFORK
+ - OPENSSL_INIT_ENGINE_AFALG
+ - OPENSSL_INIT_ENGINE_CAPI
+ - OPENSSL_INIT_ENGINE_CRYPTODEV
+ - OPENSSL_INIT_ENGINE_DYNAMIC
+ - OPENSSL_INIT_ENGINE_OPENSSL
+ - OPENSSL_INIT_ENGINE_PADLOCK
+ - OPENSSL_INIT_ENGINE_RDRAND
+ - OPENSSL_INIT_LOAD_CONFIG
+ - OPENSSL_INIT_LOAD_CRYPTO_STRINGS
+ - OPENSSL_INIT_LOAD_SSL_STRINGS
+ - OPENSSL_INIT_NO_ADD_ALL_CIPHERS
+ - OPENSSL_INIT_NO_ADD_ALL_DIGESTS
+ - OPENSSL_INIT_NO_ATEXIT
+ - OPENSSL_INIT_NO_LOAD_CONFIG
+ - OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS
+ - OPENSSL_INIT_NO_LOAD_SSL_STRINGS
1.93_02 2023-02-22
- Update ppport.h to version 3.68. This eliminates thousands of