diff options
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -64,6 +64,7 @@ LibreSSL Portable Release Notes: | |||
| 64 | now vaguely resemble code. | 64 | now vaguely resemble code. |
| 65 | - Rewrote BN_bn2mpi() using CBB. | 65 | - Rewrote BN_bn2mpi() using CBB. |
| 66 | - Made most error string tables const. | 66 | - Made most error string tables const. |
| 67 | - Removed handling for SSLv2 client hello messages. | ||
| 67 | * Documentation improvements | 68 | * Documentation improvements |
| 68 | - Removed documentation of no longer existing API. | 69 | - Removed documentation of no longer existing API. |
| 69 | * Testing and proactive security | 70 | * Testing and proactive security |
| @@ -102,6 +103,9 @@ LibreSSL Portable Release Notes: | |||
| 102 | decrypting with RSA_NO_PADDING and checking the padding in libssl | 103 | decrypting with RSA_NO_PADDING and checking the padding in libssl |
| 103 | in constant time. This is possible because the pre-master secret | 104 | in constant time. This is possible because the pre-master secret |
| 104 | is of known length based on the size of the RSA key. | 105 | is of known length based on the size of the RSA key. |
| 106 | - Rewrote SSL_select_next_proto() using CBS, also fixing a buffer | ||
| 107 | overread that wasn't reachable when used as intended from an | ||
| 108 | ALPN callback. | ||
| 105 | 109 | ||
| 106 | 3.9.0 - Development release | 110 | 3.9.0 - Development release |
| 107 | 111 | ||
