summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* [crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley2022-06-131-0/+15
* Update further expiring certificates that affect testsTomas Mraz2022-06-0514-435/+437
* Change the SCT issuer key to RSA 2048Bernd Edlinger2022-06-036-62/+70
* Enable setting SSL_CERT_FLAG_TLS_STRICT with ssl configTomas Mraz2022-06-035-289/+538
* Add a test_ssl_new testcaseTomas Mraz2022-06-036-2/+88
* First working empty protocol testTomas Mraz2022-06-033-0/+173
* Fix the checks of UI_add_input_stringPeiwei Hu2022-06-021-2/+2
* Fix the checks of EVP_PKEY_private_checkPeiwei Hu2022-06-021-6/+6
* Fix the checks of EVP_PKEY_public_checkPeiwei Hu2022-06-021-6/+6
* Fix the checks of EVP_PKEY_pairwise_checkPeiwei Hu2022-06-021-5/+5
* Fix the checks of EVP_PKEY_checkPeiwei Hu2022-06-021-7/+7
* Fix the checks of RAND_bytesPeiwei Hu2022-06-025-8/+8
* Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu2022-06-022-8/+8
* Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlenPeiwei Hu2022-06-021-2/+2
* Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu2022-06-021-1/+1
* Update expired SCT issuer certificateTomas Mraz2022-06-011-15/+15
* Make OSSL_LIB_CTX_load_config thread safeHugo Landau2022-06-011-0/+14
* Move types.h #undefs for wincrypt.h compatibilitySamuel Lee2022-05-302-1/+47
* Fix visual glitch in non-verbose test outputBernd Edlinger2022-05-281-1/+3
* Make running individual ssl-test easierTodd Short2022-05-272-5/+24
* Check that UnsafeLegacyServerConnect option existsTomas Mraz2022-05-272-111/+157
* QUIC wire format supportHugo Landau2022-05-275-23/+339
* Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu2022-05-271-1/+1
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-1/+1
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-243-32/+32
* Test the default key length of the Blowfish ciphersTomas Mraz2022-05-231-0/+28
* Disable 82-test_tfo_cli if tfo is not enabled.Randall S. Becker2022-05-231-0/+1
* add tests for PBKDF2 with SHA-3Hubert Kario2022-05-182-0/+60
* Fix KTLS with BIO_new_connectBernd Edlinger2022-05-171-8/+25
* Include the e_os.h before string.hTomas Mraz2022-05-131-2/+2
* Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz2022-05-131-7/+20
* Add test for query invalidation after new provider addedTomas Mraz2022-05-122-0/+99
* Add a testcase for OSSL_PROVIDER_unload() being fully effectiveTomas Mraz2022-05-091-0/+37
* tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli2022-05-084-11/+55
* Fix coverity 1503330 use after freePauli2022-05-061-0/+2
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-0374-74/+74
* Fix the RC4-MD5 cipherMatt Caswell2022-05-032-24/+2
* Test ocsp with invalid responses and the "-no_cert_checks" optionMatt Caswell2022-05-031-57/+65
* Improving locale testDmitry Belyavskiy2022-05-021-2/+4
* Testing the EVP_PKEY_CTX_new_from_name without preliminary initDmitry Belyavskiy2022-04-293-2/+22
* Fix memleak in test/provider_test.cRichard Levitte2022-04-291-1/+4
* Test that SipHash_Final() fails on uninited contextTomas Mraz2022-04-271-0/+2
* Minimal test checking we can get public key in Turkish localeDmitry Belyavskiy2022-04-223-1/+151
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-228-49/+30
* Clear incorrectly reported errors in cms_io.Daniel Fiala2022-04-213-3/+30
* evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz2022-04-192-0/+83
* Fix an assertion in the DTLS server codeBernd Edlinger2022-04-141-1/+47
* endecode_test: Handle expected failures for non-fips ec keysTomas Mraz2022-04-141-35/+49
* SSL_conf_cmd: Allow DH Parameters at any position.Daniel Fiala2022-04-123-4/+172