| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
fatal.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
| |
architectures, so that the regress passes on both.
|
| |
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
|
| |
wctrans_l(3), towctrans_l(3), wcscasecmp_l(3), wcsncasecmp_l(3),
and strerror_l(3)
|
| |
|
| |
|
|
|
|
| |
ok jsing@
|
| |
|
|
|
|
|
|
| |
extension framework.
ok jsing@ beck@
|
| |
|
| |
|
| |
|
|
|
|
| |
sigalgs.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
extension framework.
input + ok jsing@
|
|
|
|
|
|
| |
new extension framework.
input + ok jsing@
|
| |
|
| |
|
|
|
|
| |
test passes.
|
| |
|
|
|
|
|
| |
optimize the access to it with an illegal instruction. But the
tests needs a SIGSEGV, it would fail with SIGILL.
|
|
|
|
|
|
| |
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.
|
| |
|