diff options
author | lloyd <[email protected]> | 2008-11-17 07:05:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-17 07:05:42 +0000 |
commit | a5ae94b2336b9b2463b63a10708ec8e520408e43 (patch) | |
tree | e96162be6c0d00a2674a6d427d1853bd4d9d697f | |
parent | 108685e00f315783fec580a1db81067bc17e3379 (diff) |
Add other changes since 1.7.21
-rw-r--r-- | doc/log.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index fe4daa026..aa99af72d 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,8 +1,10 @@ * 1.7.22, ????-??-?? - Add provider preferences to Algorithm_Factory - - Fixed memory leaks in PBE_PKCS5v20 and get_pbe + - Fix memory leaks in PBE_PKCS5v20 and get_pbe introduced in 1.7.21 - Optimize AES encryption and decryption (about 10% faster) + - Fix nanoseconds overflow in benchmark code + - Remove Engine::add_engine * 1.7.21, 2008-11-11 - Make algorithm lookup much more configuable |