]> git.ipfire.org Git - thirdparty/openssl.git/commit
New extensions can be sent in a certificate request
authorMatt Caswell <matt@openssl.org>
Mon, 20 Sep 2021 13:15:18 +0000 (14:15 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 11 Oct 2021 10:04:53 +0000 (11:04 +0100)
commitcbb862fbaaa1ec5a3e33836bc92a6dbea97ceba0
tree5b7e950112818b397b7771daeb2552dfa14d9733
parent2b80a7490d5008fa40417b804ea16e8fee13d93d
New extensions can be sent in a certificate request

Normally we expect a client to send new  extensions in the ClientHello,
which may be echoed back by the server in subsequent messages. However the
server can also send a new extension in the certificate request message to
be echoed back in a certificate message

Fixes #16632

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16634)
ssl/statem/extensions_cust.c