blob: 60d72b04076e837844f7845917a1d98138f7b303 [file] [log] [blame]
elie2bec19f2015-08-01 08:52:41 +00001Revision 0.0.8
2--------------
3
elie38b9aac2015-08-16 19:48:46 +00004- Fix to misspelled rfc2459.id_at_sutname variable
5
eliec464b402015-07-05 13:03:23 +00006Revision 0.0.7
eliea28b1a72015-05-20 06:21:23 +00007--------------
8
eliec464b402015-07-05 13:03:23 +00009- Extensions added to text files, CVS attic flushed.
elie168a5042015-08-01 07:36:43 +000010- Fix to rfc2459.BasicConstraints syntax.
eliec464b402015-07-05 13:03:23 +000011
12Revision 0.0.6, released 21-06-2015
13-----------------------------------
14
eliea28b1a72015-05-20 06:21:23 +000015- Typo fix to id_kp_serverAuth object value
elie4a908012015-06-05 11:59:37 +000016- A test case for indefinite length encoding eliminated as it's
17 forbidden in DER.
eliea28b1a72015-05-20 06:21:23 +000018
elie814fc062013-03-19 07:34:18 +000019Revision 0.0.5
20--------------
21
22- License updated to vanilla BSD 2-Clause to ease package use
23 (http://opensource.org/licenses/BSD-2-Clause).
elie0e522442014-06-11 07:17:27 +000024- Missing components added to rfc4210.PKIBody.
elie6f173392013-07-04 11:43:21 +000025- Fix to rfc2459.CRLDistPointsSyntax typo.
eliec6668962014-06-13 08:41:01 +000026- Fix to rfc2511.CertReqMsg typo.
elie814fc062013-03-19 07:34:18 +000027
elie50ede552012-05-03 21:59:58 +000028Revision 0.0.4
29--------------
30
elie0d540ea2012-07-11 15:38:26 +000031- CMP structures (RFC4210), cmpdump.py tool and test case added.
32- SNMPv2c Message syntax (RFC1901) properly defined.
elied686c522012-07-04 09:42:24 +000033- Package version established in form of __init__.__version__
34 which is in-sync with distutils.
eliea8dd0182012-07-04 12:39:21 +000035- Package meta information and classifiers updated.
elie50ede552012-05-03 21:59:58 +000036
elie68b88392012-04-05 21:38:37 +000037Revision 0.0.3
38--------------
39
elie9d6ff5c2012-04-11 14:31:29 +000040- Text cases implemented
41- X.509 CRMF structures (RFC2511) and crmfdump.py tool added
42- X.509 CRL structures and crldump.py tool added
elieb4930592012-04-07 14:34:22 +000043- PKCS#10 structures and pkcs10dump.py tool added
elie38531332012-04-09 16:49:15 +000044- PKCS#8 structures and pkcs8dump.py tool added
45- PKCS#1 (rfc3447) structures added
elie9d6ff5c2012-04-11 14:31:29 +000046- OCSP request & response dumping tool added
elie50a92dd2012-04-11 16:54:00 +000047- SNMPv2c & SNMPv3/USM structures added
elie38531332012-04-09 16:49:15 +000048- keydump.py moved into pkcs1dump.py
elie321e0372012-04-07 14:32:58 +000049- PEM files read function generalized to be used more universally.
elie9d6ff5c2012-04-11 14:31:29 +000050- complete PKIX1 '88 code implemented at rfc2459.py
51
elie68b88392012-04-05 21:38:37 +000052
elie95eab0f2011-11-06 20:50:54 +000053Revision 0.0.2
54--------------
eliebb9ce132011-03-10 13:52:53 +000055
elie95eab0f2011-11-06 20:50:54 +000056- Require pyasn1 >= 0.1.1
elie45358402011-10-04 06:37:10 +000057- Fixes towards Py3K compatibility
58 + use either of existing urllib module
59 + adopt to the new bytes type
eliec9fe5472011-10-04 06:52:03 +000060 + print operator is now a function
61 + new exception syntax
eliebb9ce132011-03-10 13:52:53 +000062
elie8b513892011-02-17 18:35:16 +000063Revision 0.0.1a
64---------------
65
66- Initial revision, most code carried from pyasn1 examples.