X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/8fc86751141f87abd3675e0f4c860c19beb3d6ff..refs/heads/master:/blog/data/2018-10-08-debian-python-trusted-timestamp.txt?ds=inline diff --git a/blog/data/2018-10-08-debian-python-trusted-timestamp.txt b/blog/data/2018-10-08-debian-python-trusted-timestamp.txt index 30239df7f6..3dfca6d3b3 100644 --- a/blog/data/2018-10-08-debian-python-trusted-timestamp.txt +++ b/blog/data/2018-10-08-debian-python-trusted-timestamp.txt @@ -1,20 +1,20 @@ Title: Fetching trusted timestamps using the rfc3161ng python module -Tags: english, sikkerhet +Tags: english, sikkerhet, noark5 Date: 2018-10-08 12:30

I have earlier covered the basics of trusted timestamping using the 'openssl ts' client. See blog post for -2014, -2016 +2014, +2016 and -2017 +2017 for those stories. But some times I want to integrate the timestamping in other code, and recently I needed to integrate it into Python. After searching a bit, I found the rfc3161 library which seemed like a good fit, but I soon discovered it only worked for python version 2, and I needed something -that work with python version 3. Luckily I soon came across +that work with python version 3. Luckily I next came across the rfc3161ng library, a fork of the original rfc3161 library. Not only is it working with python 3, it have fixed a few of the bugs in the original library, and