diff options
author | Brent Cook <busterb@gmail.com> | 2021-04-15 01:09:57 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-04-15 01:09:57 -0500 |
commit | c1b88faef3e803d1e23a5c802386045bb41d273e (patch) | |
tree | 063679b8f2953d15e48fd3bd4ae0a9de5418be28 | |
parent | d74cf4423308ca26567132b22cbdbb56af925bc5 (diff) | |
download | portable-c1b88faef3e803d1e23a5c802386045bb41d273e.tar.gz portable-c1b88faef3e803d1e23a5c802386045bb41d273e.tar.bz2 portable-c1b88faef3e803d1e23a5c802386045bb41d273e.zip |
add --enable-libtls-only option
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | |||
324 | 3.3.1 - Security fix | 328 | 3.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 |