]> 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..2078f2e407923fb823cf3f97d75bbdeaf6b931ad 100644 (file)
@@ -1,5 +1,5 @@
 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
@@ -14,7 +14,7 @@ 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