
Changelog
=========

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
