diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-01-17 17:02:02 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-22 17:47:24 +0100 |
commit | df7421ccb45fffc1dd81be6e1296fa8a3b512d10 (patch) | |
tree | 3bb54d67a9ef4dcbbece36d0af56f6c8f402de3b /NEWS | |
parent | Remove outdated conftest.c (diff) | |
download | openssl-df7421ccb45fffc1dd81be6e1296fa8a3b512d10.tar.xz openssl-df7421ccb45fffc1dd81be6e1296fa8a3b512d10.zip |
few typo fixes
Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ o Support for extended master secret o CCM ciphersuites o Reworked test suite, now based on perl, Test::Harness and Test::More - o Varous libcrypto structures made opaque including: BIGNUM, EVP_MD, + o Various libcrypto structures made opaque including: BIGNUM, EVP_MD, EVP_MD_CTX, HMAC_CTX, EVP_CIPHER and EVP_CIPHER_CTX. o libssl internal structures made opaque o SSLv2 support removed @@ -302,7 +302,7 @@ Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f [11 Oct 2007]: o Add gcc 4.2 support. - o Add support for AES and SSE2 assembly lanugauge optimization + o Add support for AES and SSE2 assembly language optimization for VC++ build. o Support for RFC4507bis and server name extensions if explicitly selected at compile time. |