summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala2022-06-272-2/+35
* test: placate Clang's --Wbitwise-instead-of-logicalSam James2022-06-271-198/+198
* Fix compile issues in test/v3ext.c with no-rfc3779Bernd Edlinger2022-06-231-0/+4
* Test whether decoded-from-explicit survives import/exportTomas Mraz2022-06-231-2/+25
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-221-11/+1
* test/v3nametest.c: Add check for OPENSSL_mallocJiasheng Jiang2022-06-221-0/+2
* test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang2022-06-221-4/+8
* Add test cases for verification of time stamping certificatesLutz Jaenicke2022-06-2211-1/+203
* test: add priority queue unit testPauli2022-06-223-0/+200
* Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe2022-06-161-1/+12
* test/recipes/*.t: setup() doesn't play well with spaces in the argumentRichard Levitte2022-06-161-1/+1
* Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz2022-06-161-6/+4
* Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz2022-06-161-0/+67
* test/ssl_old_test.c: Add check for OPENSSL_mallocJiasheng Jiang2022-06-161-0/+5
* test/ssl_old_test.c: Add check for OPENSSL_zallocJiasheng Jiang2022-06-151-0/+2
* Fix a mem leak in evp_pkey_export_to_providerK12022-06-152-3/+72
* Fix a crash in X509v3_asid_subset()Matt Caswell2022-06-151-0/+78
* test/evp_test.c: Check too big output buffer sizes in PKEYKDF testsRichard Levitte2022-06-151-1/+17
* test_pkey_check: Positive testcase for private key with unknown parametersTomas Mraz2022-06-152-11/+44
* Testcase for regression by PPC64 fixed length montgomery multiplicationTomas Mraz2022-06-151-0/+12
* [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