diff options
author | Brent Cook <bcook@openbsd.org> | 2018-10-16 12:19:49 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-10-16 12:19:49 -0500 |
commit | e932ae915539d7b035072cc9b875251ecea30236 (patch) | |
tree | 7a9f680e74eb0ecb05c4139a8fd7d18adebaee77 | |
parent | 0e88b1ec49a73da01fda8ffe77d7c2993ed96769 (diff) | |
download | portable-e932ae915539d7b035072cc9b875251ecea30236.tar.gz portable-e932ae915539d7b035072cc9b875251ecea30236.tar.bz2 portable-e932ae915539d7b035072cc9b875251ecea30236.zip |
fixes
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -28,18 +28,19 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.8.1 - Stable release | 31 | 2.8.2 - Stable release |
32 | 32 | ||
33 | * Added Wycheproof ECDH and ECDHA Web Crypto test vectors, along with | 33 | * Added Wycheproof support for ECDH and ECDSA Web Crypto test vectors, |
34 | test harness fixes. | 34 | along with test harness fixes. |
35 | 35 | ||
36 | * Fixed memory leak in nc(1) | 36 | * Fixed memory leak in nc(1) |
37 | 37 | ||
38 | 2.8.1 - Test and compatibility improvements | 38 | 2.8.1 - Test and compatibility improvements |
39 | 39 | ||
40 | * Added Wycheproof test vectors for ECDH, RSASSA-PSS, AES-GCM, | 40 | * Added Wycheproof support for ECDH, RSASSA-PSS, AES-GCM, |
41 | AES-CMAC, AES-CCM, AES-CBC-PKCS5, DSA, ChaCha20-Poly1305, ECDSA, | 41 | AES-CMAC, AES-CCM, AES-CBC-PKCS5, DSA, ChaCha20-Poly1305, ECDSA, and |
42 | X25519, and applied appropriate fixes for errors uncovered by tests. | 42 | X25519 test vectors. Applied appropriate fixes for errors uncovered |
43 | by tests. | ||
43 | 44 | ||
44 | * Simplified key exchange signature generation and verification. | 45 | * Simplified key exchange signature generation and verification. |
45 | 46 | ||
@@ -50,7 +51,7 @@ LibreSSL Portable Release Notes: | |||
50 | 51 | ||
51 | * Fixed various memory leaks found by Coverity. | 52 | * Fixed various memory leaks found by Coverity. |
52 | 53 | ||
53 | * Simplfied session ticket parsing and handling, inspired by | 54 | * Simplified session ticket parsing and handling, inspired by |
54 | BoringSSL. | 55 | BoringSSL. |
55 | 56 | ||
56 | * Modified signature of CRYPTO_mem_leaks_* to return -1. This function | 57 | * Modified signature of CRYPTO_mem_leaks_* to return -1. This function |
@@ -1057,7 +1058,7 @@ LibreSSL Portable Release Notes: | |||
1057 | 1058 | ||
1058 | * Removed nonfunctional Netscape browser-hang workaround code. | 1059 | * Removed nonfunctional Netscape browser-hang workaround code. |
1059 | 1060 | ||
1060 | * Simplfied and refactored SSL/DTLS handshake code. | 1061 | * Simplified and refactored SSL/DTLS handshake code. |
1061 | 1062 | ||
1062 | * Added SHA256 Camellia cipher suites for TLS 1.2 from RFC 5932. | 1063 | * Added SHA256 Camellia cipher suites for TLS 1.2 from RFC 5932. |
1063 | 1064 | ||