Age | Commit message (Expand) | Author |
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 |
2017-08-11 | Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new | Doug Hogan |
2017-08-11 | Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the | Doug Hogan |
2017-08-10 | first draft of tests for newlocale(3), duplocale(3), uselocale(3) | Ingo Schwarze |
2017-08-07 | Clang does not support -ffloat-store, so libm fenv test failed on | Alexander Bluhm |
2017-08-06 | use %Lf for printing long double; silences clang warning | Robert Nagy |
2017-07-29 | Remove unused function and variable to shut up warning. Put back | Alexander Bluhm |
2017-07-29 | repair regress for more aggressive post fork checking in library. | Ted Unangst |
2017-07-27 | Sort subdir, run getaddrinfo test, remove vax case. | Alexander Bluhm |
2017-07-27 | Sort expected getaddrinfo output in inet4 inet6 order, then the | Alexander Bluhm |
2017-07-27 | Fix all clang warnings in libc regress and cleanup some make files. | Alexander Bluhm |
2017-07-27 | Mark the invalid memory location as volatile, otherwise clang would | Alexander Bluhm |
2017-07-24 | Extend the SNI tests to ensure that we have a hostname in the session | Joel Sing |
2017-07-24 | Add regress coverage for the TLS Renegotiation Indication extension. | Joel Sing |
2017-07-16 | Provide a new regress test for TLS extension handlers, currently covering | Joel Sing |
2017-07-15 | Add a test that covers the recently fixed "0x" prefix handling issue. | Joel Sing |
2017-07-08 | Run malloc0test with all possible malloc options. | Alexander Bluhm |
2017-07-07 | Remove all references to "make depend" from regress. | Alexander Bluhm |
2017-07-06 | Link the runtests programs statically and explain why. | Alexander Bluhm |
2017-06-30 | Build and run libexpat regress tests from src/lib/libexpat/tests. | Alexander Bluhm |
2017-07-05 | Implement the generated dependency with a stamp file to avoid needless | Alexander Bluhm |
2017-07-04 | Fix building the libedit regress programs. | Alexander Bluhm |
2017-07-03 | Generate source and header files for regress on demand. | Alexander Bluhm |