diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-06-17 13:09:58 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-06-17 13:09:58 -0600 |
| commit | 8c792f98f1313fe462afd90df1780779c19d6b9d (patch) | |
| tree | 07215a3d956dbea10103b583baf855856768f737 /ChangeLog | |
| parent | 4e2abbea666fd47d5d01ece0b099443e9ce01152 (diff) | |
| download | portable-8c792f98f1313fe462afd90df1780779c19d6b9d.tar.gz portable-8c792f98f1313fe462afd90df1780779c19d6b9d.tar.bz2 portable-8c792f98f1313fe462afd90df1780779c19d6b9d.zip | |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -37,6 +37,7 @@ LibreSSL Portable Release Notes: | |||
| 37 | - Improved checks for commonName in libtls. | 37 | - Improved checks for commonName in libtls. |
| 38 | - Fixed error check for X509_get_ext_d2i() failure in libtls. | 38 | - Fixed error check for X509_get_ext_d2i() failure in libtls. |
| 39 | - Improved BIGNUM internals and performance on aarch64. | 39 | - Improved BIGNUM internals and performance on aarch64. |
| 40 | - Significantly improved Montgomery multiplication performance. | ||
| 40 | - Initial cleanup passes for SHA-256 internals. | 41 | - Initial cleanup passes for SHA-256 internals. |
| 41 | - Converted more libcrypto internals API using CBB and CBS. | 42 | - Converted more libcrypto internals API using CBB and CBS. |
| 42 | - Removed code guarded by #ifdef ZLIB. | 43 | - Removed code guarded by #ifdef ZLIB. |
| @@ -48,6 +49,9 @@ LibreSSL Portable Release Notes: | |||
| 48 | valid UTF-8 without embedded NUL. | 49 | valid UTF-8 without embedded NUL. |
| 49 | * Bug fixes | 50 | * Bug fixes |
| 50 | - Fixed aliasing issue in BN_mod_inverse(). | 51 | - Fixed aliasing issue in BN_mod_inverse(). |
| 52 | - Made CRYPTO_get_ex_new_index() not return 0 to allow applications | ||
| 53 | to use *_{get,set}_app_data() and *_{get,set}_ex_data() alongside | ||
| 54 | each other. | ||
| 51 | * Documentation improvements | 55 | * Documentation improvements |
| 52 | - Made it very explicit that the verify callback should not be used. | 56 | - Made it very explicit that the verify callback should not be used. |
| 53 | - Called out that the CRL lastUpdate is standardized as thisUpdate. | 57 | - Called out that the CRL lastUpdate is standardized as thisUpdate. |
