update changelog
This commit is contained in:
parent
29e0e7b438
commit
960ea062b1
18
ChangeLog
18
ChangeLog
@ -33,8 +33,7 @@ LibreSSL Portable Release Notes:
|
|||||||
* CRYPTO_LOCK is now automatically initialized, with the legacy
|
* CRYPTO_LOCK is now automatically initialized, with the legacy
|
||||||
callbacks stubbed for compatibility.
|
callbacks stubbed for compatibility.
|
||||||
|
|
||||||
* Added the SM3 hash function from the Chinese standard GB/T
|
* Added the SM3 hash function from the Chinese standard GB/T 32905-2016.
|
||||||
32905-2016.
|
|
||||||
|
|
||||||
* Added more OPENSSL_NO_* macros for compatibility with OpenSSL.
|
* Added more OPENSSL_NO_* macros for compatibility with OpenSSL.
|
||||||
|
|
||||||
@ -44,10 +43,8 @@ LibreSSL Portable Release Notes:
|
|||||||
* Added additional wycheproof tests and related bug fixes.
|
* Added additional wycheproof tests and related bug fixes.
|
||||||
|
|
||||||
* Simplified sigalgs option processing and handshake signing algorithm
|
* Simplified sigalgs option processing and handshake signing algorithm
|
||||||
selection.
|
|
||||||
|
|
||||||
* Added the ability to use the RSA PSS algorithm for handshake
|
* Added the ability to use the RSA PSS algorithm for handshake signatures.
|
||||||
signatures.
|
|
||||||
|
|
||||||
* Added bn_rand_interval() and use it in code needing ranges of random
|
* Added bn_rand_interval() and use it in code needing ranges of random
|
||||||
bn values.
|
bn values.
|
||||||
@ -57,17 +54,18 @@ LibreSSL Portable Release Notes:
|
|||||||
|
|
||||||
* Added handshake state machine from RFC8446.
|
* Added handshake state machine from RFC8446.
|
||||||
|
|
||||||
* Removed some ASN.1 related code from libcrypto that had not been
|
* Removed some ASN.1 related code from libcrypto that had not been used
|
||||||
used since around 2000.
|
since around 2000.
|
||||||
|
|
||||||
* Unexported internal symbols and internalized more record layer structs.
|
* Unexported internal symbols and internalized more record layer structs.
|
||||||
|
|
||||||
* Added support for assembly optimizations on 32-bit ARM ELF targets.
|
* Added support for assembly optimizations on 32-bit ARM ELF targets.
|
||||||
|
|
||||||
* Fix timing vulnerability in ECDSA signature generation (CVE-2018-0735).
|
* Improved protection against timing side channels in ECDSA signature generation.
|
||||||
|
|
||||||
* Fix for Portsmash vulnerability originally by Brumley, ul Hassan and
|
* Coordinate blinding was added to some elliptic curves. This is the
|
||||||
Tuveri.
|
last bit of the work by Brumley et al. to protect against the
|
||||||
|
Portsmash vulnerability.
|
||||||
|
|
||||||
* Ensure transcript handshake is always freed with TLS 1.2.
|
* Ensure transcript handshake is always freed with TLS 1.2.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user