diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-04-18 08:15:46 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-04-18 08:15:46 +0200 |
| commit | 3aeba58a29031a56e9332df6e075332e0e9a6c16 (patch) | |
| tree | a6f549851baa52963ba55936e0382617a3f629c2 | |
| parent | 7be98b5cfe42eec03758ad1c97b267182098674f (diff) | |
| download | portable-3aeba58a29031a56e9332df6e075332e0e9a6c16.tar.gz portable-3aeba58a29031a56e9332df6e075332e0e9a6c16.tar.bz2 portable-3aeba58a29031a56e9332df6e075332e0e9a6c16.zip | |
Typo in ChangeLog; from jsg
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -63,7 +63,7 @@ LibreSSL Portable Release Notes: | |||
| 63 | - Replaced combinations of BN_MONT_CTX_new/set with an internal | 63 | - Replaced combinations of BN_MONT_CTX_new/set with an internal |
| 64 | BN_MONT_CTX_create(). | 64 | BN_MONT_CTX_create(). |
| 65 | - Replaced BN_bn2hex() reimplementation in openssl(1) ca with | 65 | - Replaced BN_bn2hex() reimplementation in openssl(1) ca with |
| 66 | a poper API call. | 66 | a proper API call. |
| 67 | - Fixed integer overflows due to signed shift in obj_dat.c. | 67 | - Fixed integer overflows due to signed shift in obj_dat.c. |
| 68 | - Improved some X509_VERIFY_PARAM internals and avoid an out of | 68 | - Improved some X509_VERIFY_PARAM internals and avoid an out of |
| 69 | bounds read from public API. | 69 | bounds read from public API. |
