aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* crypto/cryptlib.c: omit OPENSSL_ia32cap_loc().Andy Polyakov2016-06-222-26/+0
* OpenSSL::Test: Fix directory calculations in __cwd()Richard Levitte2016-06-211-8/+18
* Add verification of proxy certs to 25-test_verify.tRichard Levitte2016-06-201-1/+23
* Create some proxy certificatesRichard Levitte2016-06-2012-0/+293
* Make it possible to generate proxy certs with test/certs/mkcert.shRichard Levitte2016-06-202-8/+57
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-201-12/+27
* Tests should check validation status directlyRob Percival2016-06-201-45/+47
* Test SCT listsRob Percival2016-06-201-23/+30
* Useless includesFdaSilvaYY2016-06-182-6/+0
* Fix GCC build; make update; fix number re-useRich Salz2016-06-161-2/+2
* Skip the TLSProxy tests if environmental problems are an issueMatt Caswell2016-06-168-91/+16
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-162-12/+10
* modes/asm/ghashp8-ppc.pl: improve performance by 2.7x.Andy Polyakov2016-06-141-0/+9
* test/evptests.txt: add more XTS tests.Andy Polyakov2016-06-141-0/+85
* Shorten some symbol namesRichard Levitte2016-06-141-17/+17
* Update sslapitest to use the test frameworkMatt Caswell2016-06-132-23/+11
* Add some session API testsMatt Caswell2016-06-137-184/+411
* SSL test: only write out server2 when testing SNIEmilia Kasper2016-06-1311-4831/+25
* Handle inability to create AFALG socketMatt Caswell2016-06-131-2/+7
* Port DTLS version negotiation testsEmilia Kasper2016-06-1312-171/+2756
* Clean up following new SNI testsEmilia Kasper2016-06-137-63/+69
* RT3809: basicConstraints is criticalRich Salz2016-06-132-3/+3
* Fix no-dtls* buildsMatt Caswell2016-06-101-1/+1
* RT 4242: reject invalid EC point coordinatesEmilia Kasper2016-06-091-6/+90
* Fix session ticket and SNITodd Short2016-06-0919-9/+4362
* Fixes to get -ansi workingJeffrey Walton2016-06-081-2/+6
* Add some accessor API'sRich Salz2016-06-084-2/+74
* Add empty record testsMatt Caswell2016-06-071-0/+81
* Add a BN_mod_word test()Matt Caswell2016-06-071-1/+7
* Add an SSL get/set testMatt Caswell2016-06-073-1/+115
* tests: fix the shutting up of the shellRichard Levitte2016-06-061-4/+6
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-063-15/+2
* tests: Shut the shell up unless verboseRichard Levitte2016-06-062-1/+17
* Silence misleading test_abort stderr outputViktor Dukhovni2016-06-051-0/+1
* Make 25-test_gen.t and 25-test_req.t into oneRichard Levitte2016-06-042-55/+30
* Have some more test recipes clean up after themselvesRichard Levitte2016-06-043-3/+43
* Generate simple build test filesRichard Levitte2016-06-042-1/+54
* tests: clean up temporary SSL session files.Richard Levitte2016-06-032-8/+16
* Update client authentication testsEmilia Kasper2016-06-035-61/+778
* Testing symbol presence: also take note of small objectsRichard Levitte2016-06-021-1/+1
* Remove/rename some old files.Rich Salz2016-06-014-315/+0
* Add final(?) set of copyrights.Rich Salz2016-06-017-0/+53
* RT4337: Crash in DESRich Salz2016-06-011-4/+17
* perl: use the 'if' module to conditionally load File::GlobRichard Levitte2016-05-303-9/+3
* Configure,test/recipes: "pin" glob to File::Glob::glob.Andy Polyakov2016-05-293-6/+15
* make sure to put quotes around -config argument, in case of spacesRichard Levitte2016-05-271-3/+3
* perl glob: make sure to put quotes around the pattern, in case of spacesRichard Levitte2016-05-272-3/+3
* Avoid msys name manglingMatt Caswell2016-05-271-4/+10
* Silence some "may be uninitialized when used" warningMatt Caswell2016-05-271-3/+3
* Add a test for printing floating point format specifiersMatt Caswell2016-05-273-1/+243