blob: dffb86c00acb844b394fda35ed9ee3037e335777 [file] [log] [blame]
eliea28b1a72015-05-20 06:21:23 +00001Revision 0.0.6
2--------------
3
4- Typo fix to id_kp_serverAuth object value
elie4a908012015-06-05 11:59:37 +00005- A test case for indefinite length encoding eliminated as it's
6 forbidden in DER.
eliea28b1a72015-05-20 06:21:23 +00007
elie814fc062013-03-19 07:34:18 +00008Revision 0.0.5
9--------------
10
11- License updated to vanilla BSD 2-Clause to ease package use
12 (http://opensource.org/licenses/BSD-2-Clause).
elie0e522442014-06-11 07:17:27 +000013- Missing components added to rfc4210.PKIBody.
elie6f173392013-07-04 11:43:21 +000014- Fix to rfc2459.CRLDistPointsSyntax typo.
eliec6668962014-06-13 08:41:01 +000015- Fix to rfc2511.CertReqMsg typo.
elie814fc062013-03-19 07:34:18 +000016
elie50ede552012-05-03 21:59:58 +000017Revision 0.0.4
18--------------
19
elie0d540ea2012-07-11 15:38:26 +000020- CMP structures (RFC4210), cmpdump.py tool and test case added.
21- SNMPv2c Message syntax (RFC1901) properly defined.
elied686c522012-07-04 09:42:24 +000022- Package version established in form of __init__.__version__
23 which is in-sync with distutils.
eliea8dd0182012-07-04 12:39:21 +000024- Package meta information and classifiers updated.
elie50ede552012-05-03 21:59:58 +000025
elie68b88392012-04-05 21:38:37 +000026Revision 0.0.3
27--------------
28
elie9d6ff5c2012-04-11 14:31:29 +000029- Text cases implemented
30- X.509 CRMF structures (RFC2511) and crmfdump.py tool added
31- X.509 CRL structures and crldump.py tool added
elieb4930592012-04-07 14:34:22 +000032- PKCS#10 structures and pkcs10dump.py tool added
elie38531332012-04-09 16:49:15 +000033- PKCS#8 structures and pkcs8dump.py tool added
34- PKCS#1 (rfc3447) structures added
elie9d6ff5c2012-04-11 14:31:29 +000035- OCSP request & response dumping tool added
elie50a92dd2012-04-11 16:54:00 +000036- SNMPv2c & SNMPv3/USM structures added
elie38531332012-04-09 16:49:15 +000037- keydump.py moved into pkcs1dump.py
elie321e0372012-04-07 14:32:58 +000038- PEM files read function generalized to be used more universally.
elie9d6ff5c2012-04-11 14:31:29 +000039- complete PKIX1 '88 code implemented at rfc2459.py
40
elie68b88392012-04-05 21:38:37 +000041
elie95eab0f2011-11-06 20:50:54 +000042Revision 0.0.2
43--------------
eliebb9ce132011-03-10 13:52:53 +000044
elie95eab0f2011-11-06 20:50:54 +000045- Require pyasn1 >= 0.1.1
elie45358402011-10-04 06:37:10 +000046- Fixes towards Py3K compatibility
47 + use either of existing urllib module
48 + adopt to the new bytes type
eliec9fe5472011-10-04 06:52:03 +000049 + print operator is now a function
50 + new exception syntax
eliebb9ce132011-03-10 13:52:53 +000051
elie8b513892011-02-17 18:35:16 +000052Revision 0.0.1a
53---------------
54
55- Initial revision, most code carried from pyasn1 examples.