blob: 8204a287a4ef93126a5e61e1801c62583e9de7c7 [file] [log] [blame]
elie68b88392012-04-05 21:38:37 +00001Revision 0.0.3
2--------------
3
elie9e842a82012-04-06 21:06:44 +00004- X.509 CRMF structure (RFC2511) and crmfdump.py tool added
elieb4930592012-04-07 14:34:22 +00005- PKCS#10 structures and pkcs10dump.py tool added
elie321e0372012-04-07 14:32:58 +00006- PEM files read function generalized to be used more universally.
elie68b88392012-04-05 21:38:37 +00007
elie95eab0f2011-11-06 20:50:54 +00008Revision 0.0.2
9--------------
eliebb9ce132011-03-10 13:52:53 +000010
elie95eab0f2011-11-06 20:50:54 +000011- Require pyasn1 >= 0.1.1
elie45358402011-10-04 06:37:10 +000012- Fixes towards Py3K compatibility
13 + use either of existing urllib module
14 + adopt to the new bytes type
eliec9fe5472011-10-04 06:52:03 +000015 + print operator is now a function
16 + new exception syntax
eliebb9ce132011-03-10 13:52:53 +000017
elie8b513892011-02-17 18:35:16 +000018Revision 0.0.1a
19---------------
20
21- Initial revision, most code carried from pyasn1 examples.