| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
NULL pointer dereference in ssl_using_ecc_cipher(). Some compilers avoid
triggering this, likely due to the EC formats list also being NULL.
While here, setup the EC formats list so that we actually include the EC
points format extension in the server hello extensions.
Found the hard way by bcook@
|
|
|
|
|
| |
extensions, both with extensions being present and not present. The not
present case currently fails.
|
|
|
|
| |
Converted from BoringSSL.
|
|
|
|
| |
Based on a diff from doug@
|
| |
|
|
|
|
|
| |
that we have consumed all of the extension data. This catches the ALPN
extension handling issue that was just fixed.
|
| |
|
| |
|
|
|
|
| |
input + ok beck@, jsing@
|
| |
|
|
|
|
|
| |
ok bcook@ beck@
input + ok jsing@
|
|
|
|
| |
ok jsing@
|
| |
|
|
|
|
|
|
| |
extension framework.
ok jsing@ beck@
|
| |
|
| |
|
|
|
|
| |
sigalgs.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
extension framework.
input + ok jsing@
|
|
|
|
|
|
| |
new extension framework.
input + ok jsing@
|
|
|
|
|
|
| |
after a successful tlsext_sni_serverhello_parse() and that
tlsext_sni_clienthello_parse() fails if we have an existing session and
the SNI is mismatched.
|
| |
|
|
|
|
| |
the newly converted SNI code.
|
| |
|
|
|
|
| |
ok jsing@, gcc@, regress@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
providing SSL_accept() with fixed ClientHello messages.
|
|
|
|
|
|
|
| |
exiting non-zero (which has been masking a DTLS related issue). Also make
the message consistent with other errors.
Spotted by inogochi@
|
| |
|
| |
|
|
|
|
| |
the cover the ssl_supported_version_range() function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to the end of the buffer.
|
| |
|
| |
|
|
|
|
| |
Same diff from inoguchi@
|
| |
|
| |
|
|
|
|
|
| |
code now lives. Also unbreak the regress following the symbol hiding
changes in libssl.
|