aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-06-25 13:46:41 -0600
committerTheo Buehler <tb@openbsd.org>2024-06-25 13:46:41 -0600
commitb0897535272740fd8d1f5d0ec0b8030d53dbcca2 (patch)
tree0182592ddc617014c926958b4ef09106e06c7c12
parent62e28ea7ff214b1156e6bbac5085a5357ae6bab2 (diff)
downloadportable-b0897535272740fd8d1f5d0ec0b8030d53dbcca2.tar.gz
portable-b0897535272740fd8d1f5d0ec0b8030d53dbcca2.tar.bz2
portable-b0897535272740fd8d1f5d0ec0b8030d53dbcca2.zip
Update ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d39d66..42b2c59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
1023.9.0 - Development release 1063.9.0 - Development release
103 107