Allow the -certfile argument to be used multiple times in crl2pkcs7.

Also fix typos in the usage messages: "inout" instead of "input".
This commit is contained in:
Dr. Stephen Henson
1999-01-29 01:53:55 +00:00
parent 288cb84fb4
commit 9fe84296a4
9 changed files with 28 additions and 16 deletions

View File

@@ -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.