| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When parsing extensions by calling the parse functions directly, ensure | jsing | 2017-08-29 | 1 | -2/+82 |
| | | | | | | that we have consumed all of the extension data. This catches the ALPN extension handling issue that was just fixed. | ||||
| * | Rewrite SRTP extension using CBB/CBS and the new extension framework. | doug | 2017-08-27 | 1 | -1/+402 |
| | | | | | input + ok beck@, jsing@ | ||||
| * | check return value from CBB_init | beck | 2017-08-27 | 1 | -2/+3 |
| | | |||||
| * | Rewrite ALPN extension using CBB/CBS and the new extension framework. | doug | 2017-08-26 | 1 | -1/+381 |
| | | | | | | ok bcook@ beck@ input + ok jsing@ | ||||
| * | Rewrite the TLS status request extension to use the new TLS extension framework. | beck | 2017-08-12 | 1 | -1/+128 |
| | | | | | ok jsing@ | ||||
| * | Add regress coverage for the TLS signature algorithms extension. | jsing | 2017-08-12 | 1 | -1/+163 |
| | | |||||
| * | Rewrite session ticket TLS extension handling using CBB/CBS and the new | doug | 2017-08-12 | 1 | -1/+302 |
| | | | | | | | extension framework. ok jsing@ beck@ | ||||
| * | errant whitespace | beck | 2017-08-12 | 1 | -3/+3 |
| | | |||||
| * | Be consistent with goto labels, failure flag and use of FAIL macro. | jsing | 2017-08-11 | 1 | -128/+105 |
| | | |||||
| * | doug@ added code in here as well. | jsing | 2017-08-11 | 1 | -1/+2 |
| | | |||||
| * | Sort by extension/function name. | jsing | 2017-08-11 | 1 | -577/+576 |
| | | |||||
| * | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | doug | 2017-08-11 | 1 | -1/+337 |
| | | | | | | | extension framework. input + ok jsing@ | ||||
| * | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | doug | 2017-08-11 | 1 | -1/+470 |
| | | | | | | | new extension framework. input + ok jsing@ | ||||
| * | Extend the SNI tests to ensure that we have a hostname in the session | jsing | 2017-07-24 | 1 | -2/+31 |
| | | | | | | | 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. | ||||
| * | Add regress coverage for the TLS Renegotiation Indication extension. | jsing | 2017-07-24 | 1 | -1/+266 |
| | | |||||
| * | Provide a new regress test for TLS extension handlers, currently covering | jsing | 2017-07-16 | 2 | -0/+254 |
| the newly converted SNI code. | |||||
