aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-06-30 11:08:24 -0400
committerJack Lloyd <[email protected]>2017-06-30 11:08:42 -0400
commitb3ca3bb085bf5f90f1a6f07a5b9d80c931688654 (patch)
tree28712fda761b276f783a545b3f93588a18653cff
parent04effa79a03151cd46bf303b9f72f818e413bef9 (diff)
Update news
-rw-r--r--news.rst4
-rw-r--r--readme.rst2
2 files changed, 5 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index e7e970800..4c2b014ee 100644
--- a/news.rst
+++ b/news.rst
@@ -9,6 +9,8 @@ Version 2.2.0, Not Yet Released
* The format of x25519 keys, which previously used a non-standard encoding,
has changed to match the upcoming IETF specification. (GH #1076)
+* Add the SM2 signature scheme (GH #1082)
+
* Add the SM3 hash function (GH #996)
* Add the SM4 block cipher (GH #1080)
@@ -52,6 +54,8 @@ Version 2.2.0, Not Yet Released
* Add command line utils `hmac` (GH #1001), `encryption` (GH #359),
`hex_enc`, and `hex_dec`.
+* The `speed` util can now benchmark multiple buffer sizes (GH #1084)
+
* Fix return value of FFI botan_bcrypt_is_valid (GH #1033)
* Support generating RSA keys using OpenSSL (GH #1035)
diff --git a/readme.rst b/readme.rst
index d663ca900..1282776f1 100644
--- a/readme.rst
+++ b/readme.rst
@@ -152,7 +152,7 @@ Public Key Cryptography
* RSA signatures and encryption
* DH and ECDH key agreement
-* Signature schemes ECDSA, DSA, Ed25519, ECGDSA, ECKCDSA, and GOST 34.10-2001
+* Signature schemes ECDSA, DSA, Ed25519, ECGDSA, ECKCDSA, SM2, and GOST 34.10-2001
* Post-quantum signature scheme XMSS
* Post-quantum key agreement schemes McEliece and NewHope
* ElGamal encryption