aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-04-15 01:09:57 -0500
committerBrent Cook <busterb@gmail.com>2021-04-15 01:09:57 -0500
commitc1b88faef3e803d1e23a5c802386045bb41d273e (patch)
tree063679b8f2953d15e48fd3bd4ae0a9de5418be28
parentd74cf4423308ca26567132b22cbdbb56af925bc5 (diff)
downloadportable-c1b88faef3e803d1e23a5c802386045bb41d273e.tar.gz
portable-c1b88faef3e803d1e23a5c802386045bb41d273e.tar.bz2
portable-c1b88faef3e803d1e23a5c802386045bb41d273e.zip
add --enable-libtls-only option
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5bdbbe..233d773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -321,6 +321,10 @@ LibreSSL Portable Release Notes:
321 321
322 * Update SSL_get_version.3 manual for DTLSv.1.2 support. 322 * Update SSL_get_version.3 manual for DTLSv.1.2 support.
323 323
324 * Added '--enable-libtls-only' build option, which builds and installs a
325 statically-linked libtls, skipping libcrypto and libssl. This is useful
326 for systems that ship with OpenSSL but wish to also package libtls.
327
3243.3.1 - Security fix 3283.3.1 - Security fix
325 329
326 * Malformed ASN.1 in a certificate revocation list or a timestamp 330 * Malformed ASN.1 in a certificate revocation list or a timestamp