CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2020/05/21 20:37:27
Modified files: lib/libssl : tls13_lib.c tls13_server.c Log message: Ensure we only attach an ocsp staple to a leaf certificate, because for the moment that is all we support. fixes an issue where gnuTLS cares that mistmatching staples come back on the certs in the chain. This should be fixed correctly later by associating the staple to the individual certs rather than the ssl, so this is temporary. running on www@. ok tb@, "got that's oopy but an interim ok" jsing@