commit | a9507c063b6f416f31ab32b03b49c6b0a93fcb0b | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Feb 12 15:27:28 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Feb 12 15:27:28 2011 +0000 |
tree | 6790612885a5fd9f74efaf7f16460a155368efc6 | |
parent | 96743fc5f58175dd8074a88979da7196da209d88 [diff] [blame] |
- Added crl_app program to allow easy reading and printing of X509 CRLs from file
diff --git a/ChangeLog b/ChangeLog index 721f3f7..88825cf 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -4,6 +4,8 @@ Features * Parsing PEM private keys encrypted with DES and AES are now supported as well (Fixes ticket #5) + * Added crl_app program to allow easy reading and + printing of X509 CRLs from file Changes * Parsing of PEM files moved to separate module (Fixes