]> git.ipfire.org Git - thirdparty/strongswan.git/commit
tls-server: Support multiple client key shares
authorPascal Knecht <pascal.knecht@hsr.ch>
Fri, 2 Oct 2020 16:11:45 +0000 (18:11 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 12 Feb 2021 13:35:23 +0000 (14:35 +0100)
commit3767a4a6558d96ebae710ee200b6cda1e82a7ec9
tree264741522ab833e1fa5ffd1941696d747dede48d
parent64e2506f5b24435021db00fae9e6c1b604d4bb84
tls-server: Support multiple client key shares

A client can send one or multiple key shares from which the server picks
one it supports (checked in its preferred order).  A retry is requested if
none of the key shares are supported.
src/libtls/tls_server.c