commit | 06e2dd037e29f82b92e1d1b9454f1595e602fb94 | [log] [tgz] |
---|---|---|
author | Nils Larsch <nils@openssl.org> | Wed Dec 20 08:58:54 2006 +0000 |
committer | Nils Larsch <nils@openssl.org> | Wed Dec 20 08:58:54 2006 +0000 |
tree | 9711ac003640b564cbc08c8a6b2be656a490d5e9 | |
parent | 34f0a1930928bba6902b8b6d5217bc6bd667f5c7 [diff] [blame] |
add support for ecdsa-with-sha256 etc.
diff --git a/CHANGES b/CHANGES index 4eba78a..d6739a2 100644 --- a/CHANGES +++ b/CHANGES
@@ -4,6 +4,9 @@ Changes between 0.9.8e and 0.9.9 [xx XXX xxxx] + *) Add support for the ecdsa-with-SHA224/256/384/512 signature types. + [Nils Larsch] + *) Initial incomplete changes to avoid need for function casts in OpenSSL when OPENSSL_NO_FCAST is set: some compilers (gcc 4.2 and later) reject their use. Safestack is reimplemented using inline functions: tests show