History log of /openbsd-src/lib/libtls/man/tls_config_ocsp_require_stapling.3 (Results 1 – 5 of 5)
Revision Date Author Comments
# ff8b022a 31-Jan-2017 jmc <jmc@openbsd.org>

tweak previous;


# ef012c23 31-Jan-2017 beck <beck@openbsd.org>

Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be
added associated to a keypair used for SNI, and are usable for more than
just the "main" certificate. Modify httpd to use th

Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be
added associated to a keypair used for SNI, and are usable for more than
just the "main" certificate. Modify httpd to use this.
Bump libtls minor.

ok jsing@

show more ...


# 8b02f64e 28-Jan-2017 schwarze <schwarze@openbsd.org>

add HISTORY and AUTHORS


# 4801fc0b 27-Jan-2017 schwarze <schwarze@openbsd.org>

Fix Copyright notices; ok beck@ jsing@ tedu@


# e690d60f 25-Jan-2017 schwarze <schwarze@openbsd.org>

split the tls_init(3) that had grown fat to allow healthy future growth;
suggested by jsing@; "i would just chuck it in" jmc@