| Commit message (Expand) | Author | Age | Files | Lines |
| * | When parsing extensions by calling the parse functions directly, ensure | jsing | 2017-08-29 | 1 | -2/+82 |
| * | Some style(9). | jsing | 2017-08-28 | 1 | -3/+6 |
| * | Remove chacha20-poly1305-old regress and test vectors. | jsing | 2017-08-28 | 2 | -627/+0 |
| * | Use current chacha20-poly1305 cipher suite values. | jsing | 2017-08-28 | 1 | -7/+7 |
| * | Update due to removal of original chacha20-poly1305 cipher suites. | jsing | 2017-08-28 | 1 | -42/+39 |
| * | Rewrite SRTP extension using CBB/CBS and the new extension framework. | doug | 2017-08-27 | 1 | -1/+402 |
| * | 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 |
| * | test locale priorities and overrides | schwarze | 2017-08-16 | 1 | -1/+36 |
| * | test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3), | schwarze | 2017-08-16 | 1 | -4/+149 |
| * | test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) | schwarze | 2017-08-16 | 2 | -3/+44 |
| * | refactor in preparation for testing more functions; no functional change | schwarze | 2017-08-15 | 2 | -114/+117 |
| * | Rewrite the TLS status request extension to use the new TLS extension framework. | beck | 2017-08-12 | 1 | -1/+128 |
| * | 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 |
| * | Remove NPN test coverage. | jsing | 2017-08-12 | 2 | -129/+1 |
| * | errant whitespace | beck | 2017-08-12 | 1 | -3/+3 |
| * | fix resource leaks, ok @guenther | bcook | 2017-08-12 | 1 | -3/+7 |
| * | Update the TLSv1.2 Client Hello messages, due to the removal of DSA | jsing | 2017-08-12 | 1 | -20/+18 |
| * | 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 |
| * | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | doug | 2017-08-11 | 1 | -1/+470 |
| * | first draft of tests for newlocale(3), duplocale(3), uselocale(3) | schwarze | 2017-08-10 | 2 | -0/+268 |
| * | Sort subdir, run getaddrinfo test, remove vax case. | bluhm | 2017-07-27 | 1 | -13/+21 |
| * | Sort expected getaddrinfo output in inet4 inet6 order, then the | bluhm | 2017-07-27 | 2 | -46/+37 |
| * | Fix all clang warnings in libc regress and cleanup some make files. | bluhm | 2017-07-27 | 18 | -75/+67 |
| * | Mark the invalid memory location as volatile, otherwise clang would | bluhm | 2017-07-27 | 1 | -2/+2 |
| * | Extend the SNI tests to ensure that we have a hostname in the session | jsing | 2017-07-24 | 1 | -2/+31 |
| * | 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 | 3 | -1/+256 |
| * | Add a test that covers the recently fixed "0x" prefix handling issue. | jsing | 2017-07-15 | 1 | -1/+2 |
| * | Run malloc0test with all possible malloc options. | bluhm | 2017-07-08 | 1 | -1/+7 |
| * | Also test arrays of double and long long. | millert | 2017-05-27 | 1 | -142/+421 |
| * | Synchronise chacha test cases with the referenced draft - this adds a | jsing | 2017-05-26 | 1 | -23/+23 |
| * | Add timing and test name options. | millert | 2017-05-22 | 1 | -12/+83 |
| * | Instead of embedding pre-generated tables from McIlroy's "A Killer | millert | 2017-05-22 | 3 | -1538/+315 |
| * | correct a return value test | jsg | 2017-05-21 | 1 | -1/+1 |
| * | Add input targeted at the Bentley and McIrlroy quicksort generated | millert | 2017-05-19 | 1 | -6/+1389 |
| * | use mergesort instead of heapsort when comparing results | millert | 2017-05-18 | 1 | -9/+17 |
| * | Avoid running the "killer" tests multiple times with the same | millert | 2017-05-17 | 1 | -10/+19 |
| * | Add "median of three" killer, as seen in "Introspective Sorting and | millert | 2017-05-17 | 1 | -18/+44 |
| * | Approximate nlgn instead of using libm. The same approximation may | millert | 2017-05-17 | 2 | -10/+8 |
| * | Add "killer" input from "algorithmic complexity attacks and libc | millert | 2017-05-17 | 1 | -0/+12 |
| * | There's no need to track the number of errors (and the counter might | millert | 2017-05-17 | 1 | -21/+30 |
| * | Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function" | millert | 2017-05-17 | 3 | -2/+278 |
| * | Revise cipher suites in regress to match DSS cipher suite removal. | jsing | 2017-05-07 | 1 | -96/+82 |
| * | Add a (currently failing) call to tls_handshake() on a client context that | jsing | 2017-05-07 | 1 | -1/+8 |
| * | Also test calling tls_handshake() on a server connection context that has | jsing | 2017-05-07 | 1 | -1/+7 |