aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2013-09-13Require ServerInfo PEMs to be named "BEGIN SERVERINFO FOR"...Trevor Perrin1-4/+4
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2-2/+2
2013-08-21Correctly test for no-ec.Ben Laurie1-1/+1
2013-08-17Don't run ECDH CMS tests if EC disabled.Dr. Stephen Henson1-0/+20
2013-08-05Add X9.42 DH test.Dr. Stephen Henson1-0/+8
2013-08-05Add X9.42 DH certificate to S/MIME testDr. Stephen Henson2-1/+47
2013-07-22Add tests for ALPN functionality.Adam Langley1-0/+12
Conflicts: ssl/ssltest.c
2013-07-19Make ecdsatest work with nonces.Dr. Stephen Henson1-1/+1
Update ecdsatest to use ECDSA_sign_setup and ECDSA_sign_ex, this avoids the nonce generation which would otherwise break the test. Reinstate ecdsatest.
2013-07-19Temporarily disable ECDSA test.Dr. Stephen Henson1-1/+1
Disable ECDSA test temporarily: it is incompatible with ECDSA nonces.
2013-07-17New CMS tests.Dr. Stephen Henson1-0/+25
Add some ECDH CMS tests.
2013-07-17Scripts to recreate S/MIME test certificates.Dr. Stephen Henson11-205/+489
Add a script to generate keys and certificates for the S/MIME and CMS tests. Update certificates and add EC examples.
2013-06-21Add new CMS tests.Dr. Stephen Henson1-0/+49
Add new tests to cms-test.pl covering PSS and OAEP.
2013-06-18Cleanup of custom extension stuff.Trevor1-0/+9
serverinfo rejects non-empty extensions. Omit extension if no relevant serverinfo data. Improve error-handling in serverinfo callback. Cosmetic cleanups. s_client documentation. s_server documentation. SSL_CTX_serverinfo documentation. Cleaup -1 and NULL callback handling for custom extensions, add tests. Cleanup ssl_rsa.c serverinfo code. Whitespace cleanup. Improve comments in ssl.h for serverinfo. Whitespace. Cosmetic cleanup. Reject non-zero-len serverinfo extensions. Whitespace. Make it build.
2013-06-12Add support for arbitrary TLS extensions.Trevor3-1/+27
Contributed by Trevor Perrin.
2013-05-05Tests pass!Ben Laurie1-1/+2
2013-04-07Make sure all tests are actually run, plus some fixups for things thatBen Laurie2-2/+2
turn out to be made somewhere by existing Makefiles.
2013-04-06Fix test_ss.Ben Laurie1-1/+2
2013-04-06Avoid collisions.Ben Laurie7-143/+143
2013-04-06Make session ID test work.Ben Laurie1-1/+1
2013-04-06Make S/MIME test work.Ben Laurie1-1/+1
2013-04-06Make RSA test work.Ben Laurie1-1/+1
2013-04-06Make PKCS#7 test work.Ben Laurie1-1/+1
2013-04-06More progress towards working tests.Ben Laurie1-11/+11
2013-04-06Get closer to a working single Makefile with test support.Ben Laurie1-39/+39
2013-03-31Add support for SPARC T4 DES opcode.Andy Polyakov1-1/+2
2013-02-21make depend.Ben Laurie1-0/+14
2013-02-06Fix for EXP-RC2-CBC-MD5Adam Langley1-0/+17
MD5 should use little endian order. Fortunately the only ciphersuite affected is EXP-RC2-CBC-MD5 (TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5) which is a rarely used export grade ciphersuite. (cherry picked from commit f306b87d766e6ecf30824635c7c395b67cff9dbc)
2013-01-19Merge branch 'master' of openssl.net:opensslBen Laurie1-3/+14
2013-01-19engines/ccgost: add test case.Andy Polyakov1-3/+14
Submitted by: Serguei Leontiev PR: 2821
2013-01-19Make "make depend" work on MacOS out of the box.Ben Laurie1-1/+1
2012-12-21Fix tocsp: we don't need -trust_other any more.Dr. Stephen Henson1-2/+2
Fix typo.
2012-12-20Update test OCSP script "tocsp" to use shell functions and to useDr. Stephen Henson1-114/+64
December 17th as check date to avoid certificate expiry errors.
2012-12-11Make openssl verify return errors.Ben Laurie1-1/+1
2012-12-10Tabification. Remove accidental duplication.Ben Laurie1-197/+0
2012-12-07Fix OCSP checking.Ben Laurie68-1/+2163
2012-11-19make dependDr. Stephen Henson1-93/+89
2012-11-18PR: 2909Dr. Stephen Henson1-4/+13
Contributed by: Florian Weimer <fweimer@redhat.com> Fixes to X509 hostname and email address checking. Wildcard matching support. New test program and manual page.
2012-10-27util/fipslink.pl: further adjustments.Andy Polyakov1-0/+1
2012-10-25test_t4: cover even Camellia.Andy Polyakov1-3/+6
2012-10-06Add SPARC T4 AES support.Andy Polyakov1-0/+66
Submitted by: David Miller
2012-07-15test_aesni: harmonize with AES-NI support at EVP layer.Andy Polyakov1-7/+7
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-84/+96
2011-12-27make updateDr. Stephen Henson1-5/+11
2011-12-11detect and use older PKITS dataDr. Stephen Henson1-2/+9
2011-12-10add commented out option to allow use of older PKITS dataDr. Stephen Henson1-0/+2
2011-11-02Add support for memory leak checking in fips_algvs.Dr. Stephen Henson1-3/+21
Fix many memory leaks in algorithm test utilities.
2011-11-02Add fips_algvs utility (from FIPS 2.0 stable branch).Dr. Stephen Henson2-2/+320
2011-10-19"make update" (partial)Bodo Möller1-8/+8
2011-10-13use -no_ecdhe when using -no_dheBodo Möller1-4/+4
2011-10-12increase test RSA key size to 1024 bitsDr. Stephen Henson5-5/+5