diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-01-27 10:36:33 -0700 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-01-27 10:36:33 -0700 |
| commit | 0dd636aee71978029e8576fa7eb473b413f130fb (patch) | |
| tree | 89fa06aa1ba03a15f0dd49eb709a378133273809 | |
| parent | 935d9852afa5889b7b60262788afc0ba4405ac0e (diff) | |
| download | portable-0dd636aee71978029e8576fa7eb473b413f130fb.tar.gz portable-0dd636aee71978029e8576fa7eb473b413f130fb.tar.bz2 portable-0dd636aee71978029e8576fa7eb473b413f130fb.zip | |
Update ChangeLog
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -61,6 +61,8 @@ LibreSSL Portable Release Notes: | |||
| 61 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. | 61 | - Turn the long dysfunctional openssl(1) s_client -pause into a noop. |
| 62 | - openssl(1) x509 now supports -new -force_pubkey, -multivalue-rdn, | 62 | - openssl(1) x509 now supports -new -force_pubkey, -multivalue-rdn, |
| 63 | -set_issuer, -set_subject, and -utf8. | 63 | -set_issuer, -set_subject, and -utf8. |
| 64 | - Support ECDSA with SHA-3 signature algorithms. | ||
| 65 | - Support HMAC with truncated SHA-2 and SHA-3 as PBE PRF. | ||
| 64 | * Bug fixes | 66 | * Bug fixes |
| 65 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). | 67 | - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). |
| 66 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and | 68 | - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and |
| @@ -78,6 +80,7 @@ LibreSSL Portable Release Notes: | |||
| 78 | - Fixed 4-byte overreads in GHASH assembly on amd64 and i386. | 80 | - Fixed 4-byte overreads in GHASH assembly on amd64 and i386. |
| 79 | - Fixed various NULL dereferences in PKCS #12 code due to mishandling | 81 | - Fixed various NULL dereferences in PKCS #12 code due to mishandling |
| 80 | of OPTIONAL content in PKCS #7 ContentInfo. | 82 | of OPTIONAL content in PKCS #7 ContentInfo. |
| 83 | - Aligned SSL_shutdown() behavior in TLSv1.3 with the legacy stack. | ||
| 81 | 84 | ||
| 82 | 3.8.2 - Stable release | 85 | 3.8.2 - Stable release |
| 83 | 86 | ||
