aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build break; add function declarationRich Salz2016-03-111-0/+1
* When creating directory specs, use srctop_dir rather than srctop_file.Richard Levitte2016-03-121-3/+3
* Because bn_expand2 is declared non-static, it must not be staticRichard Levitte2016-03-121-1/+1
* Review commentsKurt Roeckx2016-03-111-14/+17
* Add blake2 support.Bill Cox2016-03-111-0/+57
* Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival2016-03-111-0/+2
* Suppress CT warnings in test_sslMatt Caswell2016-03-111-0/+2
* Avoid getting unresolved referense to bn_expand2 in test/bntest.cRichard Levitte2016-03-111-0/+13
* check reviewer --reviewer=emiliaRob Percival2016-03-101-1/+1
* No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_newMatt Caswell2016-03-101-1/+0
* Use version flexible method instead of fixed versionKurt Roeckx2016-03-093-40/+8
* Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx2016-03-091-33/+33
* Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2016-03-092-4/+5
* Make ct_dir and certs_dir static in test/ct_test.cRichard Levitte2016-03-091-2/+2
* Fix ct_test to not assume it's in the source directoryRichard Levitte2016-03-091-1/+0