Allow the -certfile argument to be used multiple times in crl2pkcs7.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 2f2b3b115e136b950da2300c897c2c057f724b48..55abf914d84c17cb7453627abc4e7d8d38d8d1ff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Modify crl2pkcs7 so it supports multiple -certfile arguments. Fix a
+     few typos.
+     [Steve Henson]
+
   *) Fixes to BN code.  Previously the default was to define BN_RECURSION
      but the BN code had some problems that would cause failures when
      doing certificate verification and some other functions.