summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2017-05-27Do not connect to cvs.openbsd.org in regress. Run on loopback toAlexander Bluhm
2017-05-27Go to sleep to let our contending thread win a race.Martin Pieuchot
2017-05-26Synchronise chacha test cases with the referenced draft - this adds aJoel Sing
2017-05-22Add timing and test name options.Todd C. Miller
2017-05-22Instead of embedding pre-generated tables from McIlroy's "A KillerTodd C. Miller
2017-05-21correct a return value testJonathan Gray
2017-05-19Add input targeted at the Bentley and McIrlroy quicksort generatedTodd C. Miller
2017-05-18use mergesort instead of heapsort when comparing resultsTodd C. Miller
2017-05-17Avoid running the "killer" tests multiple times with the sameTodd C. Miller
2017-05-17Add "median of three" killer, as seen in "Introspective Sorting andTodd C. Miller
2017-05-17Approximate nlgn instead of using libm. The same approximation mayTodd C. Miller
2017-05-17Add "killer" input from "algorithmic complexity attacks and libcTodd C. Miller
2017-05-17There's no need to track the number of errors (and the counter mightTodd C. Miller
2017-05-17Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"Todd C. Miller
2017-05-12Fix typos and spacing. From Andre Smagin <as at smagin.com>. Thanks.Alexandre Ratchov
2017-05-07Revise cipher suites in regress to match DSS cipher suite removal.Joel Sing
2017-05-07Add a (currently failing) call to tls_handshake() on a client context thatJoel Sing
2017-05-07Also test calling tls_handshake() on a server connection context that hasJoel Sing
2017-05-07Add a test that calls tls_handshake() on a connection that has alreadyJoel Sing
2017-05-07An an initial sequencing/ordering test for libtls.Joel Sing
2017-05-06Split TLS client/server handshake and close code into separate functionsJoel Sing
2017-05-06Bring in an SSL_HANDSHAKE structure and commence the great shovellingBob Beck
2017-05-06Move TLS test code into a function that is called from main, making itJoel Sing