Commit Graph

61 Commits

Author SHA1 Message Date
Benjamin Dauvergne 0d7e910247 bump release to 1.0.6 2015-01-22 14:47:25 +01:00
Benjamin Dauvergne a88ee920ff bump release to 1.0.5 2015-01-22 14:39:43 +01:00
Benjamin Dauvergne d732fbf7ac Use python-requests instead of urllib2
python-requests provides better management of timeouts.
2015-01-22 14:38:36 +01:00
Benjamin Dauvergne 33df5064d1 README: make example really work 2014-05-16 12:13:02 +02:00
Benjamin Dauvergne f3e88559b0 bumpt release to 1.0.4 2014-05-05 22:52:31 +02:00
Benjamin Dauvergne f5ec26967c add stdeb.cfg file 2014-05-05 22:42:31 +02:00
Benjamin Dauvergne a33f5610f7 setup.py: use setuptools 2014-05-05 22:18:01 +02:00
Benjamin Dauvergne 5de543d018 Revert "setup.py: fix requirements"
This reverts commit deacdcb6eb.
2014-05-05 22:08:18 +02:00
Benjamin Dauvergne 66080bbed4 bump release to 1.0.3 2014-05-05 16:27:46 +02:00
Benjamin Dauvergne deacdcb6eb setup.py: fix requirements 2014-05-05 16:27:21 +02:00
Benjamin Dauvergne 5d0d60a08d bump release to 1.0.2 (bis) 2014-05-05 16:14:54 +02:00
Benjamin Dauvergne d4f65915f3 bump release to 1.0.2 2014-05-05 16:13:41 +02:00
Benjamin Dauvergne 2dc2bf001c bump release to 1.0.1 2014-04-25 11:56:00 +02:00
Benjamin Dauvergne eafa05a0d0 use the README file for the long description of the package 2014-04-25 11:55:24 +02:00
Benjamin Dauvergne 7ffe63217f api: only keep the hash algorithm name 2014-04-25 11:54:37 +02:00
Benjamin Dauvergne b8c021a8ff bump release to 1.0.0 2014-04-25 10:52:20 +02:00
Benjamin Dauvergne 627af95b12 api: add more pythonic API for creating and checking timestamps 2014-04-25 10:50:52 +02:00
Benjamin Dauvergne 6f8c85f783 setup.py: add pyasn1_modules and M2Crypto to required packages 2014-04-25 10:50:27 +02:00
Benjamin Dauvergne fdba218b4a tests: disable the test on the FEDICT public TSS as it is currently broken 2014-04-25 10:49:54 +02:00
Benjamin Dauvergne 06241f487a test: add fedict tsa test 2013-10-30 10:16:07 +01:00
Benjamin Dauvergne 96e0a3ba12 tests: factorize common code 2013-10-29 22:08:46 +01:00
Benjamin Dauvergne 5e8b6f1450 bump release to 0.1.9 2013-10-22 11:29:30 +02:00
Benjamin Dauvergne ab8724f5a5 remove debugging statement 2013-10-22 11:28:42 +02:00
Benjamin Dauvergne 497a0f4a87 bump release to 0.1.8 2013-10-17 11:30:05 +02:00
Benjamin Dauvergne 13a8032419 api: add nonce parameter 2013-10-08 23:43:31 +02:00
Benjamin Dauvergne 71c9d4e73c api: add parameter include_tsa_certificate mapping to the certReq field in the TSA request 2013-10-08 23:38:32 +02:00
Benjamin Dauvergne a7e2a7831b tests: add new test against the e-Szigno public test TSA server which uses sha256 2013-10-08 23:23:59 +02:00
Benjamin Dauvergne 6b7a585552 stop hardcoding signer digest algorithm to sha1, extract if from the signer info 2013-10-08 23:13:32 +02:00
Benjamin Dauvergne 7e1785a69e bump version to 0.1.7 (bis) 2013-10-08 11:26:28 +02:00
Benjamin Dauvergne 36499e8873 bump version to 0.1.7 2013-10-08 11:25:26 +02:00
Benjamin Dauvergne 062cc5b840 api: add a new procedure get_timestamp to extract the timestamp as an UTC naive datetime 2013-10-08 11:24:20 +02:00
Benjamin Dauvergne d3efa2fca8 setup.py: simplify test command 2013-10-08 11:24:17 +02:00
Benjamin Dauvergne fc8768d123 bump version to 0.1.6 2012-10-03 18:34:42 +02:00
Benjamin Dauvergne 31e505b39b add tests 2012-10-03 18:33:58 +02:00
Benjamin Dauvergne d0f48ac65d add ASN1-88 schema 2012-10-03 18:33:50 +02:00
Benjamin Dauvergne 594e51e66c add a TimestampingError exception 2012-10-03 18:32:10 +02:00
Benjamin Dauvergne 6b0511170d Merge git://github.com/gebi/python-rfc3161 2012-10-03 18:30:20 +02:00
Benjamin Dauvergne 10a03b3e47 include data/ in distribution 2012-10-03 18:27:37 +02:00
Benjamin Dauvergne de56b02fa6 add .gitignore 2012-10-03 18:09:17 +02:00
Benjamin Dauvergne e9a57371ea bump version to 0.1.5 2012-10-03 18:07:56 +02:00
Benjamin Dauvergne 9cc3a7661a bump version to 0.1.4 2012-10-03 18:07:26 +02:00
Benjamin Dauvergne 28c7696601 add a README.rst 2012-10-03 18:07:26 +02:00
Michael Gebetsroither 800b5ed878 add support for sha256, sha384 and sha512 2012-10-03 18:07:26 +02:00
Michael Gebetsroither 3758b24e42 let openssl figure out certificate format
background: common converted pkcs#12 certificates from openssl do not start
with string '-----' because they include a 'Bag Attributes' header
2012-10-03 18:07:26 +02:00
Michael Gebetsroither 4b51c128c5 add support for http basic auth 2012-10-03 18:07:26 +02:00
Michael Gebetsroither 5dc67b1ee0 add support for sha256, sha384 and sha512 2012-10-03 16:45:20 +02:00
Michael Gebetsroither aafb412487 let openssl figure out certificate format
background: common converted pkcs#12 certificates from openssl do not start
with string '-----' because they include a 'Bag Attributes' header
2012-10-03 15:46:27 +02:00
Michael Gebetsroither dc218d8e40 add support for http basic auth 2012-10-03 14:37:32 +02:00
Benjamin Dauvergne f9342d7f2a bump version to 0.1.3 2011-09-26 11:49:56 +02:00
Benjamin Dauvergne c5f625bd98 remove unused import 2011-08-22 17:06:26 +02:00