- Updates for experimental ARC support:

- Limit to rsa-sha256, rsa-sha1 not used by ARC and multi-signature
        design TBD
This commit is contained in:
Scott Kitterman
2018-10-30 08:13:06 -04:00
parent 3aaa7e2ab5
commit cd0ebc1ecb
3 changed files with 15 additions and 2 deletions
+3
View File
@@ -1,4 +1,7 @@
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
- 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)