aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL::Test - small fixupRichard Levitte2016-10-191-7/+2
* OpenSSL::Test cleanup - no forward declarations neededRichard Levitte2016-10-191-15/+0
* Add documentation of internal OpenSSL::Test functionsRichard Levitte2016-10-191-1/+43
* Make OpenSSL::Test a bit more flexibleRichard Levitte2016-10-191-109/+164
* Add memory leak detection to d2i_testDr. Stephen Henson2016-10-131-0/+10
* Fix copy-paste test labelsFdaSilvaYY2016-10-131-2/+2
* Remove trailing whitespace from some files.David Benjamin2016-10-103-3/+3
* Don't use DES when disabled.Ben Laurie2016-10-021-3/+4
* Add SRP test vectors from RFC5054Dr. Stephen Henson2016-10-011-0/+150
* add item list support to d2i_testDr. Stephen Henson2016-09-291-15/+7
* Fix no-dtlsMatt Caswell2016-09-291-0/+4
* Add DTLS renegotiation testsMatt Caswell2016-09-283-1/+151
* Extend the renegotiation testsMatt Caswell2016-09-286-39/+197
* Update README.ssltest.mdMatt Caswell2016-09-281-8/+5
* Add support for testing renegotiationMatt Caswell2016-09-285-7/+132
* Add missing parameter.David Benjamin2016-09-261-0/+1
* Switch back to assuming TLS 1.2.David Benjamin2016-09-261-2/+2
* Address review comments.David Benjamin2016-09-261-7/+5
* Don't test quite so many of them.David Benjamin2016-09-261-6/+10
* Test CBC mode padding.David Benjamin2016-09-261-0/+107
* Fix some mem leaks in sslapitestMatt Caswell2016-09-262-3/+9
* Add a basic test for BN_bn2dec.David Benjamin2016-09-261-0/+52
* Add a test for large messagesMatt Caswell2016-09-261-0/+84
* Add -Wswitch-enumRich Salz2016-09-222-6/+12
* Add some more OCSP testingMatt Caswell2016-09-221-17/+200
* test/x509aux.c: Fix argv loopRichard Levitte2016-09-211-6/+11
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-201-16/+16
* Fix no-ocspRichard Levitte2016-09-191-1/+3
* Test the new SHA256 and SHA512 based password generation optionsRichard Levitte2016-09-141-8/+92
* Encourage use of the macros for the various "sub" functionsMatt Caswell2016-09-141-9/+9
* Make wpackettest conform to style rulesMatt Caswell2016-09-141-20/+20
* Add a WPACKET_sub_allocate_bytes() functionMatt Caswell2016-09-141-0/+16
* Add a test for 'openssl passwd'Richard Levitte2016-09-142-1/+39
* Address WPACKET review commentsMatt Caswell2016-09-131-70/+20
* Add tests for the WPACKET implementationMatt Caswell2016-09-133-0/+473
* Correct detection of group end in map file when testing symbol presenceRichard Levitte2016-09-061-0/+1
* Move 05-test_fuzz.t to 90-test_fuzz.tRichard Levitte2016-09-011-0/+0
* Revert "Make it possible to disable fuzz testing"Richard Levitte2016-09-011-3/+0
* Add a more versatile test chooserRichard Levitte2016-09-011-23/+48
* Make it possible to disable fuzz testingRichard Levitte2016-08-311-0/+3
* Add some CertStatus testsMatt Caswell2016-08-3010-2/+303
* Fix uninit read in sslapitestMatt Caswell2016-08-251-0/+1
* Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov2016-08-251-0/+1
* Fix no-ec2mMatt Caswell2016-08-241-1/+2
* To avoid SWEET32 attack, move 3DES to weakRich Salz2016-08-241-13/+0
* 80-test_pkcs12.t: skip the test on Windows with non-Greek locale.Andy Polyakov2016-08-231-10/+20
* Fix bio_enc_testMatt Caswell2016-08-231-8/+6
* Test the support curves in tlsKurt Roeckx2016-08-223-2/+802
* Fix no-desMatt Caswell2016-08-221-0/+13
* RT2676: Reject RSA eponent if even or 1Rich Salz2016-08-221-1/+3