diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-11 06:12:40 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-11 06:12:40 -0600 |
commit | f9fbe121cf314afe947d15cba4d976452fea50c5 (patch) | |
tree | caa028930b99e9b3cf50ed0641170d972b8daef1 | |
parent | 418d7adf8a782b12517c26eaaa6fcdf044c15ff2 (diff) | |
download | portable-f9fbe121cf314afe947d15cba4d976452fea50c5.tar.gz portable-f9fbe121cf314afe947d15cba4d976452fea50c5.tar.bz2 portable-f9fbe121cf314afe947d15cba4d976452fea50c5.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,10 +33,11 @@ LibreSSL Portable Release Notes: | |||
33 | * Internal improvements | 33 | * Internal improvements |
34 | - Improved sieve of Eratosthenes script used for generating a table | 34 | - Improved sieve of Eratosthenes script used for generating a table |
35 | of small primes. | 35 | of small primes. |
36 | - Cleaned up SHA internals. | 36 | - Cleaned up and rewrote SHA internals. |
37 | - Replace internal use of BN_copy() with bn_copy() for consistency. | 37 | - Replace internal use of BN_copy() with bn_copy() for consistency. |
38 | - Rewrote BN_exp(). | 38 | - Rewrote BN_exp(). |
39 | - Add branch target information (BTI) support to arm64 assembly. | 39 | - Add branch target information (BTI) support to arm64 assembly. |
40 | - Added a new implementation of BN_mod_sqrt(). | ||
40 | * Bug fixes | 41 | * Bug fixes |
41 | - Correctly reduce negative input to BN_mod_exp2_mont(). | 42 | - Correctly reduce negative input to BN_mod_exp2_mont(). |
42 | - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. | 43 | - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. |