aboutsummaryrefslogtreecommitdiff
path: root/test/evp_extra_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a1-0/+42
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-02-07Fix testcases to run on duplicated keysTomas Mraz1-1/+5
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman1-1/+10
2024-01-12Add tests for re-using cipher contextsHolger Dengler1-0/+77
2024-01-09Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman1-0/+67
2023-12-06Statically link legacy provider to evp_extra_testNeil Horman1-0/+13
2023-11-03Add negative test for key length changeTomas Mraz1-1/+73
2023-11-03Add negative test for iv length changeTomas Mraz1-1/+60
2023-10-24test: add unit test for CVE-2023-5363Pauli1-0/+253
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno1-0/+31
2023-10-04test: evp_extra: test signing with legacy app method based keysMatthias St. Pierre1-0/+85
2023-10-04test: evp_extra: fix indentation errorMatthias St. Pierre1-3/+3
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li1-8/+18
2023-05-12provider: return error if buf too small when getting ec pubkey paramYi Li1-0/+22
2023-03-27test: evp_extra: EC, read affine coordinatesJorge Ramirez-Ortiz1-0/+131
2023-03-15Add test for context duplication failureSimo Sorce1-0/+62
2023-01-31Workaround crash in atexit on NonStop platformsTomas Mraz1-0/+4
2022-12-05Fix the check of EVP_PKEY_decrypt_initPeiwei Hu1-1/+1
2022-11-11test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz1-2/+2
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou1-1/+75
2022-10-07set MGF1 digest correctlyJames Muir1-0/+56
2022-10-03Test usage of a custom EVP_CIPHERMatt Caswell1-2/+85
2022-09-21Remove FIPS condition on SM2 test.Pauli1-2/+2
2022-08-18Add testcases for EVP_PKEY_get1_encoded_public_keyTomas Mraz1-0/+12
2022-06-28Add a test for an all 0 RSA keyMatt Caswell1-0/+12
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu1-5/+5
2022-06-02Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlenPeiwei Hu1-2/+2
2022-06-02Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu1-1/+1
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu1-8/+8
2022-05-23Test the default key length of the Blowfish ciphersTomas Mraz1-0/+28
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-2/+1
2022-04-11Add test for resetting SM2 dist IDTomas Mraz1-0/+18
2022-02-05Move e_os.h to include/internalRichard Levitte1-1/+1
2022-01-10Add a test for a custom digest created via EVP_MD_meth_new()Matt Caswell1-0/+85
2022-01-05Fix typosDimitris Apostolou1-2/+2
2021-12-13test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()Richard Levitte1-0/+14
2021-12-13test/evp_extra_test.c: Refactor test_fromdata()Richard Levitte1-43/+93
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove1-0/+27
2021-11-22Fix EVP_PKEY_decrypt return checkPeiwei Hu1-2/+2
2021-11-16EVP_PKEY_keygen_init: fix return checkPeiwei Hu1-4/+4
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu1-1/+1
2021-11-16EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu1-8/+8
2021-11-16Add a test for creating ECX private keys that are too shortMatt Caswell1-0/+24
2021-11-15Add null digest implementation to the default providerTomas Mraz1-0/+30
2021-11-12evp_extra_test: Add SIPHASH MAC digestsign test with reinitializationTomas Mraz1-0/+54
2021-11-12test: Add testing of reinitialization via EVP_DigestSignInit()Tomas Mraz1-1/+11
2021-11-12do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz1-0/+7