aboutsummaryrefslogtreecommitdiff
path: root/content/ReleaseNotes.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-10-08 14:39:03 -0400
committerRob Austein <sra@hactrn.net>2021-10-08 14:39:03 -0400
commitb2f9504254a3d4894d4f9a8b13f4cdbcb26fa395 (patch)
tree73538e731d56f09fb6a49b742827a9e0b6ea0f7d /content/ReleaseNotes.md
parent71487660812754e5f26f26595b6c3d456f9f6db8 (diff)
A lot of minor cleanup
Diffstat (limited to 'content/ReleaseNotes.md')
-rw-r--r--content/ReleaseNotes.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/content/ReleaseNotes.md b/content/ReleaseNotes.md
index ca48599..d9876de 100644
--- a/content/ReleaseNotes.md
+++ b/content/ReleaseNotes.md
@@ -1,15 +1,11 @@
-Title: ReleaseNotes
-Author: sra
+Title: Release Notes
+Author: Rob Austein
Date: 2017-05-13 19:06
Modified: 2017-05-13 19:18
-
-
-
-# Release Notes
+Category: Releases
## 3.0, May 2017
-
* New keystore implementation. Basically a very small flash filesystem, including basic wear leveling. Maximum number of keys varies depending on key size and how many options are attached, but for any reasonable use it should hold on the order of 2,000 keys at least.
* In-memory keystore moved to HSM (previously was in memory of the client library), uses same API as flash keystore.
* RPC mechanism extended to support the new keystores (`hal_rpc_pkey_match()`, `hal_rpc_pkey_set_attributes()`, etc).
@@ -27,11 +23,9 @@ Modified: 2017-05-13 19:18
Getting started with 3.0:
-
* [Install the software]({filename}BinaryPackages.md).
* [Upgrade the firmware]({filename}Upgrading.md). **Please note the warnings about bricking your HSM**, how to avoid that, and what to do if you failed to avoid it.
* Set the usual environment variables, perhaps using `cryptech_probe`.
* Start the multiplexer daemon `cryptech_muxd`.
-
At this point, you should be able to use the PKCS #11 library, the `cryptech_backup` script, and so forth.