]> git.ipfire.org Git - thirdparty/strongswan.git/commit
libtls: Send empty cert payload upon cert request
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 19 Aug 2022 15:09:02 +0000 (17:09 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 25 Aug 2022 05:02:29 +0000 (07:02 +0200)
commita3914d7db5db0a76098f63d3e0e2a6452548088c
tree078c3481411656b6702291c438f4d603dc67e58b
parent60a764bad9e74080d8e45fcf3ea631a466343a61
libtls: Send empty cert payload upon cert request

Currently when a TLS client doesn't have a certificate, it doesn't
send a certficiate payload upon receiving a certificate request
from the TLS server. According to the TLS 1.2 and 1.3 RFCs an
empty certificate payload must be sent.
src/libtls/tls_peer.c