diff options
| -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 | ||
