提交 5e030525 编写于 作者: D Dr. Stephen Henson

add CHANGES and NEWS entry

Todo: update documentation.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 8b8689ae
......@@ -4,6 +4,16 @@
Changes between 1.0.2e and 1.1.0 [xx XXX xxxx]
*) New EC_KEY_METHOD, this replaces the older ECDSA_METHOD and ECDH_METHOD
and integrates ECDSA and ECDH functionality into EC. Implementations can
now redirect key generation and no longer need to convert to or from
ECDSA_SIG format.
Note: the ecdsa.h and ecdh.h headers are now no longer needed and just
include the ec.h header file instead.
[Steve Henson]
*) Remove support for all 40 and 56 bit ciphers. This includes all the export
ciphers who are no longer supported and drops support the ephemeral RSA key
exchange. The LOW ciphers currently doesn't have any ciphers in it.
......
......@@ -18,6 +18,7 @@
o 40 and 56 bit cipher support removed from libssl
o All public header files moved to include/openssl, no more symlinking
o SSL/TLS state machine and record layer rewritten
o EC revision: now operations use new EC_KEY_METHOD.
Major changes between OpenSSL 1.0.2d and OpenSSL 1.0.2e [3 Dec 2015]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册