diff options
author | Jack Lloyd <[email protected]> | 2018-08-23 04:45:56 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-08-23 04:45:56 -0400 |
commit | e53a1393687d8f33ab7230fc1dc2a062c28925c0 (patch) | |
tree | b173c9970012e3e7566f2079a83c78bbee8ef285 /news.rst | |
parent | 1cec02b13cb2794894423090155e5090cdc93104 (diff) |
Merge notes about improvements to C binding
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -17,6 +17,13 @@ Version 2.8.0, Not Yet Released * Add XChaCha and XChaCha20Poly1305 (GH #1640) +* C binding improvements. Added functions to get name and supported + keylengths of cipher, hash and MAC objects, support for FE1 format + preserving encryption (GH #1625 #1646), functions to load and save + RSA keys in PKCS #1 format (GH #1621), HOTP and TOTP algorithms, + scrypt, certificate verification (GH #1647), and functions to get + the output length of public key operations (GH #1642). + * Support for building with BOTAN_MP_WORD_BITS set to 8 or 16 has been removed. * Previously SM2 had two distinct key types, one for signatures and another for @@ -41,14 +48,6 @@ Version 2.8.0, Not Yet Released * In ECC private keys, include the public key data for compatibility with GnuTLS (GH #1634 #1635) -* Add functions to get name of cipher, hash and MAC objects to FFI. - -* Add functions to use FE1 format preserving encryption in FFI (GH #1625) - -* Add functions to load and save RSA keys in PKCS #1 format to FFI (GH #1621) - -* Add C interface for HOTP and TOTP algorithms. - * The FFI function botan_privkey_load now ignores its rng argument. * Resolve a problem when building under Visual C++ 15.8 (GH #1624) |