diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-11-02 07:03:33 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-11-02 07:03:33 -0600 |
| commit | c46bc4cf868fbe3d17a4d5d73d15a5b35b0ff026 (patch) | |
| tree | d9758d408d1ca5494347cd1182bf5682676b8525 /ChangeLog | |
| parent | b478250379a0627ad8914c765307260fb97e6bec (diff) | |
| download | portable-c46bc4cf868fbe3d17a4d5d73d15a5b35b0ff026.tar.gz portable-c46bc4cf868fbe3d17a4d5d73d15a5b35b0ff026.tar.bz2 portable-c46bc4cf868fbe3d17a4d5d73d15a5b35b0ff026.zip | |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -39,12 +39,14 @@ LibreSSL Portable Release Notes: | |||
| 39 | - Corrected DER encoding for EC keys and parameters. | 39 | - Corrected DER encoding for EC keys and parameters. |
| 40 | - Polished EC_POINT_{oct2point,point2oct}() internals. | 40 | - Polished EC_POINT_{oct2point,point2oct}() internals. |
| 41 | - Reworked CPU capabilities detection. | 41 | - Reworked CPU capabilities detection. |
| 42 | - Plugged a leak in eckey_compute_pubkey(). | 42 | - Improved the code setting EC points via compressed coordinates. |
| 43 | * Compatibility changes | 43 | * Compatibility changes |
| 44 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). | 44 | - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). |
| 45 | It has no effect since LibreSSL doesn't call atexit(). | 45 | It has no effect since LibreSSL doesn't call atexit(). |
| 46 | - Elliptic curve parameters are only accepted if they encode a | 46 | - Elliptic curve parameters are only accepted if they encode a |
| 47 | built-in curve. | 47 | built-in curve. |
| 48 | * Bug fixes | ||
| 49 | - Plugged a leak in eckey_compute_pubkey(). | ||
| 48 | 50 | ||
| 49 | 4.0.0 - Stable release | 51 | 4.0.0 - Stable release |
| 50 | 52 | ||
