Skip to content
Commit 75abb750 authored by Dan Drown's avatar Dan Drown Committed by Gary E. Miller
Browse files

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
:
parent d82d263b
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment