diff options
author | Jack Lloyd <[email protected]> | 2017-08-15 16:11:19 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-15 16:11:19 -0400 |
commit | ba75558b723ae0c8b1e3b8718d972ef2fa567dfd (patch) | |
tree | 486940da765345d4128841a23ad8a9bbc29226fd /news.rst | |
parent | c917ab6ebdd2f4661eb7045887e3945078f62082 (diff) |
Update FFI version
Also fix botan_ffi_supports_api to return true for any supported
version (2.0, 2.1/2.2, and 2.3). Really 2.2 should have had its
own FFI version code since there were already many FFI API additions
in that release.
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ Version 2.3.0, Not Yet Released * Optimized the CMAC polynomial doubling operation, and removed a small timing channel due to a conditional operation. +* Add new C89 API functions botan_hex_decode, botan_base64_encode, and + botan_base64_decode. + * Workaround a GCC 7 bug that caused miscompilation of the GOST-34.11 hash function on x86-32. (GH #882 #1148) |