summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-07-05Update copyright yearRichard Levitte
2022-07-05AES OCB test vectorsAlex Chernyakhovsky
2022-07-01APPS: dsaparam, gendsa: Support setting propertiesClemens Lang
2022-07-01fix Coverity 1506709: error handlingPauli
2022-06-28Add test for try_key_ref() fallback handlingTomas Mraz
2022-06-28Fix range_should_be_prefix() to actually return the correct resultMatt Caswell
2022-06-28Add a test for an all 0 RSA keyMatt Caswell
2022-06-27Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala
2022-06-23Fix compile issues in test/v3ext.c with no-rfc3779Bernd Edlinger
2022-06-23Test whether decoded-from-explicit survives import/exportTomas Mraz
2022-06-22test/v3nametest.c: Add check for OPENSSL_mallocJiasheng Jiang
2022-06-22test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-21Update copyright yearMatt Caswell
2022-06-16Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe
2022-06-16test/recipes/*.t: setup() doesn't play well with spaces in the argumentRichard Levitte
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2022-06-16test/ssl_old_test.c: Add check for OPENSSL_mallocJiasheng Jiang
2022-06-15test/ssl_old_test.c: Add check for OPENSSL_zallocJiasheng Jiang
2022-06-15Fix a mem leak in evp_pkey_export_to_providerK1
2022-06-15Fix a crash in X509v3_asid_subset()Matt Caswell
2022-06-15test/evp_test.c: Check too big output buffer sizes in PKEYKDF testsRichard Levitte
2022-06-15test_pkey_check: Positive testcase for private key with unknown parametersTomas Mraz
2022-06-15Testcase for regression by PPC64 fixed length montgomery multiplicationTomas Mraz
2022-06-05Update further expiring certificates that affect testsTomas Mraz
2022-06-03Change the SCT issuer key to RSA 2048Bernd Edlinger
2022-06-02Fix the checks of UI_add_input_stringPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_private_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_public_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_pairwise_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_checkPeiwei Hu
2022-06-02Fix the checks of RAND_bytesPeiwei Hu
2022-06-02threadstest: Add missing framework for multithread testsTomas Mraz
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlenPeiwei Hu
2022-06-02Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu
2022-06-01Update expired SCT issuer certificateTomas Mraz
2022-06-01Make OSSL_LIB_CTX_load_config thread safeHugo Landau
2022-05-27Check that UnsafeLegacyServerConnect option existsTomas Mraz
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-23Test the default key length of the Blowfish ciphersTomas Mraz
2022-05-17Fix KTLS with BIO_new_connectBernd Edlinger
2022-05-13Include the e_os.h before string.hTomas Mraz
2022-05-13Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz
2022-05-12Add test for query invalidation after new provider addedTomas Mraz
2022-05-09Add a testcase for OSSL_PROVIDER_unload() being fully effectiveTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-05-03Fix the RC4-MD5 cipherMatt Caswell