Skip to content

Add dtls app id as psk identity hint

cspengl requested to merge cspengl/openconnect:feature/psk-identity-hint into master

This PR adds the DTLS App ID as the PSK identity hint as described in section 2 of RFC 4279. This should help other servers implementing the openconnect protocol if the underlying DTLS implementation has no feature for identifiying the key to use by the session id.

Merge request reports