Nick Sullivan
Nick Sullivan
CFSSL scan should report the server's capability for HTTP/2 and SPDY using the ALPN extension. https://github.com/jgrahamc/h2scan
The info endpoint currently only presents information about the key pointed to by a given label. It should also print out information about the profile. This includes: - Duration -...
Some code was merged without thorough testing, add full test coverage for these commits.
The PSK cipher suite in early data must match the previously established symmetric cipher. From the latest spec (12): 6.3.2.5. Early Data Indication The client specifies the cryptographic configuration for...
Resumption needs to cover the following: - Attempt to resume a connection when the server has expired the session ticket - Attempt to resume a connection when the server does...