- Raise error when ARC signing if i= instance limit value of 50 is

exceeded
This commit is contained in:
Scott Kitterman
2018-10-30 08:55:32 -04:00
parent cd0ebc1ecb
commit 82d01d8a42
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@ UNRELEASED Version 0.8.2
- Updates for experimental ARC support:
- Limit to rsa-sha256, rsa-sha1 not used by ARC and multi-signature
design TBD
- Raise error when ARC signing if i= instance limit value of 50 is
exceeded
- Fix DNS lookups to be compatible with EAI addresses in domains and
selectors (John Levine)
- Add type Hinting for sign and verify functions (LP: #1782596)