aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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