diff options
author | Jack Lloyd <[email protected]> | 2017-06-09 15:48:25 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-06-09 15:48:25 -0400 |
commit | ee16e9d29b6eba5c528dfe4e092cbd8e5c465aa9 (patch) | |
tree | ce573e48ef00c90bf764bc385236106cae5b2e1e /news.rst | |
parent | e0ad3b1b41dfc9bd580c1359e132f210a321a3df (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -4,8 +4,12 @@ Release Notes Version 2.2.0, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Add the Ed25519 signature scheme (GH #1066) + * Add the SM3 hash function (GH #996) +* Add the PGP S2K algorithm (GH #1060) + * Add support for SHA-1 and SHA-2 instructions added in Intel Goldmont (GH #826) @@ -40,17 +44,15 @@ Version 2.2.0, Not Yet Released * Many changes to configure.py and botan2.py to make them pylint clean (GH #1041 #1002 #984) -* Add `hmac` command line util (GH #1001) - -* Add `encryption` command line util (GH #359) - -* Add `hex_enc` and `hex_dec` command line utils +* Add command line utils `hmac` (GH #1001), `encryption` (GH #359), + `hex_enc`, and `hex_dec`. * Fix return value of FFI botan_bcrypt_is_valid (GH #1033) * Support generating RSA keys using OpenSSL (GH #1035) -* Add new FFI function botan_hash_block_size (GH #1036) +* Add new FFI functions botan_hash_block_size (GH #1036), + botan_hash_copy_state (GH #1059), botan_scrub_mem * Support AES-CBC ciphers via OpenSSL (GH #1022) |