CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2017/01/29 10:52:11
Modified files: lib/libtls : tls_config.c tls_internal.h tls_ocsp.c Log message: Move the ocsp staple to being part of the keypair structure internally, so that it does not send back bogus staples when SNI is in use. (Further change is required to be able to use staples on all keypairs and not just the main one) ok jsing@