File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## securesystemslib v0.18.0
4
+
5
+ ### Added
6
+ * ` interface.generate_and_write_unencrypted_{rsa,ed25519,ecdsa}_keypair ` (#288 )
7
+ * ` interface.generate_and_write_{rsa,ed25519,ecdsa}_keypair_with_prompt ` (#288 )
8
+ * ` interface.import_privatekey_from_file ` (#288 )
9
+ * GitHub Action to auto-check upstream changes for vendored ed25519 (#294 )
10
+
11
+ ### Changed
12
+ * ` interface.generate_and_write_{rsa,ed25519,ecdsa}_keypair ` require a password
13
+ as first positional argument (#288 )
14
+ * ` interface.import_{rsa,ed25519,ecdsa}_privatekey_from_file ` do not error on
15
+ empty password, but pass it on to lower level decryption routines (#288 )
16
+ * ` interface.import_ecdsa_privatekey_from_file ` supports loading unencrypted
17
+ private keys (#288 )
18
+ * Revise ` interface ` and ` gpg.functions ` docstrings, and example snippets, and
19
+ use Sphinx compatible Google Style docstring format (#288 , #300 )
20
+ * Linter-flagged cosmetic changes (#292 , #295 , #296 )
21
+ * Bump dependencies: cryptography (#291 , #293 )
22
+ * Bump vendor copy of ed25519 (#299 )
23
+
3
24
## securesystemslib v0.17.0
4
25
5
26
### Added
Original file line number Diff line number Diff line change 68
68
69
69
setup (
70
70
name = 'securesystemslib' ,
71
- version = '0.17 .0' ,
71
+ version = '0.18 .0' ,
72
72
description = 'A library that provides cryptographic and general-purpose'
73
73
' routines for Secure Systems Lab projects at NYU' ,
74
74
license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments