summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-18Rename some lowercase API'sRich Salz
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-14Fix no-stdio and no-autoalginitMatt Caswell
2016-04-14Fix AFALG kernel and headers mismatch problemMatt Caswell
2016-04-14Don't use deprecated CONF_modules_free() in testsViktor Dukhovni
2016-04-13Fix no-tls1_1 and no-tls1_2Matt Caswell
2016-04-11Fix the no-tls optionMatt Caswell
2016-04-11Fix the no-nextprotoneg optionMatt Caswell
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper
2016-04-09Don't check the generated ssl-tests configs on VMSRichard Levitte
2016-04-09VMS doesn't have directory separators in the same sense as UnixRichard Levitte
2016-04-09Make DH opaqueMatt Caswell
2016-04-07test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07OpenSSL::Test: when moving directory, affect env as wellRichard Levitte
2016-04-07Allow generate_ssl_tests.pl to find testlibEmilia Kasper
2016-04-07Better use BIO_snprintf() than snprintf(), in case the later isn't availableRichard Levitte
2016-04-06Make the RSA structure opaqueRichard Levitte
2016-04-06Fix no-ocspMatt Caswell
2016-04-06Add missing mem leak test activation and checksFdaSilvaYY
2016-04-05Rename ssltest -> ssltest_oldEmilia Kasper
2016-04-05testutil: return 1 on successEmilia Kasper
2016-04-05New SSL test frameworkEmilia Kasper
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Fix memory leaks in ASN.1Emilia Kasper
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-03Make DSA_METHOD opaqueMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-04-02Adapt some test recipes to the newer cmdstr()Richard Levitte
2016-04-02Enhance OpenSSL::Test::cmdstr to give cmd string variantsRichard Levitte
2016-03-31crypto/blake2: make lowest-level function handle multiple blocks..Andy Polyakov
2016-03-31OpenSSL::Test: have cmdstr() return the true command.Richard Levitte
2016-03-31When looking for executables, don't forget the extensionRichard Levitte
2016-03-30When verbosity is requested, OpenSSL::Test::run() displays the commandRichard Levitte
2016-03-30Have OpenSsl..Test::app() and friends look for file in source as wellRichard Levitte
2016-03-30Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.tRichard Levitte
2016-03-30Add the option 'interpreter_args' to perlapps() and perltest()Richard Levitte
2016-03-29Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni
2016-03-27Add session reuse tests.Kurt Roeckx
2016-03-27Math::BigInt does floored divs, BN_div does truncated div, compensateRichard Levitte
2016-03-21Fix no-sockMatt Caswell
2016-03-21Fix no-scryptMatt Caswell
2016-03-21Skip the CMS tests if CMS is disabledMatt Caswell
2016-03-21Fix no-dsaMatt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Fix ALPN - more fixesTodd Short
2016-03-19Don't perform tsa tests if configured "no-ts"Richard Levitte
2016-03-18Fix no-desMatt Caswell