blob: bb4f6be7e4b41c4e043ae2585ff5c59c8eb74e28 [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
elie68b88392012-04-05 21:38:37 +00005
elie95eab0f2011-11-06 20:50:54 +00006Revision 0.0.2
7--------------
eliebb9ce132011-03-10 13:52:53 +00008
elie95eab0f2011-11-06 20:50:54 +00009- Require pyasn1 >= 0.1.1
elie45358402011-10-04 06:37:10 +000010- Fixes towards Py3K compatibility
11 + use either of existing urllib module
12 + adopt to the new bytes type
eliec9fe5472011-10-04 06:52:03 +000013 + print operator is now a function
14 + new exception syntax
eliebb9ce132011-03-10 13:52:53 +000015
elie8b513892011-02-17 18:35:16 +000016Revision 0.0.1a
17---------------
18
19- Initial revision, most code carried from pyasn1 examples.