Remove debugging fprintf from req.c and fix the code so it properly skips over
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 0af7ea03c4ee9ad512e9489dee06a581141c9887..93f1447627140b3e290d41f0997859d3d72a48df 100644 (file)
--- 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.