blob: 75ded3b4d1593244f46b5ca0ce50fcc2816f246e [file] [log] [blame]
elie68b88392012-04-05 21:38:37 +00001Revision 0.0.3
2--------------
3
elie9d6ff5c2012-04-11 14:31:29 +00004- Text cases implemented
5- X.509 CRMF structures (RFC2511) and crmfdump.py tool added
6- X.509 CRL structures and crldump.py tool added
elieb4930592012-04-07 14:34:22 +00007- PKCS#10 structures and pkcs10dump.py tool added
elie38531332012-04-09 16:49:15 +00008- PKCS#8 structures and pkcs8dump.py tool added
9- PKCS#1 (rfc3447) structures added
elie9d6ff5c2012-04-11 14:31:29 +000010- OCSP request & response dumping tool added
elie38531332012-04-09 16:49:15 +000011- keydump.py moved into pkcs1dump.py
elie321e0372012-04-07 14:32:58 +000012- PEM files read function generalized to be used more universally.
elie9d6ff5c2012-04-11 14:31:29 +000013- complete PKIX1 '88 code implemented at rfc2459.py
14
elie68b88392012-04-05 21:38:37 +000015
elie95eab0f2011-11-06 20:50:54 +000016Revision 0.0.2
17--------------
eliebb9ce132011-03-10 13:52:53 +000018
elie95eab0f2011-11-06 20:50:54 +000019- Require pyasn1 >= 0.1.1
elie45358402011-10-04 06:37:10 +000020- Fixes towards Py3K compatibility
21 + use either of existing urllib module
22 + adopt to the new bytes type
eliec9fe5472011-10-04 06:52:03 +000023 + print operator is now a function
24 + new exception syntax
eliebb9ce132011-03-10 13:52:53 +000025
elie8b513892011-02-17 18:35:16 +000026Revision 0.0.1a
27---------------
28
29- Initial revision, most code carried from pyasn1 examples.