diff options
Diffstat (limited to 'doc/relnotes/1_9_5.txt')
-rw-r--r-- | doc/relnotes/1_9_5.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/relnotes/1_9_5.txt b/doc/relnotes/1_9_5.txt new file mode 100644 index 000000000..cdcd8db4b --- /dev/null +++ b/doc/relnotes/1_9_5.txt @@ -0,0 +1,14 @@ +Version 1.9.5, 2010-03-29 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Numerous ECC optimizations +* Fix GOST 34.10-2001 X.509 key loading +* Allow PK_Signer's fault protection checks to be toggled off +* Avoid using pool-based locking allocator if we can't mlock +* Remove all runtime options +* New BER_Decoder::{decode_and_check, decode_octet_string_bigint} +* Remove SecureBuffer in favor of SecureVector length parameter +* HMAC_RNG: Perform a poll along with user-supplied entropy +* Fix crash in MemoryRegion if Allocator::get failed +* Fix small compilation problem on FreeBSD + |