summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
AgeCommit message (Expand)Author
2022-01-10Add a test for a custom digest created via EVP_MD_meth_new()Matt Caswell
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-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
2021-06-08EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz
2021-06-08Test EVP_CipherInit sequences and resetsJuergen Christ
2021-06-05Fix evp_extra_test to use libctx in an X509_PUBKEYMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-18seal: make EVP_SealInit() library context awarePauli
2021-05-09Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius
2021-05-06evp_extra_test: Avoid potential double free of paramsTomas Mraz
2021-04-27Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis
2021-04-23Runchecker: fix no-ec2m build which was trying to validate the e2cm curvesPauli
2021-04-23Trivial shortcuts for EVP_PKEY_eq()Tomas Mraz
2021-04-21test: fix double free problems.Pauli
2021-04-19Add test for the IV handling of DES based ciphersTomas Mraz
2021-04-18TEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary number of mdnameRichard Levitte
2021-04-18TEST: Modify how the retrieved digest name for SM2 digestsign is checkedRichard Levitte
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-12Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28test: add test case for X508_PUBKEY_dup() functionPauli
2021-03-17Add testing for non-default library context into evp_extra_testJon Spillett
2021-03-15Ensure that ECX keys pass EVP_PKEY_param_check()Matt Caswell
2021-03-12test: support params arguments to init functionsPauli
2021-03-03evp_extra_test: Remove TODO comment as setting the curve is mandatoryTomas Mraz