summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2019-03-29Fix a compiler warning. Also use srandom_deterministic(3) since usingYASUOKA Masahiko
2019-03-28Enable GOST cipher selection test after libssl has been fixed.Alexander Bluhm
2019-03-27Tweak output and correct a comment.rob
2019-03-27Modify a test to stress embedded ber elements in ber_printf_elements(). Alsorob
2019-03-27Replace "garbage" test with an explicit test of an incorrect length (i.e. notrob
2019-03-27Check errno on expected failures. Also fix some output wording.rob
2019-03-27Only perform position and memory checks on short form encoding (i.e. shortrob
2019-03-27Cleanup output and main return code.rob
2019-03-26Fix white space.rob
2019-03-26Add ber api regress. Assumes that ber has been built into libutil.rob
2019-03-25Update regress following sigalgs changes.Joel Sing
2019-03-21Fix typo in usage and comment.Alexander Bluhm
2019-03-17Add regress tests for the EVP_aes_*_wrap() API. Based on the tests inTheo Buehler
2019-03-17link sm4 regress to the buildTheo Buehler
2019-03-17Add a regress test for the SM4 block cipher from the Chinese standardTheo Buehler
2019-03-04link pthread_rwlock2 testSebastien Marie
2019-03-04add a new pthread_rwlock test based on concurrent rw/rd access on a buffer.Sebastien Marie
2019-02-22For ia32 use a volatile double to force 64 bit rounding. OtherwiseAlexander Bluhm
2019-02-21Test that all supported TLS ciphers actually work. EstablishAlexander Bluhm
2019-02-21Remove the #ifdef i386 special test, it does not compile there.Alexander Bluhm
2019-02-21Replace the print "not ok" with an assert macro. This is consistentAlexander Bluhm
2019-02-21Link msun regress to build.Alexander Bluhm
2019-02-21Copy tests for our libm implementation from FreeBSD. Only passingAlexander Bluhm
2019-02-13one more error message that should go to stderrTheo Buehler
2019-02-11getopt(3) returns int, not char. Fix type of ch variable to preventAlexander Bluhm
2019-02-03Use malloc() and memcpy() the test X25519 x25519_peer_public value.Joel Sing
2019-01-27zap a commented out line. 0RTT will need more thought thanTheo Buehler
2019-01-27refactor and clean up the code generating dot output.Theo Buehler
2019-01-25print errors to stderrTheo Buehler
2019-01-25sort output suffixesTheo Buehler
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-24Add code to visualize the state machine. Both the state machine and theTheo Buehler
2019-01-24set the NEGOTIATED flag in the flags argument rather thanTheo Buehler
2019-01-24Add server side of versions, keyshare, and client and server of cookieBob Beck
2019-01-24Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.Bob Beck
2019-01-23make whitespace inside curlies consistent; sort function prototypes.Theo Buehler
2019-01-23Rename NUM_HANDSHAKE to handshake_count and make it a variableTheo Buehler
2019-01-23Modify sigalgs extension processing to accomodate TLS 1.3.Bob Beck
2019-01-23revert previous, accidentally contained another diff in additionBob Beck
2019-01-23Modify sigalgs extension processing for TLS 1.3.Bob Beck
2019-01-23incorrrect spellingTheo Buehler
2019-01-23do not print the command in the print: targetTheo Buehler
2019-01-23Add a regression test that builds up the handshake state tableTheo Buehler
2019-01-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2019-01-20Update record regress to match functionality changes.Joel Sing
2019-01-20hook handshake testTheo Buehler
2019-01-20Add a simple test that verifies that every valid handshakeTheo Buehler
2019-01-19Hook record regress.Joel Sing
2019-01-19Add regress for TLSv1.3 record handling.Joel Sing
2019-01-18initialize offset value so this passesBob Beck