summaryrefslogtreecommitdiff
path: root/pelican/content/ReleaseNotes.md
diff options
context:
space:
mode:
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: