Age | Commit message (Expand) | Author |
2018-02-14 | Update keypair regress to match revised keypair hash handling. | Joel Sing |
2018-02-08 | Update regress to use tlsext_serverhello_parse(). | Joel Sing |
2018-02-08 | Update regress to match change to tls_keypair_pubkey_hash(). | Joel Sing |
2018-02-08 | Add a regress test that covers libtls keypairs. | Joel Sing |
2018-02-08 | Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings | Joel Sing |
2018-02-07 | Add more free functions for NULL checks. | Joel Sing |
2018-02-07 | Add more functions (based on those used in OpenSSH) to the free NULL test. | Joel Sing |
2018-01-28 | typo | Otto Moerbeek |
2018-01-28 | add malloc_threaderr | Otto Moerbeek |
2018-01-28 | Test for correct error when on thread allocates, and another does a double free | Otto Moerbeek |
2018-01-27 | Update regress to match removal of ssl_parse_clienthello_tlsext(). | Joel Sing |
2017-12-28 | Initialise new_cipher in the serverhello TLS extensions test, to avoid a | Joel Sing |
2017-12-13 | If the list of templates 'o' passed to fuse_opt_parse(3) is NULL then | helg |
2017-12-11 | sscanf(3) is now used to parse templates that contain format specifiers | helg |
2017-12-11 | The fuse_opt_match(3) library function does not match options correctly. | helg |
2017-12-09 | Add a regress test for tls_config_parse_protocols(). | Joel Sing |
2017-12-09 | Use a test value that fits into a long on both 32-bit and 64-bit | Joel Sing |
2017-11-28 | Add regress coverage for ASN1_TYPE_{get,set}_int_octetstring() | Joel Sing |
2017-11-28 | Add regress test coverage for building clienthello and serverhello | Joel Sing |
2017-11-28 | Add regress for CBB_discard_child(). | Joel Sing |
2017-11-16 | Add regress tests for fuse_opt_parse() and fuse_parse_cmdline() | helg |
2017-11-16 | Disable the pthread_once subtest until the problem with samba port | Alexander Bluhm |
2017-11-03 | Tests of libexpat 2.2.5 also need source file structdata.c. | Alexander Bluhm |
2017-10-16 | Add regress test for cancellation of pthread_once()'s init_routine | Philip Guenther |
2017-10-15 | Add a regression test for ldexp(3). | Visa Hankala |
2017-10-11 | Update regress now that ssl_cipher_list_to_bytes() takes a CBB. | Joel Sing |
2017-10-10 | Revise regress now that ssl_bytes_to_cipher_list() takes a CBS. | Joel Sing |
2017-09-07 | Try both libpthread and RTLD_DEFAULT when looking up functions | Philip Guenther |
2017-08-29 | When parsing extensions by calling the parse functions directly, ensure | Joel Sing |
2017-08-28 | Some style(9). | Joel Sing |
2017-08-28 | Remove chacha20-poly1305-old regress and test vectors. | Joel Sing |
2017-08-28 | Use current chacha20-poly1305 cipher suite values. | Joel Sing |
2017-08-28 | Update due to removal of original chacha20-poly1305 cipher suites. | Joel Sing |
2017-08-27 | Rewrite SRTP extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-27 | check return value from CBB_init | Bob Beck |
2017-08-26 | Rewrite ALPN extension using CBB/CBS and the new extension framework. | Doug Hogan |
2017-08-16 | test locale priorities and overrides | Ingo Schwarze |
2017-08-16 | test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3), | Ingo Schwarze |
2017-08-16 | test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) | Ingo Schwarze |
2017-08-15 | refactor in preparation for testing more functions; no functional change | Ingo Schwarze |
2017-08-12 | Rewrite the TLS status request extension to use the new TLS extension framework. | Bob Beck |
2017-08-12 | Add regress coverage for the TLS signature algorithms extension. | Joel Sing |
2017-08-12 | Rewrite session ticket TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-12 | Remove NPN test coverage. | Joel Sing |
2017-08-12 | errant whitespace | Bob Beck |
2017-08-12 | fix resource leaks, ok @guenther | Brent Cook |
2017-08-12 | Update the TLSv1.2 Client Hello messages, due to the removal of DSA | Joel Sing |
2017-08-11 | Be consistent with goto labels, failure flag and use of FAIL macro. | Joel Sing |
2017-08-11 | doug@ added code in here as well. | Joel Sing |
2017-08-11 | Sort by extension/function name. | Joel Sing |