summary refs log tree commit diff
tag name3.3.2 (0305c7b8ae3817d582bd1d9d76122080ac4af46b)
tag date2021-04-21 13:09:18 -0400
tagged byJune McEnroe <june@causal.agency>
tagged objectcommit 4b0ab84154...
downloadlibretls-3.3.2.tar.gz
libretls-3.3.2.zip
Version 3.3.2
This release is based on LibreSSL 3.3.2:
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.2-relnotes.txt

The relevant changes are copied below:

  * Destroy the mutex in a tls_config object on tls_config_free().

  * Allow setting a keypair on a tls context without specifying the
    private key, and fake it internally in libtls. This removes the
    need for privsep engines like relayd to use bogus keys.

  * Skip the private key check for fake private keys.

  * Move the private key setup from tls_configure_ssl_keypair() to a
    helper function with proper error checking.

  * Change the internal tls_configure_ssl_keypair() function to
    return -1 instead of 1 on failure.

  * Make supported protocols and options for DHE params more prominent
    in tls_config_set_protocols.3.

  * Use tls_set_errorx() on OCSP_basic_verify() failure since the latter
    does not set errno.

A release tarball for this version can be downloaded from:
https://causal.agency/libretls/libretls-3.3.2.tar.gz
ic libedit hackJune McEnroe Newer versions of libedit have sane tab-complete now without FreeBSD's hacks, and in fact the hack is gone in FreeBSD-CURRENT. I'm still a little confused why binding this weird function is necessary at all, but at least it exists everywhere, I guess. 2020-06-08Prefix mandoc with exec in about-filterJune McEnroe 2020-06-07Remove mktemp options from mkbuiltins, mktokensJune McEnroe Why even? 2020-06-07Cast z_stream fields to size_tJune McEnroe In the version of zlib in OpenBSD, these fields are of type off_t, which is signed (why?), rather than uLong. 2020-06-07Call static_assert by _Static_assertJune McEnroe OpenBSD doesn't #define static_assert in assert.h and _Static_assert is its real name I guess so why not? 2020-06-07Add OpenBSD to install.shJune McEnroe Straightforward. 2020-06-03Add The Song of AchillesJune McEnroe 2020-06-01Allow redirecting input in everJune McEnroe 2020-05-31Add %c conversion to c scriptJune McEnroe 2020-05-31Add c script to READMEJune McEnroe 2020-05-31Add c scriptJune McEnroe 2020-05-31Update mdoc source URLsJune McEnroe 2020-05-26Remove unfinished PSF fontsJune McEnroe