commit | ac25eabf035dd87dc6a27076b004cc8009c01d8a | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri May 27 10:52:17 2022 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri May 27 10:52:17 2022 +0000 |
tree | 5fbe185f6cb00ba22657d3854f858b2aaf9634ae | |
parent | acaccafd710a306df405e4b40302080d729b4ade [diff] [blame] |
signature: define SignatureEd25519 refs #4901 Change-Id: I71a962a6fd7df75b97d678e18db5b1e91078b7d7
diff --git a/changelog.rst b/changelog.rst index ca0a61e..e65718a 100644 --- a/changelog.rst +++ b/changelog.rst
@@ -46,6 +46,7 @@ + Require all compliant implementations to support the ``SignatureSha256WithEcdsa`` signature type using NIST curve P-256 + Redefine the signed portion of Data packets to be more future-proof + + Add ``SignatureEd25519`` signature type Version 0.2.1 -------------