]> pere.pagekite.me Git - homepage.git/blobdiff - blog/Fetching_trusted_timestamps_using_the_rfc3161ng_python_module.html
Generated.
[homepage.git] / blog / Fetching_trusted_timestamps_using_the_rfc3161ng_python_module.html
index ee633c2b92cb5de9fb1500b151c67c1f406834ef..e100596071034f4c7039d8a66134fd10a4be0d93 100644 (file)
       <div class="date"> 8th October 2018</div>
       <div class="body"><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="https://people.skolelinux.org/pere/blog/Public_Trusted_Timestamping_services_for_everyone.html">2014</a>,
+<a href="https://people.skolelinux.org/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="https://people.skolelinux.org/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