Title: Fetching trusted timestamps using the rfc3161ng python module
-Tags: english, sikkerhet
+Tags: english, sikkerhet, noark5
Date: 2018-10-08 12:30
<p>I have earlier covered the basics of trusted timestamping using the
<a href="https://dev.entrouvert.org/projects/python-rfc3161">the
rfc3161 library</a> 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
<a href="https://github.com/trbs/rfc3161ng/">the rfc3161ng library</a>,
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