summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
AgeCommit message (Expand)Author
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
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-27Test that a key is usable after an EVP_PKEY_fromdata callMatt Caswell
2021-10-25X509_PUBKEY_dup: Do not just up-ref the EVP_PKEYTomas Mraz
2021-10-25Fix no-cmacMatt Caswell
2021-10-22Fix test_CMAC_keygenMatt Caswell
2021-10-22Test short buffersMatt Caswell
2021-10-19Add tests for ENGINE problemsMatt Caswell
2021-08-26EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple callsTomas Mraz
2021-08-16Test EVP Cipher updating the context's IVIngo Franzki
2021-08-16Multiple fixes for getting pub key from legacy DH PKEYTomas Mraz
2021-07-28Add a test case for EVP_MD_meth_dup() and EVP_CIPHER_meth_dup()Matt Caswell
2021-07-27Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell
2021-07-22Add a test for custom EVP_PKEY_METHODsMatt Caswell
2021-06-15test/evp_extra_test.c: Peek at the error instead of getting it.Richard Levitte