| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the now unnecessary tls_init() call. | jsing | 2018-03-19 | 1 | -4/+1 |
* | Add regress test ensuring autoinit stays pledge("stdio") safe. | beck | 2018-03-19 | 3 | -1/+50 |
* | Fix a format string issue that Go 1.10 complains about. | jsing | 2018-03-15 | 1 | -1/+1 |
* | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version | jca | 2018-03-15 | 1 | -13/+13 |
* | Update keypair regress to match revised keypair hash handling. | jsing | 2018-02-14 | 1 | -11/+10 |
* | Update regress to use tlsext_serverhello_parse(). | jsing | 2018-02-08 | 1 | -5/+3 |
* | Update regress to match change to tls_keypair_pubkey_hash(). | jsing | 2018-02-08 | 1 | -3/+4 |
* | Add a regress test that covers libtls keypairs. | jsing | 2018-02-08 | 3 | -1/+248 |
* | Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings | jsing | 2018-02-08 | 1 | -2/+2 |
* | Add more free functions for NULL checks. | jsing | 2018-02-07 | 1 | -16/+67 |
* | Add more functions (based on those used in OpenSSH) to the free NULL test. | jsing | 2018-02-07 | 1 | -1/+19 |
* | typo | otto | 2018-01-28 | 1 | -2/+2 |
* | add malloc_threaderr | otto | 2018-01-28 | 1 | -1/+2 |
* | Test for correct error when on thread allocates, and another does a double free | otto | 2018-01-28 | 2 | -0/+71 |
* | Update regress to match removal of ssl_parse_clienthello_tlsext(). | jsing | 2018-01-27 | 1 | -5/+8 |
* | Initialise new_cipher in the serverhello TLS extensions test, to avoid a | jsing | 2017-12-28 | 1 | -3/+14 |
* | Add a regress test for tls_config_parse_protocols(). | jsing | 2017-12-09 | 3 | -1/+183 |
* | Use a test value that fits into a long on both 32-bit and 64-bit | jsing | 2017-12-09 | 1 | -9/+11 |
* | Add regress coverage for ASN1_TYPE_{get,set}_int_octetstring() | jsing | 2017-11-28 | 2 | -2/+147 |
* | Add regress test coverage for building clienthello and serverhello | jsing | 2017-11-28 | 1 | -4/+201 |
* | Add regress for CBB_discard_child(). | jsing | 2017-11-28 | 1 | -2/+56 |
* | Add a regression test for ldexp(3). | visa | 2017-10-15 | 3 | -2/+82 |
* | Update regress now that ssl_cipher_list_to_bytes() takes a CBB. | jsing | 2017-10-11 | 1 | -3/+9 |
* | Revise regress now that ssl_bytes_to_cipher_list() takes a CBS. | jsing | 2017-10-10 | 1 | -20/+10 |
* | 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 |