summaryrefslogtreecommitdiff
path: root/test/evp_extra_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* X509_PUBKEY_dup: Do not just up-ref the EVP_PKEYTomas Mraz2021-10-251-1/+1
* Fix no-cmacMatt Caswell2021-10-251-0/+6
* Fix test_CMAC_keygenMatt Caswell2021-10-221-1/+1
* Test short buffersMatt Caswell2021-10-221-24/+133
* Add tests for ENGINE problemsMatt Caswell2021-10-191-0/+148
* EVP_DigestSign/VerifyFinal: Duplicate the pctx to allow multiple callsTomas Mraz2021-08-261-8/+25
* Test EVP Cipher updating the context's IVIngo Franzki2021-08-161-0/+108
* Multiple fixes for getting pub key from legacy DH PKEYTomas Mraz2021-08-161-6/+28
* Add a test case for EVP_MD_meth_dup() and EVP_CIPHER_meth_dup()Matt Caswell2021-07-281-1/+20
* Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell2021-07-271-1/+1
* Add a test for custom EVP_PKEY_METHODsMatt Caswell2021-07-221-0/+328
* test/evp_extra_test.c: Peek at the error instead of getting it.Richard Levitte2021-06-151-1/+1
* EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz2021-06-081-0/+3