1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Changelog
=========
2.1.3
-----
- fix: update directoryName to be of type Name (#19)
2.1.2
-----
- Support custom TSAPolicyId
- Allow for fetching a TSR without validation
2.1.1
-----
- Use seconds as argument for tzoffset() for python 2 compatibility
- Added two more timestamping services in README
2.1.0
-----
- Fix for #11 Some versions of prettyPrint() include quotes, others do not
- Add test verify timestamp response with openssl
- Add test of freetsa.org
- Add return_tsr option to RemoteTimerstamper object
- Added License File
- Updated README
- ASN.1 generalizedTime to Python datetime parser
2.0.4
-----
- Add utility functions; make_timestamp_request, encode_timestamp_request,
encode_timestamp_response, decode_timestamp_request, decode_timestamp_response
2.0.3
-----
- Use [bdist_wheel] universal = 1
2.0.2
-----
- Update example in README.rst
2.0.1
-----
- Python 3 support
- Fix certum_certificate.crt
- Fix style
- Fix bug(s) with handling requests library and errors from requests
- Improved API by using exceptions instead of returning error codes
- Switched to cryptography instead of M2Crypto
2.0.0
-----
- Fork rfc3161
1.0.7
-----
- use dateutil to parse genTime
- fix bad instantiation of UTF8String in PKIFreeText
- use tox and py.test
|