diff options
author | Bodo Möller <bodo@openssl.org> | 2006-03-30 04:44:56 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2006-03-30 04:44:56 +0200 |
commit | 332737217a9b8eb07d53634ae72b0e2e9ec9b8c6 (patch) | |
tree | 2715bf871acf3b2947c4c71d5f8c337b82b1ec68 /CHANGES | |
parent | Change default curve (for compatibility with a (diff) | |
download | openssl-332737217a9b8eb07d53634ae72b0e2e9ec9b8c6.tar.xz openssl-332737217a9b8eb07d53634ae72b0e2e9ec9b8c6.zip |
Implement Supported Elliptic Curves Extension.
Submitted by: Douglas Stebila
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Changes between 0.9.8a and 0.9.9 [xx XXX xxxx] + *) Implement the Supported Elliptic Curves Extension for + ECC ciphersuites from draft-ietf-tls-ecc-12.txt. + [Douglas Stebila] + *) Don't free up OIDs in OBJ_cleanup() if they are in use by EVP_MD or EVP_CIPHER structures to avoid later problems in EVP_cleanup(). [Steve Henson] |