Create ed25519 key files with secure permissions to avoid risk of insecure chmode call/race condition (LP: #2017430)

This commit is contained in:
Scott Kitterman
2023-04-30 09:25:28 -04:00
parent 2fc00b0218
commit 810d543085
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -1,6 +1,9 @@
Version 1.1.3
- Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how
RSA key errors are treated (LP: #2018021)
- Create ed25519 key files with secure permissions to avoid risk of
insecure chmode call/race condition (Thanks to Hanno Böck for the report
and the suggested fix) (LP: #2017430)
2023-04-09 Version 1.1.2
- Verify correct AMS header is used for ARC seal verification (André Cruz)