
Changelog
=========

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
