summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-10-02Don't use DES when disabled.Ben Laurie
2016-10-01Add SRP test vectors from RFC5054Dr. Stephen Henson
2016-09-29add item list support to d2i_testDr. Stephen Henson
2016-09-29Fix no-dtlsMatt Caswell
2016-09-28Add DTLS renegotiation testsMatt Caswell
2016-09-28Extend the renegotiation testsMatt Caswell
2016-09-28Update README.ssltest.mdMatt Caswell
2016-09-28Add support for testing renegotiationMatt Caswell
2016-09-26Add missing parameter.David Benjamin
2016-09-26Switch back to assuming TLS 1.2.David Benjamin
2016-09-26Address review comments.David Benjamin
2016-09-26Don't test quite so many of them.David Benjamin
2016-09-26Test CBC mode padding.David Benjamin
2016-09-26Fix some mem leaks in sslapitestMatt Caswell
2016-09-26Add a basic test for BN_bn2dec.David Benjamin
2016-09-26Add a test for large messagesMatt Caswell
2016-09-22Add -Wswitch-enumRich Salz
2016-09-22Add some more OCSP testingMatt Caswell
2016-09-21test/x509aux.c: Fix argv loopRichard Levitte
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell
2016-09-19Fix no-ocspRichard Levitte
2016-09-14Test the new SHA256 and SHA512 based password generation optionsRichard Levitte
2016-09-14Encourage use of the macros for the various "sub" functionsMatt Caswell
2016-09-14Make wpackettest conform to style rulesMatt Caswell
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell
2016-09-14Add a test for 'openssl passwd'Richard Levitte
2016-09-13Address WPACKET review commentsMatt Caswell
2016-09-13Add tests for the WPACKET implementationMatt Caswell
2016-09-06Correct detection of group end in map file when testing symbol presenceRichard Levitte
2016-09-01Move 05-test_fuzz.t to 90-test_fuzz.tRichard Levitte
2016-09-01Revert "Make it possible to disable fuzz testing"Richard Levitte
2016-09-01Add a more versatile test chooserRichard Levitte
2016-08-31Make it possible to disable fuzz testingRichard Levitte
2016-08-30Add some CertStatus testsMatt Caswell
2016-08-25Fix uninit read in sslapitestMatt Caswell
2016-08-25Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov
2016-08-24Fix no-ec2mMatt Caswell
2016-08-24To avoid SWEET32 attack, move 3DES to weakRich Salz
2016-08-2380-test_pkcs12.t: skip the test on Windows with non-Greek locale.Andy Polyakov
2016-08-23Fix bio_enc_testMatt Caswell
2016-08-22Test the support curves in tlsKurt Roeckx
2016-08-22Fix no-desMatt Caswell
2016-08-22RT2676: Reject RSA eponent if even or 1Rich Salz
2016-08-22Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi
2016-08-22Choose a ciphersuite for testing that won't be affected by "no-*" optionsMatt Caswell
2016-08-22ssltestlib: Tell compiler we don't care about the value when we don'tRichard Levitte
2016-08-22crypto/pkcs12: facilitate accessing data with non-interoperable password.Andy Polyakov
2016-08-22Add PKCS#12 UTF-8 interoperability test.Andy Polyakov
2016-08-21Add test/bio_enc_test.c.Andy Polyakov