diff options
author | lloyd <[email protected]> | 2010-04-21 15:43:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-04-21 15:43:35 +0000 |
commit | 1edab5adc81353f74e7c20be4f88093a5cbd2994 (patch) | |
tree | a489e0cba8f6d3e973eb932453c16a2efbfe4a3d /doc/log.txt | |
parent | a8980feaf43900bc4a083422b28e3971c22cbe74 (diff) |
Fix EMSA_Raw in the case where the original input had leading 0 bytes.
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 f4abe32c7..06f537472 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -3,6 +3,7 @@ - TLS: Support reading SSLv2 client hellos - TLS: Add support for SEED ciphersuites (RFC 4162) - Add Comb4P hash combiner function + - Fix checking of EMSA_Raw signatures with leading 0 bytes * 1.9.6, 2010-04-09 - TLS: Add support for TLS v1.1 |