]> git.ipfire.org Git - thirdparty/strongswan.git/commit
tls-peer: Handle HelloRetryRequest
authorTobias Brunner <tobias@strongswan.org>
Tue, 25 Aug 2020 15:23:45 +0000 (17:23 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 12 Feb 2021 10:45:44 +0000 (11:45 +0100)
commit2b6565c236dc7b4d4bfb967f7b1db34c834501d4
tree12f7740e7ee08b071c3c37e804be99b8da129231
parent2271d67f07a8b3c9ee93d5b8b592067e179ccf99
tls-peer: Handle HelloRetryRequest

Adds support to handle retries with different DH group and/or a cookie
extension.
src/libtls/tls.c
src/libtls/tls.h
src/libtls/tls_peer.c