diff options
author | Theo Buehler <tb@openbsd.org> | 2024-01-10 15:13:51 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-01-10 15:13:51 -0700 |
commit | 3ca3130613118f7698479e85a835c0dbc8566570 (patch) | |
tree | 1e27fdad9d59acf1425c8671ea869da129761e16 | |
parent | 2871c025b42117cf71dbb9599012f2ef7b8f623c (diff) | |
download | portable-3ca3130613118f7698479e85a835c0dbc8566570.tar.gz portable-3ca3130613118f7698479e85a835c0dbc8566570.tar.bz2 portable-3ca3130613118f7698479e85a835c0dbc8566570.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ LibreSSL Portable Release Notes: | |||
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 | - A lot of cleanup and reaorganization in EVP. |
45 | - Simplified internals of X509_TRUST handling. | ||
45 | * Documentation improvements | 46 | * Documentation improvements |
46 | - ENGINE documentation was updated to reflect reality. | 47 | - ENGINE documentation was updated to reflect reality. |
47 | - Made EVP API documentation more accurate and less incoherent. | 48 | - Made EVP API documentation more accurate and less incoherent. |