summaryrefslogtreecommitdiff
path: root/pelican/content/ReleaseNotes.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-07-11 21:14:59 +0000
committerRob Austein <sra@hactrn.net>2021-07-11 21:14:59 +0000
commitd85a1e4e2eaa340dc83938bfda33bf2a9e7f50f6 (patch)
tree151fc40e5cffd55a95a467d66c10b47a9067ca75 /pelican/content/ReleaseNotes.md
parentbfebab9957c63d460874d3ec8f6100f9b49de080 (diff)
More git link cleanup
* Fix Trac "export:" links * Use "about" link for naked repository links so default view is the README.md * Adjust to match new cgit configuration which hides ".git" suffixes
Diffstat (limited to 'pelican/content/ReleaseNotes.md')
-rw-r--r--pelican/content/ReleaseNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican/content/ReleaseNotes.md b/pelican/content/ReleaseNotes.md
index e61d696..ca48599 100644
--- a/pelican/content/ReleaseNotes.md
+++ b/pelican/content/ReleaseNotes.md
@@ -22,7 +22,7 @@ Modified: 2017-05-13 19:18
* Python client implementations of libhal RPC mechanism and PKCS #11 now installed as `cryptech.libhal` and `cryptech.py11`, respectively.
* Python PKCS #11 client hacked to play nicely with `pkcs11-spy` debugging tool.
* RTOS replaced by simple non-preemptive (voluntary yield) tasking system, eliminating a huge morass of potential race conditions, debugging nightmares, priority inversions, and similar horrors. Lack of preemption means that console acess may have to wait for something else to yield the ARM CPU, but it's more than worth it to get rid of all the stability problems the RTOS was causing.
-* [Sample code for using the HSM as an OpenSSL engine](https://git.cryptech.is/user/sra/openssl-engine.git) is available. This only works with RSA for the moment, due to apparent limitations of the engine implementation.
+* [Sample code for using the HSM as an OpenSSL engine](https://git.cryptech.is/user/sra/openssl-engine/about) is available. This only works with RSA for the moment, due to apparent limitations of the engine implementation.
Getting started with 3.0: