summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
AgeCommit message (Expand)Author
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a
2024-04-09Copyright year updatesRichard Levitte
2024-02-07Fix testcases to run on duplicated keysTomas Mraz
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2024-01-12Add tests for re-using cipher contextsHolger Dengler
2024-01-09Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman
2023-12-06Statically link legacy provider to evp_extra_testNeil Horman
2023-11-03Add negative test for key length changeTomas Mraz
2023-11-03Add negative test for iv length changeTomas Mraz
2023-10-24test: add unit test for CVE-2023-5363Pauli
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno
2023-10-04test: evp_extra: test signing with legacy app method based keysMatthias St. Pierre
2023-10-04test: evp_extra: fix indentation errorMatthias St. Pierre
2023-09-07Copyright year updatesMatt Caswell
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-05-12provider: return error if buf too small when getting ec pubkey paramYi Li
2023-03-27test: evp_extra: EC, read affine coordinatesJorge Ramirez-Ortiz
2023-03-15Add test for context duplication failureSimo Sorce
2023-01-31Workaround crash in atexit on NonStop platformsTomas Mraz
2022-12-05Fix the check of EVP_PKEY_decrypt_initPeiwei Hu
2022-11-11test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz
2022-11-04Check for private key existence before calling eddsa sign functionsWangchong Zhou
2022-10-07set MGF1 digest correctlyJames Muir
2022-10-03Test usage of a custom EVP_CIPHERMatt Caswell
2022-09-21Remove FIPS condition on SM2 test.Pauli
2022-08-18Add testcases for EVP_PKEY_get1_encoded_public_keyTomas Mraz
2022-06-28Add a test for an all 0 RSA keyMatt Caswell
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-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-23Test the default key length of the Blowfish ciphersTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-11Add test for resetting SM2 dist IDTomas Mraz
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-10Add a test for a custom digest created via EVP_MD_meth_new()Matt Caswell
2022-01-05Fix typosDimitris Apostolou
2021-12-13test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()Richard Levitte
2021-12-13test/evp_extra_test.c: Refactor test_fromdata()Richard Levitte
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove
2021-11-22Fix EVP_PKEY_decrypt return checkPeiwei Hu
2021-11-16EVP_PKEY_keygen_init: fix return checkPeiwei Hu
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu
2021-11-16EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu
2021-11-16Add a test for creating ECX private keys that are too shortMatt Caswell
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-11-12evp_extra_test: Add SIPHASH MAC digestsign test with reinitializationTomas Mraz
2021-11-12test: Add testing of reinitialization via EVP_DigestSignInit()Tomas Mraz
2021-11-12do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz