aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-07-03 09:38:19 -0400
committerJack Lloyd <[email protected]>2017-07-03 09:38:19 -0400
commit898a6a8433c244887a410de402d982e7016bb24b (patch)
tree7a4be9f4d613adf6933957de853ef1a4ecd6ce2b
parent8041a14888c5d947fd0658712293c6593b5ae45e (diff)
Update news
-rw-r--r--news.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 4c2b014ee..8e28398ee 100644
--- a/news.rst
+++ b/news.rst
@@ -28,6 +28,10 @@ Version 2.2.0, Not Yet Released
* Add HashFunction::copy_state which allows efficiently computing the
hash of several messages with a common prefix (GH #1056 #1037)
+* ECC keys now encode their parameters using an OID instead of a literal
+ encoding of the domain parameters. This will lead to smaller public and
+ private keys in most instances. (GH #1093)
+
* The OpenSSL backend now supports the 1.1.0 API (GH #1056)
* Fix a bug in certificate path length checking that could cause valid
@@ -54,6 +58,9 @@ Version 2.2.0, Not Yet Released
* Add command line utils `hmac` (GH #1001), `encryption` (GH #359),
`hex_enc`, and `hex_dec`.
+* Fix an error in `sign_cert` command line util, which ignored the
+ `--ca-key-pass` option. (GH #1106)
+
* The `speed` util can now benchmark multiple buffer sizes (GH #1084)
* Fix return value of FFI botan_bcrypt_is_valid (GH #1033)