aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-04-12 23:44:49 -0600
committerTheo Buehler <tb@openbsd.org>2026-04-12 23:44:49 -0600
commitd7e17c6e0901b6071ddb8541d48e87fc0ec4ee1f (patch)
tree10326cf807e4c2ff5c2d405e91373f953b9c5bdd /ChangeLog
parentce45ee3510927e96baa597277dcdc44ae8bd2e50 (diff)
downloadportable-d7e17c6e0901b6071ddb8541d48e87fc0ec4ee1f.tar.gz
portable-d7e17c6e0901b6071ddb8541d48e87fc0ec4ee1f.tar.bz2
portable-d7e17c6e0901b6071ddb8541d48e87fc0ec4ee1f.zip
minor ChangeLog tweaks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f17fb6..938f46c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -54,7 +54,7 @@ LibreSSL Portable Release Notes:
54 - Improve EVP_{Open,Seal}Init() internals. This is legacy API that 54 - Improve EVP_{Open,Seal}Init() internals. This is legacy API that
55 cannot be removed since one scripting language still exposes it. 55 cannot be removed since one scripting language still exposes it.
56 - ASN1_BIT_STRING_set_bit() now trims trailing zero bits itself rather 56 - ASN1_BIT_STRING_set_bit() now trims trailing zero bits itself rather
57 than relying on i2c_ASN1_BIT_STRING() doing that when encoding. 57 than relying on i2c_ASN1_BIT_STRING() to do that when encoding.
58 - Fix and add workarounds to libtls to improve const correctness and 58 - Fix and add workarounds to libtls to improve const correctness and
59 to avoid warnings when compiling with OpenSSL 4. 59 to avoid warnings when compiling with OpenSSL 4.
60 - Prefix EC_KEY methods with ec_key_ to avoid problems in some static 60 - Prefix EC_KEY methods with ec_key_ to avoid problems in some static
@@ -104,7 +104,7 @@ LibreSSL Portable Release Notes:
104 - Avoid type confusion leading to 1-byte read at address 0x00-0xff 104 - Avoid type confusion leading to 1-byte read at address 0x00-0xff
105 in PKCS#12 parsing. 105 in PKCS#12 parsing.
106 - Fix type confusion in timestamp response parsing for v2 signing 106 - Fix type confusion in timestamp response parsing for v2 signing
107 cert. 107 certs.
108 - Fix EVP_SealInit() to return 0 on error, not -1. 108 - Fix EVP_SealInit() to return 0 on error, not -1.
109 - Replace incorrect strncmp() with strcmp() in CRL distribution point 109 - Replace incorrect strncmp() with strcmp() in CRL distribution point
110 config parsing. 110 config parsing.
@@ -114,7 +114,7 @@ LibreSSL Portable Release Notes:
114 missing. This is flagged on deserialization, but nothing checks 114 missing. This is flagged on deserialization, but nothing checks
115 that flag. This can lead to a NULL dereference if the verification 115 that flag. This can lead to a NULL dereference if the verification
116 has enabled Delta CRL checking by setting X509_V_FLAG_USE_DELTAS. 116 has enabled Delta CRL checking by setting X509_V_FLAG_USE_DELTAS.
117 - Fix NULL derefreence that can be triggered with malformed OAEP 117 - Fix NULL dereference that can be triggered with malformed OAEP
118 parameter encoding for CMS decryption. 118 parameter encoding for CMS decryption.
119 * Reliability fix 119 * Reliability fix
120 - Fix off-by-one error in the X.509 verifier depth checking. This can 120 - Fix off-by-one error in the X.509 verifier depth checking. This can