diff options
author | Jack Lloyd <[email protected]> | 2017-09-21 11:44:50 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-21 11:44:50 -0400 |
commit | b331caf9ae61410aaa6e7e7fc4b33267562bd78e (patch) | |
tree | bc25107c0beed839f9d1a767326fb52e030a547d | |
parent | 82474bcd01e8680d02f48f33348a91f1129187ce (diff) |
Update news
-rw-r--r-- | news.rst | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -22,9 +22,10 @@ Version 2.3.0, Not Yet Released * SM2 encryption and signature schemes were previously hardcoded to use SM3 hash, now any hash is allowed. (GH #1188) -* SM2 encryption in 2.2 followed an obsolete version of the standard. The - format of the ciphertext changed with GM/T 0003:2012. The only difference is - in the ordering of the embedded MAC vs the masked input. +* SM2 encryption in 2.2.0 followed an obsolete version of the standard. The + format of the ciphertext changed in a more recent revision of the standard, + and now uses an ASN.1 encoding. Botan has changed to reflect this format, + which is compatible with GmSSL (GH #1218) * OCB mode now supports 192, 256 and 512 bit block ciphers. (GH #1205) |