aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* VMS doesn't have directory separators in the same sense as UnixRichard Levitte2016-04-091-3/+5
* Make DH opaqueMatt Caswell2016-04-092-32/+62
* test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov2016-04-072-19/+19
* Suppress CT callback as appropriateViktor Dukhovni2016-04-073-32/+31
* OpenSSL::Test: when moving directory, affect env as wellRichard Levitte2016-04-071-0/+22
* Allow generate_ssl_tests.pl to find testlibEmilia Kasper2016-04-071-0/+1
* Better use BIO_snprintf() than snprintf(), in case the later isn't availableRichard Levitte2016-04-071-2/+2
* Make the RSA structure opaqueRichard Levitte2016-04-061-11/+14
* Fix no-ocspMatt Caswell2016-04-062-0/+7
* Add missing mem leak test activation and checksFdaSilvaYY2016-04-063-0/+28
* Rename ssltest -> ssltest_oldEmilia Kasper2016-04-054-26/+26
* testutil: return 1 on successEmilia Kasper2016-04-056-41/+25
* New SSL test frameworkEmilia Kasper2016-04-0522-65/+12310
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Fix memory leaks in ASN.1Emilia Kasper2016-04-046-4/+149
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-0315-5/+268
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-3/+5
* Make the DSA structure opaqueMatt Caswell2016-04-031-5/+5
* Adapt some test recipes to the newer cmdstr()Richard Levitte2016-04-029-9/+9
* Enhance OpenSSL::Test::cmdstr to give cmd string variantsRichard Levitte2016-04-021-2/+25
* crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov2016-03-311-0/+16
* OpenSSL::Test: have cmdstr() return the true command.Richard Levitte2016-03-311-2/+2
* When looking for executables, don't forget the extensionRichard Levitte2016-03-311-6/+13
* When verbosity is requested, OpenSSL::Test::run() displays the commandRichard Levitte2016-03-301-0/+3
* Have OpenSsl..Test::app() and friends look for file in source as wellRichard Levitte2016-03-301-9/+21
* Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.tRichard Levitte2016-03-301-4/+4
* Add the option 'interpreter_args' to perlapps() and perltest()Richard Levitte2016-03-301-3/+21
* Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni2016-03-294-2/+46
* Add session reuse tests.Kurt Roeckx2016-03-272-1/+189
* Math::BigInt does floored divs, BN_div does truncated div, compensateRichard Levitte2016-03-271-0/+9
* Fix no-sockMatt Caswell2016-03-2110-10/+51
* Fix no-scryptMatt Caswell2016-03-211-4/+11
* Skip the CMS tests if CMS is disabledMatt Caswell2016-03-211-0/+3
* Fix no-dsaMatt Caswell2016-03-211-3/+5
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Fix ALPN - more fixesTodd Short2016-03-201-2/+6
* Don't perform tsa tests if configured "no-ts"Richard Levitte2016-03-191-0/+4
* Fix no-desMatt Caswell2016-03-182-10/+20
* Fix no-cmacMatt Caswell2016-03-181-3/+8
* Add a test to see that signals are caught as failuresRichard Levitte2016-03-183-0/+31
* Make OpenSSL::Test::run() sensitive to signalsRichard Levitte2016-03-181-2/+7
* Fix no-rc2 in the CMS testMatt Caswell2016-03-181-5/+9
* Remove Netware and OS/2Rich Salz2016-03-1714-55/+0
* Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte2016-03-178-8/+2
* Sort cipher-list at runtime.Rich Salz2016-03-161-2/+1
* Some platforms provide getcontext() but it does not workMatt Caswell2016-03-161-31/+14
* Fix a TLSProxy race conditionMatt Caswell2016-03-153-11/+20
* General verify options to openssl tsfbroda2016-03-151-2/+2
* Disable afalg when engine is disabled.Emilia Kasper2016-03-142-10/+16