summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
AgeCommit message (Expand)Author
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
2021-03-02Fix a copy&paste error in evp_extra_testMatt Caswell
2021-02-27test_ecpub: test that we can decode the DER we encodedBenjamin Kaduk
2021-02-27test_ecpub: verify returned length after encodingBenjamin Kaduk
2021-02-27Add test for EC pubkey export/importBenjamin Kaduk
2021-02-25evp_extra_test: Do not manipulate providers in default contextTomas Mraz
2021-02-25Add a test for a names_do_all functionMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-01Test that EC keys without a public key in them work as expectedMatt Caswell
2021-01-28EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-22Fix no-dh and no-dsaMatt Caswell
2021-01-21Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2021-01-15Allow EVP_PKEY private key objects to be created without a public componentJon Spillett
2020-12-19Fix 'no-deprecated'Richard Levitte
2020-11-27Don't test a deprecated function in a no-deprecated buildMatt Caswell
2020-11-26Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz
2020-11-20test: changes resulting from moving the entropy source out of the FIPS providerPauli
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-07test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-25Extend the SM2 asym cipher testMatt Caswell
2020-09-25Clean up some SM2 related TODOs in the testsMatt Caswell