summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
AgeCommit message (Expand)Author
2019-05-09Proper prototype for main(). Make sparc64 happier.Claudio Jeker
2019-04-07exitting -> exitingTheo Buehler
2019-04-05whitespace consistencyTheo Buehler
2019-04-05Add SERVER_HELLO_RETRY stateTheo Buehler
2019-04-04I forgot to mark some targets as .PHONYTheo Buehler
2019-04-04Use correct define.Joel Sing
2019-03-28Enable GOST cipher selection test after libssl has been fixed.Alexander Bluhm
2019-03-25Update regress following sigalgs changes.Joel Sing
2019-03-21Fix typo in usage and comment.Alexander Bluhm
2019-02-21Test that all supported TLS ciphers actually work. EstablishAlexander 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-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-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-11-13Just err if we can't create secretsBob Beck
2018-11-11Fix a race in libssl interop regress. The success messages fromAlexander Bluhm
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-10fix a leak reported by Ben L (bobsayshilol () live ! co ! uk)Theo Buehler
2018-11-10More regress all the way to exporter_masterBob Beck
2018-11-10Fix last of the empty hash nonsenseBob Beck
2018-11-09Update key schedule regress to match API changes.Joel Sing