blob: 190452209dcd27c7aaa7bbf31ca4cfb7ff7b07a1 [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
elied686c522012-07-04 09:42:24 +00005- Package version established in form of __init__.__version__
6 which is in-sync with distutils.
eliea8dd0182012-07-04 12:39:21 +00007- Package meta information and classifiers updated.
elie50ede552012-05-03 21:59:58 +00008
elie68b88392012-04-05 21:38:37 +00009Revision 0.0.3
10--------------
11
elie9d6ff5c2012-04-11 14:31:29 +000012- Text cases implemented
13- X.509 CRMF structures (RFC2511) and crmfdump.py tool added
14- X.509 CRL structures and crldump.py tool added
elieb4930592012-04-07 14:34:22 +000015- PKCS#10 structures and pkcs10dump.py tool added
elie38531332012-04-09 16:49:15 +000016- PKCS#8 structures and pkcs8dump.py tool added
17- PKCS#1 (rfc3447) structures added
elie9d6ff5c2012-04-11 14:31:29 +000018- OCSP request & response dumping tool added
elie50a92dd2012-04-11 16:54:00 +000019- SNMPv2c & SNMPv3/USM structures added
elie38531332012-04-09 16:49:15 +000020- keydump.py moved into pkcs1dump.py
elie321e0372012-04-07 14:32:58 +000021- PEM files read function generalized to be used more universally.
elie9d6ff5c2012-04-11 14:31:29 +000022- complete PKIX1 '88 code implemented at rfc2459.py
23
elie68b88392012-04-05 21:38:37 +000024
elie95eab0f2011-11-06 20:50:54 +000025Revision 0.0.2
26--------------
eliebb9ce132011-03-10 13:52:53 +000027
elie95eab0f2011-11-06 20:50:54 +000028- Require pyasn1 >= 0.1.1
elie45358402011-10-04 06:37:10 +000029- Fixes towards Py3K compatibility
30 + use either of existing urllib module
31 + adopt to the new bytes type
eliec9fe5472011-10-04 06:52:03 +000032 + print operator is now a function
33 + new exception syntax
eliebb9ce132011-03-10 13:52:53 +000034
elie8b513892011-02-17 18:35:16 +000035Revision 0.0.1a
36---------------
37
38- Initial revision, most code carried from pyasn1 examples.