summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2006-12-20 08:58:54 +0000
committerNils Larsch <nils@openssl.org>2006-12-20 08:58:54 +0000
commit06e2dd037e29f82b92e1d1b9454f1595e602fb94 (patch)
tree9711ac003640b564cbc08c8a6b2be656a490d5e9 /CHANGES
parent34f0a1930928bba6902b8b6d5217bc6bd667f5c7 (diff)
add support for ecdsa-with-sha256 etc.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4eba78a60d..d6739a20f3 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