diff options
author | rfl890 <87506407+rfl890@users.noreply.github.com> | 2024-08-02 20:37:42 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 20:37:42 +0500 |
commit | b1bc704474059c8a36149a63c02749501b9a3cea (patch) | |
tree | d90c39adc47c03402d41259663787633f622bb27 /ChangeLog | |
parent | becbdfbfc36dde9cfc2d509918d44cd4f1b207e6 (diff) | |
parent | cd0ae0ef32d308a4704006b4514e2d065ed8df3c (diff) | |
download | portable-b1bc704474059c8a36149a63c02749501b9a3cea.tar.gz portable-b1bc704474059c8a36149a63c02749501b9a3cea.tar.bz2 portable-b1bc704474059c8a36149a63c02749501b9a3cea.zip |
Merge branch 'libressl:master' into patch-1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -71,11 +71,17 @@ LibreSSL Portable Release Notes: | |||
71 | - Added support for TLS PRF in the EVP KDF API. | 71 | - Added support for TLS PRF in the EVP KDF API. |
72 | - Cleaned up cipher handling in SSL_SESSION. | 72 | - Cleaned up cipher handling in SSL_SESSION. |
73 | - Removed get_cipher from SSL_METHOD. | 73 | - Removed get_cipher from SSL_METHOD. |
74 | - Rewrote CRYPTO_EX_DATA from scratch. The only intentional change of | ||
75 | behavior is that there is now a hard limit on the number of indexes | ||
76 | that can be allocated. | ||
74 | * Documentation improvements | 77 | * Documentation improvements |
75 | - Removed documentation of no longer existing API. | 78 | - Removed documentation of no longer existing API. |
76 | * Testing and proactive security | 79 | * Testing and proactive security |
77 | - Switched the remaining tests to new certs. | 80 | - Switched the remaining tests to new certs. |
78 | * Compatibility changes | 81 | * Compatibility changes |
82 | - Protocol parsing in libtls was changed. The no longer supported | ||
83 | TLSv1.1 and TLSv1.0 protocols are now completely ignored and no | ||
84 | longer enable or disable TLSv1.2 in surprising ways. | ||
79 | - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), | 85 | - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), |
80 | all SHA-2, and HMAC() no longer support returning a static buffer. | 86 | all SHA-2, and HMAC() no longer support returning a static buffer. |
81 | Callers must pass in a correctly sized buffer. | 87 | Callers must pass in a correctly sized buffer. |