summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
AgeCommit message (Expand)Author
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
2020-09-25TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.cRichard Levitte
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-12TEST: Add a test of EC key generation with encoding specRichard Levitte
2020-09-08Fix test/evp_extra_test.cRichard Levitte
2020-09-03"Downgrade" provider-native keys to legacy where neededRichard Levitte
2020-08-29Extend test_CMAC_keygen in evp_extra_testMatt Caswell
2020-08-29Fix evp_extra_test to not assume that HMAC is legacyMatt Caswell
2020-08-11Add tests for new EVP_CIPHER_CTX IV accessorsBenjamin Kaduk
2020-08-09Add EVP signature with libctx methods.Shane Lontis
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli