diff options
Diffstat (limited to 'doc/relnotes/1_7_2.rst')
-rw-r--r-- | doc/relnotes/1_7_2.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/relnotes/1_7_2.rst b/doc/relnotes/1_7_2.rst new file mode 100644 index 000000000..3b182d246 --- /dev/null +++ b/doc/relnotes/1_7_2.rst @@ -0,0 +1,11 @@ +Version 1.7.2, 2007-10-13 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* Initialize the global library state lazily +* Add plain CBC-MAC for backwards compatibility with old systems +* Clean up some of the self test code +* Throw a sensible exception if a DL_Group is not found +* Truncate KDF2 output rather than allowing counter overflow +* Add newly assigned OIDs for SHA-2 and DSA with SHA-224/256 +* Fix a Visual Studio compilation problem in x509stat.cpp + |