blob: 4f727bd0ae0fadf4e63e6ae58e59a4c54e3dba47 [file] [log] [blame]
elie50ede552012-05-03 21:59:58 +00001Revision 0.0.4
2--------------
3
elieb5877232012-05-24 10:42:53 +00004- CMP structures (RFC4210), cmpdump.py tool and test case added
elie50ede552012-05-03 21:59:58 +00005
elie68b88392012-04-05 21:38:37 +00006Revision 0.0.3
7--------------
8
elie9d6ff5c2012-04-11 14:31:29 +00009- Text cases implemented
10- X.509 CRMF structures (RFC2511) and crmfdump.py tool added
11- X.509 CRL structures and crldump.py tool added
elieb4930592012-04-07 14:34:22 +000012- PKCS#10 structures and pkcs10dump.py tool added
elie38531332012-04-09 16:49:15 +000013- PKCS#8 structures and pkcs8dump.py tool added
14- PKCS#1 (rfc3447) structures added
elie9d6ff5c2012-04-11 14:31:29 +000015- OCSP request & response dumping tool added
elie50a92dd2012-04-11 16:54:00 +000016- SNMPv2c & SNMPv3/USM structures added
elie38531332012-04-09 16:49:15 +000017- keydump.py moved into pkcs1dump.py
elie321e0372012-04-07 14:32:58 +000018- PEM files read function generalized to be used more universally.
elie9d6ff5c2012-04-11 14:31:29 +000019- complete PKIX1 '88 code implemented at rfc2459.py
20
elie68b88392012-04-05 21:38:37 +000021
elie95eab0f2011-11-06 20:50:54 +000022Revision 0.0.2
23--------------
eliebb9ce132011-03-10 13:52:53 +000024
elie95eab0f2011-11-06 20:50:54 +000025- Require pyasn1 >= 0.1.1
elie45358402011-10-04 06:37:10 +000026- Fixes towards Py3K compatibility
27 + use either of existing urllib module
28 + adopt to the new bytes type
eliec9fe5472011-10-04 06:52:03 +000029 + print operator is now a function
30 + new exception syntax
eliebb9ce132011-03-10 13:52:53 +000031
elie8b513892011-02-17 18:35:16 +000032Revision 0.0.1a
33---------------
34
35- Initial revision, most code carried from pyasn1 examples.