diff options
author | lloyd <[email protected]> | 2008-11-28 16:22:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-28 16:22:51 +0000 |
commit | 3bbd21e87931a855c39a1ae3a767e6d09f98f5b4 (patch) | |
tree | 7587237eaca56fddba86ded284b8c062bd48b928 /doc | |
parent | ec87551bfcc83ddcd4f4052db4f330542c8c23ac (diff) |
Add a variant of EMSA3 called EMSA3_Raw which does not hash the data or
add a digest identifier. This was a feature requested on the mailing list.
Apparently this scheme is called CKM_RSA_PKCS in PKCS #11, and is supported
by a number of libraries, including QCA.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 87427e7c1..2a1e7d907 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,7 @@ * 1.7.24-pre, ????-??-?? + - Add EMSA3_Raw, sometimes called PKCS#11 CKM_RSA_PKCS + - Add support for SHA-224 in EMSA2 and EMSA3 PK signature padding schemes - Wrap private structs in SSE2 SHA-1 code in anonymous namespace - Change configure.pl's CPU autodetection output to be more consistent - Disable using OpenSSL's AES due to crashes |