]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Remove Cisco-specific option handling from dtls_setup()
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 12 Apr 2021 09:57:23 +0000 (10:57 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 16 Apr 2021 15:06:36 +0000 (16:06 +0100)
commit429827f3c3c60e3d7b6be23a7078df0437c4306f
treed9cecea29e8dd89b33612fea98c7f4b2bfc6e659
parent8359b6a049e4c45f435110c6e412308f7b0579e0
Remove Cisco-specific option handling from dtls_setup()

As we start to use DTLS for protocols other than Cisco AnyConnect, we
need to start disentangling the underlying DTLS support from the Cisco
protocol. Start by moving the X-DTLS-Foo: header processing into cstp.c
where half of it was anyway.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
cstp.c
dtls.c