]> pere.pagekite.me Git - homepage.git/blobdiff - blog/data/2018-10-08-debian-python-trusted-timestamp.txt
Generated.
[homepage.git] / blog / data / 2018-10-08-debian-python-trusted-timestamp.txt
index 30239df7f601914fe5c2bb0297190cb30847c43d..3dfca6d3b35655a08a54a9c36197a0c4c5ac4c06 100644 (file)
@@ -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
 
 <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