CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/01/24 06:51:48
Modified files: lib/libssl : ssl_clnt.c Log message: In ssl3_get_server_key_exchange() switch a 'goto err' to 'goto fatal_err' so that the illegal_parameter alert is actually sent in case of X509_get0_pubkey() failure. ok inoguchi jsing