update
This commit is contained in:
parent
2c8d0dccfc
commit
47234cd3d2
18
CHANGES
18
CHANGES
@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
Changes between 0.9.7 and 0.9.8 [xx XXX 2002]
|
Changes between 0.9.7 and 0.9.8 [xx XXX 2002]
|
||||||
|
|
||||||
|
*) Implement compute_wNAF (crypto/ec/ec_mult.c) without BIGNUM
|
||||||
|
arithmetic, and such that modified wNAFs are generated
|
||||||
|
(which avoid length expansion in many cases).
|
||||||
|
[Bodo Moeller]
|
||||||
|
|
||||||
*) Add a function EC_GROUP_check_discriminant() (defined via
|
*) Add a function EC_GROUP_check_discriminant() (defined via
|
||||||
EC_METHOD) that verifies that the curve discriminant is non-zero.
|
EC_METHOD) that verifies that the curve discriminant is non-zero.
|
||||||
|
|
||||||
@ -1057,9 +1062,16 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k
|
|||||||
|
|
||||||
*) Update Rijndael code to version 3.0 and change EVP AES ciphers to
|
*) Update Rijndael code to version 3.0 and change EVP AES ciphers to
|
||||||
handle the new API. Currently only ECB, CBC modes supported. Add new
|
handle the new API. Currently only ECB, CBC modes supported. Add new
|
||||||
AES OIDs. Add TLS AES ciphersuites as described in the "AES Ciphersuites
|
AES OIDs.
|
||||||
for TLS" draft-ietf-tls-ciphersuite-03.txt.
|
|
||||||
[Ben Laurie, Steve Henson]
|
Add TLS AES ciphersuites as described in the "AES Ciphersuites
|
||||||
|
for TLS" draft-ietf-tls-ciphersuite-03.txt. As these are not yet
|
||||||
|
official, they are not enabled by default and are not even part
|
||||||
|
of the "ALL" ciphersuite alias; for now, they must be explicitly
|
||||||
|
requested by specifying the new "AESdraft" ciphersuite alias. If
|
||||||
|
you want the default ciphersuite list plus the new ciphersuites,
|
||||||
|
use "DEFAULT:AESdraft:@STRENGTH".
|
||||||
|
[Ben Laurie, Steve Henson, Bodo Moeller]
|
||||||
|
|
||||||
*) New function OCSP_copy_nonce() to copy nonce value (if present) from
|
*) New function OCSP_copy_nonce() to copy nonce value (if present) from
|
||||||
request to response.
|
request to response.
|
||||||
|
1
NEWS
1
NEWS
@ -38,6 +38,7 @@
|
|||||||
o SSL/TLS: support Kerberos cipher suites (RFC2712).
|
o SSL/TLS: support Kerberos cipher suites (RFC2712).
|
||||||
o SSL/TLS: allow more precise control of renegotiations and sessions.
|
o SSL/TLS: allow more precise control of renegotiations and sessions.
|
||||||
o SSL/TLS: add callback to retrieve SSL/TLS messages.
|
o SSL/TLS: add callback to retrieve SSL/TLS messages.
|
||||||
|
o SSL/TLS: add draft AES ciphersuites (disabled unless explicitly requested).
|
||||||
|
|
||||||
Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
|
Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user