Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how RSA key errors are treated (LP: #2018021)

This commit is contained in:
Scott Kitterman
2023-04-29 00:09:14 -04:00
parent 339bf1fb63
commit 2fc00b0218
2 changed files with 6 additions and 2 deletions
+2
View File
@@ -1,4 +1,6 @@
Version 1.1.3
- Catch nacl.exceptions.ValueError and raise KeyFormatError, similar to how
RSA key errors are treated (LP: #2018021)
2023-04-09 Version 1.1.2
- Verify correct AMS header is used for ARC seal verification (André Cruz)