summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
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
2018-11-10fix a leak pointed out by Ben L (bobsayshi () 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
2018-11-09The Botan library from ports an be configured to use OpenSSL orAlexander Bluhm
2018-11-09remove the not yet implemented "handshake" subdirectoryTheo Buehler
2018-11-09Add subdirectires with SUBDIR += instead of a single assignment withTheo Buehler
2018-11-09The cert subdir is testing all combinations of certificate validation.Alexander Bluhm
2018-11-08Add missing NULL checks on allocation, style(9) and consistently useJoel Sing
2018-11-08Add missing BN_free() calls.Joel Sing
2018-11-08Use ASN1_TYPE_new()/ASN1_TYPE_free() to avoid leaking memory.Joel Sing
2018-11-07Use in-place (un)wrapping in the keywrap tests.Theo Buehler
2018-11-07Add in key_schedule regress tests to regress buildBob Beck
2018-11-07Add a self test for each SSL library by connecting client withAlexander Bluhm