diff options
author | Theo Buehler <tb@openbsd.org> | 2024-06-02 10:28:15 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-06-02 10:28:15 -0600 |
commit | a445294ba52898ac5863e3ae0adfb6bb82287be9 (patch) | |
tree | ad356c13b91c208d46c6963c66ed9173014f4705 | |
parent | 714b687483b52b73322a72e8d52c82d3eaf4eb0c (diff) | |
download | portable-a445294ba52898ac5863e3ae0adfb6bb82287be9.tar.gz portable-a445294ba52898ac5863e3ae0adfb6bb82287be9.tar.bz2 portable-a445294ba52898ac5863e3ae0adfb6bb82287be9.zip |
Tweak changelog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ LibreSSL Portable Release Notes: | |||
65 | * Compatibility changes | 65 | * Compatibility changes |
66 | - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), | 66 | - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), |
67 | all SHA-2, and HMAC() no longer support returning a static buffer. | 67 | all SHA-2, and HMAC() no longer support returning a static buffer. |
68 | Callers must now pass in a buffer to calculate the digest. | 68 | Callers must pass in a correctly sized buffer. |
69 | - Removed workaround for F5 middle boxes. | 69 | - Removed workaround for F5 middle boxes. |
70 | - Removed the useless pem2.h, a public header that was added since | 70 | - Removed the useless pem2.h, a public header that was added since |
71 | it was too hard to add a prototype to one file. | 71 | it was too hard to add a prototype to one file. |