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
'openssl ts' client. See blog post for
-<a href="http://people.skolelinux.org/pere/blog/Public_Trusted_Timestamping_services_for_everyone.html">2014</a>,
-<a href="http://people.skolelinux.org/pere/blog/syslog_trusted_timestamp___chain_of_trusted_timestamps_for_your_syslog.html">2016</a>
+<a href="http://www.hungry.com/~pere/blog/Public_Trusted_Timestamping_services_for_everyone.html">2014</a>,
+<a href="http://www.hungry.com/~pere/blog/syslog_trusted_timestamp___chain_of_trusted_timestamps_for_your_syslog.html">2016</a>
and
-<a href="http://people.skolelinux.org/pere/blog/Idea_for_storing_trusted_timestamps_in_a_Noark_5_archive.html">2017</a>
+<a href="http://www.hungry.com/~pere/blog/Idea_for_storing_trusted_timestamps_in_a_Noark_5_archive.html">2017</a>
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
<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