diff options
author | Jack Lloyd <[email protected]> | 2015-09-30 12:05:12 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-09-30 12:05:12 -0400 |
commit | 43348030a0f059f43388086279dd54ac3bcfd565 (patch) | |
tree | 533e69fff7f64082f132425911abaf45b88f4195 /doc | |
parent | 622262d4aac65da8c38481661f584bbccb74c693 (diff) |
Update change notes for 1.11.21
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index e45ccf423..75d7cbbc1 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -4,6 +4,24 @@ Release Notes Version 1.11.21, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Add new methods for creating types such as BlockCiphers or HashFunctions, + T::providers() returning list of provider for a type, and T::create() creating + a new object of a specified provider. The functions in lookup.h forward to + these new APIs. A change to the lookup system in 1.11.14 had caused problems + with static libraries (GH #52). These problems have been fixed as part of these + changes. GH #279 + +* Fix loading McEliece public or private keys with PKCS::load_key / X509::load_key + +* Add `mce` command line tool for McEliece key generation and file encryption + +* Add Darwin_SecRandom entropy source which uses `SecRandomCopyBytes` + API call for OS X and iOS, as this call is accessible even from a + sandboxed application. GH #288 + +* Add new HMAC_DRBG constructor taking a name for the MAC to use, rather + than a pointer to an object. + * The OCaml module is now a separate project at https://github.com/randombit/botan-ocaml |