blob: b348378e52086bcc8709bb76192a8f896f6aa6df [file] [log] [blame]
Ilya Etingof0ff31272017-01-11 23:20:21 +01001Revision 0.0.9, released XX-XX-2017
elie35eec0d2015-10-10 18:09:59 +00002-----------------------------------
3
Ilya Etingofb2a64352017-04-18 22:38:31 +02004* Added X.509 certificate extensions map
Ilya Etingof92083392017-04-19 22:09:27 +02005* Added X.509 attribute type map
elie35eec0d2015-10-10 18:09:59 +00006* Fix to __doc__ use in setup.py to make -O0 installation mode working.
elie71ba6062015-12-29 23:14:22 +00007* Copyright added to source files.
Ilya Etingof0ff31272017-01-11 23:20:21 +01008* Author's e-mail changed
elie35eec0d2015-10-10 18:09:59 +00009
elie52f42442015-09-28 10:34:36 +000010Revision 0.0.8, released 28-09-2015
11-----------------------------------
elie2bec19f2015-08-01 08:52:41 +000012
elieea2d6b52015-08-17 21:58:11 +000013- Wheel distribution format now supported
elie38b9aac2015-08-16 19:48:46 +000014- Fix to misspelled rfc2459.id_at_sutname variable
elie11bbdad2015-08-17 21:40:32 +000015- Fix to misspelled rfc2459.NameConstraints component tag ID
16- Fix to misspelled rfc2459.GeneralSubtree component default status
elie38b9aac2015-08-16 19:48:46 +000017
elie52f42442015-09-28 10:34:36 +000018Revision 0.0.7, released 01-08-2015
19-----------------------------------
eliea28b1a72015-05-20 06:21:23 +000020
eliec464b402015-07-05 13:03:23 +000021- Extensions added to text files, CVS attic flushed.
elie168a5042015-08-01 07:36:43 +000022- Fix to rfc2459.BasicConstraints syntax.
eliec464b402015-07-05 13:03:23 +000023
24Revision 0.0.6, released 21-06-2015
25-----------------------------------
26
eliea28b1a72015-05-20 06:21:23 +000027- Typo fix to id_kp_serverAuth object value
elie4a908012015-06-05 11:59:37 +000028- A test case for indefinite length encoding eliminated as it's
29 forbidden in DER.
eliea28b1a72015-05-20 06:21:23 +000030
elie814fc062013-03-19 07:34:18 +000031Revision 0.0.5
32--------------
33
34- License updated to vanilla BSD 2-Clause to ease package use
35 (http://opensource.org/licenses/BSD-2-Clause).
elie0e522442014-06-11 07:17:27 +000036- Missing components added to rfc4210.PKIBody.
elie6f173392013-07-04 11:43:21 +000037- Fix to rfc2459.CRLDistPointsSyntax typo.
eliec6668962014-06-13 08:41:01 +000038- Fix to rfc2511.CertReqMsg typo.
elie814fc062013-03-19 07:34:18 +000039
elie50ede552012-05-03 21:59:58 +000040Revision 0.0.4
41--------------
42
elie0d540ea2012-07-11 15:38:26 +000043- CMP structures (RFC4210), cmpdump.py tool and test case added.
44- SNMPv2c Message syntax (RFC1901) properly defined.
elied686c522012-07-04 09:42:24 +000045- Package version established in form of __init__.__version__
46 which is in-sync with distutils.
eliea8dd0182012-07-04 12:39:21 +000047- Package meta information and classifiers updated.
elie50ede552012-05-03 21:59:58 +000048
elie68b88392012-04-05 21:38:37 +000049Revision 0.0.3
50--------------
51
elie9d6ff5c2012-04-11 14:31:29 +000052- Text cases implemented
53- X.509 CRMF structures (RFC2511) and crmfdump.py tool added
54- X.509 CRL structures and crldump.py tool added
elieb4930592012-04-07 14:34:22 +000055- PKCS#10 structures and pkcs10dump.py tool added
elie38531332012-04-09 16:49:15 +000056- PKCS#8 structures and pkcs8dump.py tool added
57- PKCS#1 (rfc3447) structures added
elie9d6ff5c2012-04-11 14:31:29 +000058- OCSP request & response dumping tool added
elie50a92dd2012-04-11 16:54:00 +000059- SNMPv2c & SNMPv3/USM structures added
elie38531332012-04-09 16:49:15 +000060- keydump.py moved into pkcs1dump.py
elie321e0372012-04-07 14:32:58 +000061- PEM files read function generalized to be used more universally.
elie9d6ff5c2012-04-11 14:31:29 +000062- complete PKIX1 '88 code implemented at rfc2459.py
63
elie68b88392012-04-05 21:38:37 +000064
elie95eab0f2011-11-06 20:50:54 +000065Revision 0.0.2
66--------------
eliebb9ce132011-03-10 13:52:53 +000067
elie95eab0f2011-11-06 20:50:54 +000068- Require pyasn1 >= 0.1.1
elie45358402011-10-04 06:37:10 +000069- Fixes towards Py3K compatibility
70 + use either of existing urllib module
71 + adopt to the new bytes type
eliec9fe5472011-10-04 06:52:03 +000072 + print operator is now a function
73 + new exception syntax
eliebb9ce132011-03-10 13:52:53 +000074
elie8b513892011-02-17 18:35:16 +000075Revision 0.0.1a
76---------------
77
78- Initial revision, most code carried from pyasn1 examples.