summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2019-01-18Add client side of supported versions and keyshare extensions with basic regressBob Beck
2019-01-18Removed unused struct members.Joel Sing
2019-01-18Update regress following TLS extension renaming.Joel Sing
2019-01-17Add regress for extensible buffer code.Joel Sing
2018-12-16Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17Todd C. Miller
2018-12-15add a -R option to set/unset resolver flags.Eric Faurot
2012-07-13import regression suite for asrEric Faurot
2018-11-29This test does not terminate if malloc conf is preconfigured withAlexander Bluhm
2018-11-29We're manipulating malloc flags ourselves, start with restting them all.Otto Moerbeek
2018-11-28This test does not terminate if malloc conf is preconfigured withAlexander Bluhm
2018-11-13Just err if we can't create secretsBob Beck
2018-11-12Rework the sm3 regress based on a suggestion by jsing. Zap the weirdTheo Buehler
2018-11-11Fix a race in libssl interop regress. The success messages fromAlexander Bluhm
2018-11-11Hook up sm3 regress tests.Theo Buehler
2018-11-11Add sm3 regress tests.Theo Buehler
2018-11-11Add automatic threading initialization for libcrypto.Brent Cook
2018-11-11Reorganize libssl interop tests. Move netcat tests into separateAlexander Bluhm
2018-11-10SpelingBob Beck
2018-11-10Regress client and server can do session reuse now. Test this withAlexander Bluhm
2018-11-10Make sure the interop test happen last (since they take a long time)Bob Beck
2018-11-10Clean up and free objects at the completion of the regress test.Joel Sing
2018-11-10fix a leak reported by Ben L (bobsayshilol () live ! co ! uk)Theo Buehler
2018-11-10Fix a leak reported by Ben L bobsayshilol () live ! co ! uk.Theo Buehler