summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2017-05-06Free tls_configs earlier now that we have refcounting.Joel Sing
2017-05-06Add more functions.Joel Sing
2017-05-06Sort/group functions.Joel Sing
2017-05-06Not much point using a failed variable here.Joel Sing
2017-05-06Bring in HKDF, from BoringSSL, with regress tests modified to beBob Beck
2017-05-06Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version().Joel Sing
2017-05-02Add regress for free functions that should be safe with NULLBob Beck
2017-04-30whitespaceBob Beck
2017-04-30Add missing tls_init() and tls_free() calls.Joel Sing
2017-04-16Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.Mark Kettenis
2017-04-16Define DEF_WEAK like we do for ld.so to fix building this with clang.Mark Kettenis
2017-04-16Remove unused rnd_seed variable. Upstream made the same change 4 days ago.Mark Kettenis
2017-04-10Rework and significantly extend TLS name verification tests to matchJoel Sing
2017-04-09Improve unknown protocol version handling.Joel Sing
2017-04-07In ssl.h TLS 1.0 is called TLSv1. Adapt name in test to make it pass.Alexander Bluhm
2017-03-25Update regress to match changes to tls1_PRF().Joel Sing
2017-03-18Update regress and remove temporary buffer to match changes in tls_PRF().Joel Sing
2017-03-16Enable tests for +/-LLONG_MAX and add tests for other boundary conditions.Darren Tucker
2017-03-15Add tests for scaled overflow and underflow and the exact overflow andDarren Tucker
2017-03-15Clean up errno handling in fmt_scaled test:Darren Tucker
2017-03-14copy /etc/services in test directoryEric Faurot
2017-03-10refresh the test infrastructure a bit.Eric Faurot
2017-03-10Add a unit test for tls1_PRF().Joel Sing
2017-03-09remove bogus variable expansionEric Faurot
2017-03-09missing includeEric Faurot
2012-07-13import regression suite for asrEric Faurot
2017-03-07Add a test that covers a libtls client talking to a Go TLS server withJoel Sing
2017-03-07Allow ciphers to be set on the TLS config.Joel Sing
2017-03-07Provide support for libtls protocols and allow for protocols to be set onJoel Sing
2017-03-07Add handling for errors on the TLS config and properly check/handleJoel Sing
2017-03-07libtls errors are much more descriptive these days - return them directlyJoel Sing
2017-03-07We no longer need to keep pointers following tls_config_set_*() calls.Joel Sing
2017-03-06Use an unsigned loop variable to avoid a comparison between signedAlexander Bluhm
2017-03-05Add an initial regress test that covers the server-side of libssl, byJoel Sing
2017-03-04Treat "ERROR in STARTUP" as an actual error, rather than failing withoutJoel Sing
2017-03-04Remove commented out code and fix indentation of surrounding statements.Joel Sing