diff options
author | Theo Buehler <tb@openbsd.org> | 2024-01-04 12:48:33 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-01-04 12:48:33 -0700 |
commit | 91a85025f0e45c489f0fa082385793a27d879291 (patch) | |
tree | 35a3458f685ef5d35e2f9a5f971e9b4beb720862 /ChangeLog | |
parent | 0b6d6610c989cc203c5a71550f8b016fe962b665 (diff) | |
download | portable-91a85025f0e45c489f0fa082385793a27d879291.tar.gz portable-91a85025f0e45c489f0fa082385793a27d879291.tar.bz2 portable-91a85025f0e45c489f0fa082385793a27d879291.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ LibreSSL Portable Release Notes: | |||
41 | - Simplified and cleaned up the OBJ_ API. | 41 | - Simplified and cleaned up the OBJ_ API. |
42 | - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations. | 42 | - Cleaned up the EVP_Cipher{Init,Update,Final}() implementations. |
43 | - Removed unused function pointers from X.509 stores and contexts. | 43 | - Removed unused function pointers from X.509 stores and contexts. |
44 | - A lot of cleanup and reaorganization in EVP. | ||
44 | * Documentation improvements | 45 | * Documentation improvements |
45 | - ENGINE documentation was updated to reflect reality. | 46 | - ENGINE documentation was updated to reflect reality. |
46 | - Made EVP API documentation more accurate and less incoherent. | 47 | - Made EVP API documentation more accurate and less incoherent. |