ALPN on server has a leading 0x7
client ALPN request + current server ALPN response: https://dan.drown.org/ntp/ntske-alpn.html openssl hands over the alpn in length+text format, but wants them seperated into out+outlen on return before: $ ./ntske --debug --host=localhost --context=localhost --certfile=/usr/local/etc/localhost.pem connected with TLSv1.3 / TLS_AES_256_GCM_SHA384 alpn = 076e74736b652f31 : after: $ ./ntske --debug --host=localhost --context=localhost --certfile=/usr/local/etc/localhost.pem connected with TLSv1.3 / TLS_AES_256_GCM_SHA384 alpn = 6e74736b652f31 :
Loading
Please register or sign in to comment