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