CHANGES should list all API changes relevant for applications
authorBodo Möller <bodo@openssl.org>
Tue, 4 Sep 2001 11:13:01 +0000 (11:13 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 4 Sep 2001 11:13:01 +0000 (11:13 +0000)
(here: X509_STORE_CTX_init())

CHANGES

diff --git a/CHANGES b/CHANGES
index c96cbd857ace2084ea86c4d1336015f588e72155..d7195d900713a220b65401d220a38028dd60870f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      to it. Application code that doesn't use this new function will still
      leak as before, but their memory debugging output will announce it now
      rather than letting it slide.
      to it. Application code that doesn't use this new function will still
      leak as before, but their memory debugging output will announce it now
      rather than letting it slide.
+
+     Besides the addition of CRYPTO_cleanup_all_ex_data(), another API change
+     induced by the "ex_data" overhaul is that X509_STORE_CTX_init() now
+     has a return value to indicate success or failure.
      [Geoff Thorpe]
 
   +) Make it possible to replace the underlying "ERR" functions such that the
      [Geoff Thorpe]
 
   +) Make it possible to replace the underlying "ERR" functions such that the