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