CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/05/10 08:03:14
Modified files: lib/libssl : tls13_lib.c Log message: Correct tlsext_ocsp_resplen check. This variable is currently overloaded - a value of -1 means that it is "unset" and any other value is a length. ok tb@