aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-03-11 11:57:54 -0600
committerTheo Buehler <tb@openbsd.org>2025-03-11 11:58:02 -0600
commit8a536f8311efa472f0db53f9dddd3d5e59fb6dcf (patch)
tree178bdbb625b94c33fec661d7592ff28ea7acdefe
parentccc254e9a415f1ef73ddc682ec510e7dd03b815d (diff)
downloadportable-8a536f8311efa472f0db53f9dddd3d5e59fb6dcf.tar.gz
portable-8a536f8311efa472f0db53f9dddd3d5e59fb6dcf.tar.bz2
portable-8a536f8311efa472f0db53f9dddd3d5e59fb6dcf.zip
Update ChangeLog
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 114a9ee..fb57ec7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,10 +78,21 @@ LibreSSL Portable Release Notes:
78 - Removed the -C option to generate "C code" from the openssl(1) 78 - Removed the -C option to generate "C code" from the openssl(1)
79 dh, dhparam, dsaparam, ecparam, and x509 subcommands. 79 dh, dhparam, dsaparam, ecparam, and x509 subcommands.
80 - Removed #error in headers when OPENSSL_NO_* is defined. 80 - Removed #error in headers when OPENSSL_NO_* is defined.
81 - EC_METHOD is no longer public and all public API directly using
82 it was removed. This includes EC_GROUP_new(), EC_GFp_mont_method()
83 EC_{GROUP,POINT}_method_of() and EC_METHOD_get_field_type().
84 - The precomputation stubs for EC_GROUP were removed.
85 - The API setting Jacobian projective coordinates for a point was
86 removed as were EC_POINTs_{mul,make_affine}().
87 - CRYPTO_set_mem_functions() now matches OpenSSL 1.1 and
88 CRYPTO_set_mem_ex_functions() was removed.
89 - X509_NAME_print() and X509_OBJECT_up_ref_count() are no longer public.
90 - const corrected UI_OpenSSL() and BN_MONT_CTX_copy().
91 - Support OPENSSL_NO_FILENAMES.
81 * New features 92 * New features
82 - libtls has a new tls_peer_cert_common_name() API call to retrieve 93 - libtls has a new tls_peer_cert_common_name() API call to retrieve
83 the peer's common name without having to inspect the PEM. 94 the peer's common name without having to inspect the PEM.
84 - Imported ML-KEM 768 and 1024 from BoringSSL. 95 - Imported ML-KEM 768 and 1024 from BoringSSL (not yet public API).
85 * Bug fixes 96 * Bug fixes
86 - Plugged a leak in eckey_compute_pubkey(). 97 - Plugged a leak in eckey_compute_pubkey().
87 - Again allow the magic values -1, -2 and -3 for the salt length 98 - Again allow the magic values -1, -2 and -3 for the salt length