summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-08-06Avoid errors when loading a cert multiple times.Pauli
2018-07-02test/evp_test.c: address sanitizer errors in pderive_test_run.Andy Polyakov
2018-06-21[crypto/ec] don't assume points are of order group->orderBilly Brumley
2018-05-24Save and restore the Windows error around TlsGetValue.David Benjamin
2018-05-23Limit scope of CN name constraintsViktor Dukhovni
2018-05-05X509 time: tighten validation per RFC 5280Emilia Kasper
2018-04-20Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger
2018-04-20Add a test for SSL_pending()Matt Caswell
2018-04-19Add a test for a NULL X509_STORE in X509_STORE_CTX_initMatt Caswell
2018-04-14Custome built dladdr() for AIX.Matthias Kraft
2018-04-13test/recipes/test_genrsa.t : don't fail because of size limit changesRichard Levitte
2018-03-31Refuse to run test_cipherlist unless shared library matches buildRichard Levitte
2018-03-29Faster fuzz test: teach the fuzz test programs to handle directoriesRichard Levitte
2018-03-27Update copyright yearMatt Caswell
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte
2018-03-19Stop test/shlibloadtest.c from failing in a regression testRichard Levitte
2018-02-24test/recipes/80-test_pkcs12.t: handle lack of Win32::API.Andy Polyakov
2018-02-19test_ssl_old: avoid empty strings for flagsRichard Levitte
2018-01-30Add the SSL_OP_NO_RENEGOTIATION option to 1.1.0Matt Caswell
2018-01-29Don't break testing when runnins as rootRichard Levitte
2018-01-20Enable TLSProxy tests on WindowsRichard Levitte
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger
2017-12-16Fix a gcc fallthru warningBernd Edlinger
2017-12-12Wrap more of ocspapitest.c in OPENSSL_NO_OCSPBenjamin Kaduk
2017-12-12Fix coverity-reported errors in ocspapitestBenjamin Kaduk
2017-12-12Add OCSP API test executableBenjamin Kaduk
2017-12-11Fix typo in commentBenjamin Kaduk
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-12-08Remove unicode characters from sourceRichard Levitte
2017-12-07Fix the buffer sizing in the fatalerrtestMatt Caswell
2017-12-06Add a test for CVE-2017-3737Matt Caswell
2017-11-22Avoid unnecessary MSYS2 conversion of some argumentsRichard Levitte
2017-11-05Consolidate the locations where we have our internal perl modulesRichard Levitte
2017-11-05Perl: Use our own globbing wrapper rather than File::Glob::globRichard Levitte
2017-11-03Spelling doc #3580FdaSilvaYY
2017-10-31afalg: Fix kernel version checkBaptiste Jonglez
2017-10-14Backport key redirection test from master branchDr. Stephen Henson
2017-10-12Skip ssl-tests/19-mac-then-encrypt.conf for no-tls1_2Ben Kaduk
2017-10-09Fix util/perl/OpenSSL/Test.pm input variable overwriteRichard Levitte
2017-10-05Test mac-then-encryptEmilia Kasper
2017-09-30recipes/25-test_verify.t: reformat.Andy Polyakov
2017-09-30Guard against DoS in name constraints handling.David Benjamin
2017-09-27Allow DH_set0_key with only private key.David Benjamin
2017-09-01Fix OpenSSL::Test::Utils::config to actualy load the config dataRichard Levitte
2017-08-21evp_test.c: Add PrivPubKeyPair negative testsNicola Tuveri
2017-08-21evp_test.c: Add PrivPubKeyPair testNicola Tuveri
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb
2017-08-10no-ec2m fixesDr. Stephen Henson
2017-08-10Add alternative CMS P-256 certDr. Stephen Henson