diff options
author | lloyd <[email protected]> | 2008-07-11 18:22:13 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-07-11 18:22:13 +0000 |
commit | 666f27c1c7a186bc53bfa3391f48e9c6821e0333 (patch) | |
tree | 438370b3e6b5f746889dbe04d387f5cebea0beb5 /doc/log.txt | |
parent | 7efb1b1ce852c16cfab8f0fc9ec43ccf20a48775 (diff) |
Add the block cipher Noekeon (http://gro.noekeon.org/). Only "indirect mode"
keying is supported (see section 2.3 of the specification for details)
Diffstat (limited to 'doc/log.txt')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 5f9f5fbcc..fa23cf1b4 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,6 @@ * 1.7.8, 2008-??-?? + - Added the block cipher Noekeon - Remove global deref_alias function - X509_Store takes timeout options as constructor arguments - Add Shanks-Tonelli algorithm, contributed by FlexSecure GmbH |