diff options
author | lloyd <[email protected]> | 2012-07-18 20:06:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-07-18 20:06:06 +0000 |
commit | e47064038867641fea7b1fe97d62cbe89749afc8 (patch) | |
tree | 46c26f71356281e88013eafc621e94336d1e1bb0 /doc/relnotes/1_8_14.rst | |
parent | b553c2fbbefb4594b78fc51edced8f8d25b4d7c8 (diff) |
Add 1.8.14 release notes
Diffstat (limited to 'doc/relnotes/1_8_14.rst')
-rw-r--r-- | doc/relnotes/1_8_14.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/relnotes/1_8_14.rst b/doc/relnotes/1_8_14.rst new file mode 100644 index 000000000..cf48e3cc7 --- /dev/null +++ b/doc/relnotes/1_8_14.rst @@ -0,0 +1,17 @@ +Version 1.8.14, 2012-07-18 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* The malloc allocator would return null instead of throwing in the + event of an allocation failure, which could cause an application + crash due to null pointer dereference where normally an exception + would occur. + +* Recent versions of OpenSSL include extra information in ECC private + keys, the presence of which caused an exception when such a key was + loaded by botan. The decoding of ECC private keys has been changed to + ignore these fields if they are set. + +* AutoSeeded_RNG has been changed to prefer ``/dev/random`` over + ``/dev/urandom`` + +* Fix detection of s390x (Debian bug 638347) |