-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from mode51software/develop
Release v0.3.3
- Loading branch information
Showing
22 changed files
with
2,279 additions
and
1,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## v0.3.3 | ||
### 18/03/2021 | ||
|
||
* Bugfix for key label in relation to persistent storage | ||
* pathSignVerbatim | ||
|
||
## v0.3.2.beta.1 | ||
### 17/Mar/2021 | ||
|
||
* Improved connection checks | ||
* RSA keys for Generate Root and Generate Intermediate (initially hard coded to EC) | ||
* Remove hardcoded key types except for CSR gen as part of Generate Intermediate | ||
* Detect if in metamode on startup | ||
|
||
## v0.3.1.beta.1 | ||
### 14/Mar/2021 | ||
|
||
* Added Generate Root, Generate Intermediate and Sign Intermediate paths | ||
|
||
## v0.3.0 | ||
### 01/Mar/2021 | ||
|
||
* Initial release with support for HSM signing using an externally generated CA cert imported using Vault's Set Signed Intermediate command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
lib = "/opt/apps/safenet/dpod/current/libs/64/libCryptoki2.so" | ||
slot_id = 3 | ||
pin = "1234" | ||
# be aware that the key_label can be overridden by dynamically providing it during Set Signed Intermediate | ||
#key_label = "ECTestCAInterKey0016" | ||
connect_timeout_s = 10 | ||
read_timeout_s = 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.