diff options
author | Theo Buehler <tb@openbsd.org> | 2024-06-25 13:46:41 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-06-25 13:46:41 -0600 |
commit | b0897535272740fd8d1f5d0ec0b8030d53dbcca2 (patch) | |
tree | 0182592ddc617014c926958b4ef09106e06c7c12 | |
parent | 62e28ea7ff214b1156e6bbac5085a5357ae6bab2 (diff) | |
download | portable-b0897535272740fd8d1f5d0ec0b8030d53dbcca2.tar.gz portable-b0897535272740fd8d1f5d0ec0b8030d53dbcca2.tar.bz2 portable-b0897535272740fd8d1f5d0ec0b8030d53dbcca2.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -98,6 +98,10 @@ LibreSSL Portable Release Notes: | |||
98 | to zero, which could lead to a crash due to accessing a zero | 98 | to zero, which could lead to a crash due to accessing a zero |
99 | sized allocation. | 99 | sized allocation. |
100 | - Fixed i2d_ASN1_OBJECT() with an output buffer pointing to NULL. | 100 | - Fixed i2d_ASN1_OBJECT() with an output buffer pointing to NULL. |
101 | - Implemented RSA key exchange in constant time. This is done by | ||
102 | decrypting with RSA_NO_PADDING and checking the padding in libssl | ||
103 | in constant time. This is possible because the pre-master secret | ||
104 | is of known length based on the size of the RSA key. | ||
101 | 105 | ||
102 | 3.9.0 - Development release | 106 | 3.9.0 - Development release |
103 | 107 | ||