We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c682259 commit fe34bacCopy full SHA for fe34bac
CHANGELOG.md
@@ -2,8 +2,15 @@
2
3
## securesystemslib v1.0.0
4
5
+Securesystemslib API is now considered stable. The core functionality is
6
+provided in the _Signer_ interface and the half a dozen integrated _Signer_
7
+implementations that can be found in the `signer` module. Smaller helper
8
+modules `dsse`, `formats`, `hash` and `storage` are also part of the API.
9
+Several legacy modules have been removed.
10
+
11
### Added
12
* Signer: add public_key attribute to interface (#756)
13
+* VaultSigner: Signer implementation for HashiCorp Vault (#800)
14
* CryptoSigner: support ecdsa keytype that is no longer in spec (#711)
15
* CryptoSigner: add private_bytes property (#799)
16
* CryptoSigner: add `"file2"` signer uri (#759)
0 commit comments