diff options
-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. |