diff options
author | Theo Buehler <tb@openbsd.org> | 2024-06-22 14:22:58 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-06-22 14:22:58 -0600 |
commit | 79329e9dcf72a521dd4d66323dee05a28fbeb348 (patch) | |
tree | 31d4b8574e974b31cddb75337b09ff2826ac8ed7 | |
parent | 4269c45fc4254426a06cb2a50b81e5ed1d8589c4 (diff) | |
download | portable-79329e9dcf72a521dd4d66323dee05a28fbeb348.tar.gz portable-79329e9dcf72a521dd4d66323dee05a28fbeb348.tar.bz2 portable-79329e9dcf72a521dd4d66323dee05a28fbeb348.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ LibreSSL Portable Release Notes: | |||
62 | - Improved X.509v3 extension internals. Fixed various bugs and leaks | 62 | - Improved X.509v3 extension internals. Fixed various bugs and leaks |
63 | in X509V3_add1_i2d() and X509V3_get_d2i(). Their implementations | 63 | in X509V3_add1_i2d() and X509V3_get_d2i(). Their implementations |
64 | now vaguely resemble code. | 64 | now vaguely resemble code. |
65 | - Rewrote BN_bn2mpi() using CBB. | ||
65 | * Documentation improvements | 66 | * Documentation improvements |
66 | - Removed documentation of no longer existing API. | 67 | - Removed documentation of no longer existing API. |
67 | * Testing and proactive security | 68 | * Testing and proactive security |