aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-07-30 11:45:34 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-07-30 11:45:34 +0000
commit1f0c9ad7e1a206edc95c477e981fb331c0f6460d (patch)
treef2fb4e04f96a96114bd4acbfa8a39b36c8e9b385 /CHANGES
parent06efc222f9620f6806dd9a59528cf3f9ee9171ee (diff)
downloadopenssl-1f0c9ad7e1a206edc95c477e981fb331c0f6460d.tar.gz
Fix inconsistent behaviour with respect to verify_callback handling.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fd23e1a262..5e6d2204a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,14 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) Modified SSL library such that the verify_callback that has been set
+ specificly for an SSL object with SSL_set_verify() is actually being
+ used. Before the change, a verify_callback set with this function was
+ ignored and the verify_callback() set in the SSL_CTX at the time of
+ the call was used. New function X509_STORE_CTX_set_verify_cb() introduced
+ to allow the necessary settings.
+ [Lutz Jaenicke]
+
+) Initial reduction of linker bloat: the use of some functions, such as
PEM causes large amounts of unused functions to be linked in due to
poor organisation. For example pem_all.c contains every PEM function