aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix testcases to run on duplicated keysTomas Mraz2024-02-071-1/+5
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-1/+10
* Add tests for re-using cipher contextsHolger Dengler2024-01-121-0/+77
* Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman2024-01-091-0/+67
* Statically link legacy provider to evp_extra_testNeil Horman2023-12-061-0/+13
* Add negative test for key length changeTomas Mraz2023-11-031-1/+73
* Add negative test for iv length changeTomas Mraz2023-11-031-1/+60
* test: add unit test for CVE-2023-5363Pauli2023-10-241-0/+253
* rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno2023-10-181-0/+31
* test: evp_extra: test signing with legacy app method based keysMatthias St. Pierre2023-10-041-0/+85
* test: evp_extra: fix indentation errorMatthias St. Pierre2023-10-041-3/+3
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-8/+18
* provider: return error if buf too small when getting ec pubkey paramYi Li2023-05-121-0/+22
* test: evp_extra: EC, read affine coordinatesJorge Ramirez-Ortiz2023-03-271-0/+131
* Add test for context duplication failureSimo Sorce2023-03-151-0/+62
* Workaround crash in atexit on NonStop platformsTomas Mraz2023-01-311-0/+4
* Fix the check of EVP_PKEY_decrypt_initPeiwei Hu2022-12-051-1/+1
* test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz2022-11-111-2/+2
* Check for private key existence before calling eddsa sign functionsWangchong Zhou2022-11-041-1/+75
* set MGF1 digest correctlyJames Muir2022-10-071-0/+56
* Test usage of a custom EVP_CIPHERMatt Caswell2022-10-031-2/+85
* Remove FIPS condition on SM2 test.Pauli2022-09-211-2/+2
* Add testcases for EVP_PKEY_get1_encoded_public_keyTomas Mraz2022-08-181-0/+12
* Add a test for an all 0 RSA keyMatt Caswell2022-06-281-0/+12
* Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu2022-06-021-5/+5
* 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
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-8/+8
* Test the default key length of the Blowfish ciphersTomas Mraz2022-05-231-0/+28
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+1
* Add test for resetting SM2 dist IDTomas Mraz2022-04-111-0/+18
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Add a test for a custom digest created via EVP_MD_meth_new()Matt Caswell2022-01-101-0/+85
* Fix typosDimitris Apostolou2022-01-051-2/+2
* test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()Richard Levitte2021-12-131-0/+14
* test/evp_extra_test.c: Refactor test_fromdata()Richard Levitte2021-12-131-43/+93
* Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove2021-11-271-0/+27
* Fix EVP_PKEY_decrypt return checkPeiwei Hu2021-11-221-2/+2
* EVP_PKEY_keygen_init: fix return checkPeiwei Hu2021-11-161-4/+4
* EVP_PKEY_paramgen_init: fix return checkPeiwei Hu2021-11-161-1/+1
* EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu2021-11-161-8/+8
* Add a test for creating ECX private keys that are too shortMatt Caswell2021-11-161-0/+24
* Add null digest implementation to the default providerTomas Mraz2021-11-151-0/+30
* evp_extra_test: Add SIPHASH MAC digestsign test with reinitializationTomas Mraz2021-11-121-0/+54
* test: Add testing of reinitialization via EVP_DigestSignInit()Tomas Mraz2021-11-121-1/+11
* do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz2021-11-121-0/+7
* fix some code with obvious wrong coding stylex20182021-10-281-5/+5
* Test that a key is usable after an EVP_PKEY_fromdata callMatt Caswell2021-10-271-9/+37