summaryrefslogtreecommitdiffstats
path: root/test/recipes
AgeCommit message (Expand)Author
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger
2018-01-03Test that supported_groups is permitted in ServerHelloBenjamin Kaduk
2017-12-27Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger
2017-12-14Don't run the TLSv1.3 CCS tests if TLSv1.3 is not enabledMatt Caswell
2017-12-14Add some TLSv1.3 CCS testsMatt Caswell
2017-12-14Send supported_versions in an HRRMatt Caswell
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-12-14Send TLSv1.2 as the record version when using TLSv1.3Matt Caswell
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior
2017-12-11Fix no-chachaMatt Caswell
2017-12-11Don't expect a POLY1305 ciphersuite when using no-poly1305Matt Caswell
2017-12-10Fix ssl_test_new with no-tls1_2Matt Caswell
2017-12-08Fix test_tls13messages with no-ocspBenjamin Kaduk
2017-12-08Fix no-ecBenjamin Kaduk
2017-12-06Add a test for CVE-2017-3737Matt Caswell
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-11-28rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov
2017-11-22Avoid unnecessary MSYS2 conversion of some argumentsRichard Levitte
2017-11-21Ignore the session when setting SNI in s_clientMatt Caswell
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-11-11Add OCSP API test executableBenjamin Kaduk
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-10-16Don't do version neg on an HRRMatt Caswell
2017-10-12Add RFC7919 tests.Dr. Stephen Henson
2017-09-22Guard against DoS in name constraints handling.David Benjamin
2017-09-04Fix 90-test_store.t: using config() requires OpenSSL::Test::UtilsRichard Levitte
2017-09-03OSSL_STORE: Avoid testing with URIs on the mingw command lineRichard Levitte
2017-08-31Update the tests for SNI changesMatt Caswell
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-25Don't run a CT specifc test if CT is disabledMatt Caswell
2017-08-22Add random serial# support.Rich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb
2017-08-15File::Glob option ':bsd_glob' doesn't work everywhere, replace w/ a wrapperRichard Levitte
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte
2017-08-12Wire SHAKE to EVP.Andy Polyakov
2017-08-10no-ec2m fixesDr. Stephen Henson
2017-08-08Add test for ECDH CMS key onlyDr. Stephen Henson
2017-08-08Add PKEY_METHOD macro testsJohannes Bauer
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-08-03recipes/80-test_ca.t: make it work with spaces in pathnames.Andy Polyakov
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-03Allow use of long name for KDFsDr. Stephen Henson
2017-07-29Add some test coverage for PEM_read_bio_PrivateKeyBernd Edlinger
2017-07-28Make SSL_set_tlsext_host_name no effect from server sidePaul Yang