summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2017-09-07Try both libpthread and RTLD_DEFAULT when looking up functionsPhilip Guenther
2017-08-29When parsing extensions by calling the parse functions directly, ensureJoel Sing
2017-08-28Some style(9).Joel Sing
2017-08-28Remove chacha20-poly1305-old regress and test vectors.Joel Sing
2017-08-28Use current chacha20-poly1305 cipher suite values.Joel Sing
2017-08-28Update due to removal of original chacha20-poly1305 cipher suites.Joel Sing
2017-08-27Rewrite SRTP extension using CBB/CBS and the new extension framework.Doug Hogan
2017-08-27check return value from CBB_initBob Beck
2017-08-26Rewrite ALPN extension using CBB/CBS and the new extension framework.Doug Hogan
2017-08-16test locale priorities and overridesIngo Schwarze
2017-08-16test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3),Ingo Schwarze
2017-08-16test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3)Ingo Schwarze
2017-08-15refactor in preparation for testing more functions; no functional changeIngo Schwarze
2017-08-12Rewrite the TLS status request extension to use the new TLS extension framework.Bob Beck
2017-08-12Add regress coverage for the TLS signature algorithms extension.Joel Sing
2017-08-12Rewrite session ticket TLS extension handling using CBB/CBS and the newDoug Hogan
2017-08-12Remove NPN test coverage.Joel Sing
2017-08-12errant whitespaceBob Beck
2017-08-12fix resource leaks, ok @guentherBrent Cook
2017-08-12Update the TLSv1.2 Client Hello messages, due to the removal of DSAJoel Sing
2017-08-11Be consistent with goto labels, failure flag and use of FAIL macro.Joel Sing
2017-08-11doug@ added code in here as well.Joel Sing
2017-08-11Sort by extension/function name.Joel Sing
2017-08-11Rewrite EllipticCurves TLS extension handling using CBB/CBS and the newDoug Hogan
2017-08-11Rewrite the ECPointFormats TLS extension handling using CBB/CBS and theDoug Hogan
2017-08-10first draft of tests for newlocale(3), duplocale(3), uselocale(3)Ingo Schwarze
2017-08-07Clang does not support -ffloat-store, so libm fenv test failed onAlexander Bluhm
2017-08-06use %Lf for printing long double; silences clang warningRobert Nagy
2017-07-29Remove unused function and variable to shut up warning. Put backAlexander Bluhm
2017-07-29repair regress for more aggressive post fork checking in library.Ted Unangst
2017-07-27Sort subdir, run getaddrinfo test, remove vax case.Alexander Bluhm
2017-07-27Sort expected getaddrinfo output in inet4 inet6 order, then theAlexander Bluhm
2017-07-27Fix all clang warnings in libc regress and cleanup some make files.Alexander Bluhm
2017-07-27Mark the invalid memory location as volatile, otherwise clang wouldAlexander Bluhm
2017-07-24Extend the SNI tests to ensure that we have a hostname in the sessionJoel Sing
2017-07-24Add regress coverage for the TLS Renegotiation Indication extension.Joel Sing
2017-07-16Provide a new regress test for TLS extension handlers, currently coveringJoel Sing
2017-07-15Add a test that covers the recently fixed "0x" prefix handling issue.Joel Sing
2017-07-08Run malloc0test with all possible malloc options.Alexander Bluhm
2017-07-07Remove all references to "make depend" from regress.Alexander Bluhm
2017-07-06Link the runtests programs statically and explain why.Alexander Bluhm
2017-06-30Build and run libexpat regress tests from src/lib/libexpat/tests.Alexander Bluhm
2017-07-05Implement the generated dependency with a stamp file to avoid needlessAlexander Bluhm
2017-07-04Fix building the libedit regress programs.Alexander Bluhm
2017-07-03Generate source and header files for regress on demand.Alexander Bluhm
2017-07-03Link all lib regress tests to the build.Alexander Bluhm
2017-06-30Build and run libexpat regress tests from src/lib/libexpat/tests.Alexander Bluhm
2017-06-02Use += instead of = for extra flag. Prompted by miod@Otto Moerbeek
2017-05-30Fix a race by always modifying the 'counter' variable while holding theMartin Pieuchot
2017-05-27Also test arrays of double and long long.Todd C. Miller