diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-02 10:39:30 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-02 10:39:30 -0600 |
commit | 50e2e2ff63b1754e5f11c57e608c524e48cadd03 (patch) | |
tree | 85d82a94f18d40dbbe7c7aa2409ca84281487d1a | |
parent | cd0ae0ef32d308a4704006b4514e2d065ed8df3c (diff) | |
download | portable-50e2e2ff63b1754e5f11c57e608c524e48cadd03.tar.gz portable-50e2e2ff63b1754e5f11c57e608c524e48cadd03.tar.bz2 portable-50e2e2ff63b1754e5f11c57e608c524e48cadd03.zip |
Tweak previous ChangeLog entry
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,8 +80,8 @@ LibreSSL Portable Release Notes: | |||
80 | - Switched the remaining tests to new certs. | 80 | - Switched the remaining tests to new certs. |
81 | * Compatibility changes | 81 | * Compatibility changes |
82 | - Protocol parsing in libtls was changed. The no longer supported | 82 | - Protocol parsing in libtls was changed. The no longer supported |
83 | TLSv1.1 and TLSv1.0 protocols are now completely ignored and no | 83 | TLSv1.1 and TLSv1.0 protocols are completely ignored and no longer |
84 | longer enable or disable TLSv1.2 in surprising ways. | 84 | enable or disable TLSv1.2 in surprising ways. |
85 | - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), | 85 | - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), |
86 | 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. |
87 | Callers must pass in a correctly sized buffer. | 87 | Callers must pass in a correctly sized buffer. |