aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-23 21:44:34 +0000
committerBen Laurie <ben@openssl.org>1999-02-23 21:44:34 +0000
commit55ab3bf7f9e1ea3e4495493b434d869be436c321 (patch)
tree0a555606dcb85c9a51c06d234966a57fb02a219f /CHANGES
parent15799403ada7bea696c9882cf0006a4a40ff5baf (diff)
downloadopenssl-55ab3bf7f9e1ea3e4495493b434d869be436c321.tar.gz
Add reliable BIO.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0af7ea03c4..93f1447627 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
Changes between 0.9.1c and 0.9.2
+ *) Add Arne Ansper's reliable BIO - this is an encrypted, block-digested
+ BIO. See the source (crypto/evp/bio_ok.c) for more info.
+ [Arne Ansper <arne@ats.cyber.ee>]
+
*) Dump the old yucky req code that tried (and failed) to allow raw OIDs
to be added. Now both 'req' and 'ca' can use new objects defined in the
config file.