ryru / strongswan

strongSwan - IPsec-based VPN
https://www.strongswan.org
Other
0 stars 1 forks source link

Fix signature algorithm list building #10

Closed ryru closed 3 years ago

ryru commented 4 years ago

The method get_signature_algorithms is appending an additional length field. This is desired for client-side building TLS_EXT_SIGNATURE_ALGORITHMS and TLS_EXT_SIGNATURE_ALGORITHMS_CERT but not for server-side building TLS_EXT_CERTIFICATE_REQUEST.