diff options
author | Theo Buehler <tb@openbsd.org> | 2023-06-06 11:17:16 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-06-06 11:17:16 -0600 |
commit | 309455efe7ac27c32d37c807d3d28e11e29f9051 (patch) | |
tree | 3845862ad3b87011dda1a6cc17ba87df3eb819ab | |
parent | d5547e52ccc8efbf89f64acb09fcace6cf00b7bd (diff) | |
download | portable-309455efe7ac27c32d37c807d3d28e11e29f9051.tar.gz portable-309455efe7ac27c32d37c807d3d28e11e29f9051.tar.bz2 portable-309455efe7ac27c32d37c807d3d28e11e29f9051.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,8 @@ LibreSSL Portable Release Notes: | |||
46 | * Bug fixes | 46 | * Bug fixes |
47 | - Fixed aliasing issue in BN_mod_inverse(). | 47 | - Fixed aliasing issue in BN_mod_inverse(). |
48 | * Documentation improvements | 48 | * Documentation improvements |
49 | - Made it very explicit that the verify_cb() should not be used. | 49 | - Made it very explicit that the verify callback should not be used. |
50 | - Called out that the CRL lastUpdate is standardized as thisUpdate. | ||
50 | * Testing and Proactive Security | 51 | * Testing and Proactive Security |
51 | 52 | ||
52 | 3.8.0 - Development release | 53 | 3.8.0 - Development release |