Ilya Etingof | eb30a14 | 2017-07-26 23:28:40 +0200 | [diff] [blame] | 1 | |
Ilya Etingof | 2e5c5a3 | 2017-08-04 20:49:31 +0200 | [diff] [blame^] | 2 | Revision 0.0.11, released 04-08-2017 |
Ilya Etingof | a7de008 | 2017-07-27 00:44:03 +0200 | [diff] [blame] | 3 | ------------------------------------ |
| 4 | |
Ilya Etingof | 14a0d3b | 2017-08-02 18:31:25 +0200 | [diff] [blame] | 5 | - Fixed typo in ASN.1 definitions at rfc2315.py |
Ilya Etingof | a7de008 | 2017-07-27 00:44:03 +0200 | [diff] [blame] | 6 | |
Ilya Etingof | eb30a14 | 2017-07-26 23:28:40 +0200 | [diff] [blame] | 7 | Revision 0.0.10, released 27-07-2017 |
| 8 | ------------------------------------ |
| 9 | |
| 10 | * Fixed SequenceOf initializer to pass now-mandatory componentType |
| 11 | keyword argument (since pyasn1 0.3.1) |
Ilya Etingof | 75a1d10 | 2017-07-27 00:20:47 +0200 | [diff] [blame] | 12 | * Temporarily fixed recursive ASN.1 type definition to work with |
| 13 | pyasn1 0.3.1+. This is going to be fixed properly shortly. |
Ilya Etingof | eb30a14 | 2017-07-26 23:28:40 +0200 | [diff] [blame] | 14 | |
Ilya Etingof | 5f919aa | 2017-06-01 22:28:00 +0200 | [diff] [blame] | 15 | Revision 0.0.9, released 01-06-2017 |
elie | 35eec0d | 2015-10-10 18:09:59 +0000 | [diff] [blame] | 16 | ----------------------------------- |
| 17 | |
Ilya Etingof | 5f919aa | 2017-06-01 22:28:00 +0200 | [diff] [blame] | 18 | * More CRL data structures added (RFC3279) |
Ilya Etingof | b2a6435 | 2017-04-18 22:38:31 +0200 | [diff] [blame] | 19 | * Added X.509 certificate extensions map |
Ilya Etingof | 9208339 | 2017-04-19 22:09:27 +0200 | [diff] [blame] | 20 | * Added X.509 attribute type map |
Ilya Etingof | 5f919aa | 2017-06-01 22:28:00 +0200 | [diff] [blame] | 21 | * Fix to __doc__ use in setup.py to make -O0 installation mode working |
| 22 | * Copyright added to source files |
| 23 | * More PEP-8'ing done on the code |
Ilya Etingof | 0ff3127 | 2017-01-11 23:20:21 +0100 | [diff] [blame] | 24 | * Author's e-mail changed |
elie | 35eec0d | 2015-10-10 18:09:59 +0000 | [diff] [blame] | 25 | |
elie | 52f4244 | 2015-09-28 10:34:36 +0000 | [diff] [blame] | 26 | Revision 0.0.8, released 28-09-2015 |
| 27 | ----------------------------------- |
elie | 2bec19f | 2015-08-01 08:52:41 +0000 | [diff] [blame] | 28 | |
elie | ea2d6b5 | 2015-08-17 21:58:11 +0000 | [diff] [blame] | 29 | - Wheel distribution format now supported |
elie | 38b9aac | 2015-08-16 19:48:46 +0000 | [diff] [blame] | 30 | - Fix to misspelled rfc2459.id_at_sutname variable |
elie | 11bbdad | 2015-08-17 21:40:32 +0000 | [diff] [blame] | 31 | - Fix to misspelled rfc2459.NameConstraints component tag ID |
| 32 | - Fix to misspelled rfc2459.GeneralSubtree component default status |
elie | 38b9aac | 2015-08-16 19:48:46 +0000 | [diff] [blame] | 33 | |
elie | 52f4244 | 2015-09-28 10:34:36 +0000 | [diff] [blame] | 34 | Revision 0.0.7, released 01-08-2015 |
| 35 | ----------------------------------- |
elie | a28b1a7 | 2015-05-20 06:21:23 +0000 | [diff] [blame] | 36 | |
elie | c464b40 | 2015-07-05 13:03:23 +0000 | [diff] [blame] | 37 | - Extensions added to text files, CVS attic flushed. |
elie | 168a504 | 2015-08-01 07:36:43 +0000 | [diff] [blame] | 38 | - Fix to rfc2459.BasicConstraints syntax. |
elie | c464b40 | 2015-07-05 13:03:23 +0000 | [diff] [blame] | 39 | |
| 40 | Revision 0.0.6, released 21-06-2015 |
| 41 | ----------------------------------- |
| 42 | |
elie | a28b1a7 | 2015-05-20 06:21:23 +0000 | [diff] [blame] | 43 | - Typo fix to id_kp_serverAuth object value |
elie | 4a90801 | 2015-06-05 11:59:37 +0000 | [diff] [blame] | 44 | - A test case for indefinite length encoding eliminated as it's |
| 45 | forbidden in DER. |
elie | a28b1a7 | 2015-05-20 06:21:23 +0000 | [diff] [blame] | 46 | |
elie | 814fc06 | 2013-03-19 07:34:18 +0000 | [diff] [blame] | 47 | Revision 0.0.5 |
| 48 | -------------- |
| 49 | |
| 50 | - License updated to vanilla BSD 2-Clause to ease package use |
| 51 | (http://opensource.org/licenses/BSD-2-Clause). |
elie | 0e52244 | 2014-06-11 07:17:27 +0000 | [diff] [blame] | 52 | - Missing components added to rfc4210.PKIBody. |
elie | 6f17339 | 2013-07-04 11:43:21 +0000 | [diff] [blame] | 53 | - Fix to rfc2459.CRLDistPointsSyntax typo. |
elie | c666896 | 2014-06-13 08:41:01 +0000 | [diff] [blame] | 54 | - Fix to rfc2511.CertReqMsg typo. |
elie | 814fc06 | 2013-03-19 07:34:18 +0000 | [diff] [blame] | 55 | |
elie | 50ede55 | 2012-05-03 21:59:58 +0000 | [diff] [blame] | 56 | Revision 0.0.4 |
| 57 | -------------- |
| 58 | |
elie | 0d540ea | 2012-07-11 15:38:26 +0000 | [diff] [blame] | 59 | - CMP structures (RFC4210), cmpdump.py tool and test case added. |
| 60 | - SNMPv2c Message syntax (RFC1901) properly defined. |
elie | d686c52 | 2012-07-04 09:42:24 +0000 | [diff] [blame] | 61 | - Package version established in form of __init__.__version__ |
| 62 | which is in-sync with distutils. |
elie | a8dd018 | 2012-07-04 12:39:21 +0000 | [diff] [blame] | 63 | - Package meta information and classifiers updated. |
elie | 50ede55 | 2012-05-03 21:59:58 +0000 | [diff] [blame] | 64 | |
elie | 68b8839 | 2012-04-05 21:38:37 +0000 | [diff] [blame] | 65 | Revision 0.0.3 |
| 66 | -------------- |
| 67 | |
elie | 9d6ff5c | 2012-04-11 14:31:29 +0000 | [diff] [blame] | 68 | - Text cases implemented |
| 69 | - X.509 CRMF structures (RFC2511) and crmfdump.py tool added |
| 70 | - X.509 CRL structures and crldump.py tool added |
elie | b493059 | 2012-04-07 14:34:22 +0000 | [diff] [blame] | 71 | - PKCS#10 structures and pkcs10dump.py tool added |
elie | 3853133 | 2012-04-09 16:49:15 +0000 | [diff] [blame] | 72 | - PKCS#8 structures and pkcs8dump.py tool added |
| 73 | - PKCS#1 (rfc3447) structures added |
elie | 9d6ff5c | 2012-04-11 14:31:29 +0000 | [diff] [blame] | 74 | - OCSP request & response dumping tool added |
elie | 50a92dd | 2012-04-11 16:54:00 +0000 | [diff] [blame] | 75 | - SNMPv2c & SNMPv3/USM structures added |
elie | 3853133 | 2012-04-09 16:49:15 +0000 | [diff] [blame] | 76 | - keydump.py moved into pkcs1dump.py |
elie | 321e037 | 2012-04-07 14:32:58 +0000 | [diff] [blame] | 77 | - PEM files read function generalized to be used more universally. |
elie | 9d6ff5c | 2012-04-11 14:31:29 +0000 | [diff] [blame] | 78 | - complete PKIX1 '88 code implemented at rfc2459.py |
| 79 | |
elie | 68b8839 | 2012-04-05 21:38:37 +0000 | [diff] [blame] | 80 | |
elie | 95eab0f | 2011-11-06 20:50:54 +0000 | [diff] [blame] | 81 | Revision 0.0.2 |
| 82 | -------------- |
elie | bb9ce13 | 2011-03-10 13:52:53 +0000 | [diff] [blame] | 83 | |
elie | 95eab0f | 2011-11-06 20:50:54 +0000 | [diff] [blame] | 84 | - Require pyasn1 >= 0.1.1 |
elie | 4535840 | 2011-10-04 06:37:10 +0000 | [diff] [blame] | 85 | - Fixes towards Py3K compatibility |
| 86 | + use either of existing urllib module |
| 87 | + adopt to the new bytes type |
elie | c9fe547 | 2011-10-04 06:52:03 +0000 | [diff] [blame] | 88 | + print operator is now a function |
| 89 | + new exception syntax |
elie | bb9ce13 | 2011-03-10 13:52:53 +0000 | [diff] [blame] | 90 | |
elie | 8b51389 | 2011-02-17 18:35:16 +0000 | [diff] [blame] | 91 | Revision 0.0.1a |
| 92 | --------------- |
| 93 | |
| 94 | - Initial revision, most code carried from pyasn1 examples. |