aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-10-08 00:39:36 +0000
committerlloyd <[email protected]>2007-10-08 00:39:36 +0000
commit9f3e915f0d8ba487f513aa22a68487ce591d36b9 (patch)
tree28216e96ba2010929decbb7c1abdea54ee5041e9 /doc
parent72fce1ebf137e1a33bd39d221b79da1234d62cb9 (diff)
Initial changelog note for 1.7.2. Currently targeting a Oct 13 release.
Diffstat (limited to 'doc')
-rw-r--r--doc/logs/log-17.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/logs/log-17.txt b/doc/logs/log-17.txt
index 1a3b7707b..15c0cc5f7 100644
--- a/doc/logs/log-17.txt
+++ b/doc/logs/log-17.txt
@@ -1,4 +1,13 @@
+* 1.7.2, Oct 13, 2007
+ - Initialize the global library state lazily
+ - Add plain CBC-MAC for backwards compatability 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
+
* 1.7.1, July 23, 2007
- Fix a race condition in the algorithm object cache
- HMAC key schedule optimization