aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-271-1/+1
* Runchecker: fix no-ec2m build which was trying to validate the e2cm curvesPauli2021-04-231-3/+8
* Trivial shortcuts for EVP_PKEY_eq()Tomas Mraz2021-04-231-7/+14
* test: fix double free problems.Pauli2021-04-211-0/+3
* Add test for the IV handling of DES based ciphersTomas Mraz2021-04-191-2/+110
* TEST: Use OSSL_MAX_NAME_SIZE instead of arbitrary number of mdnameRichard Levitte2021-04-181-1/+1
* TEST: Modify how the retrieved digest name for SM2 digestsign is checkedRichard Levitte2021-04-181-17/+36
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-3/+3
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-1/+1
* Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz2021-04-121-12/+39
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-10/+10
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-12/+24
* test: add test case for X508_PUBKEY_dup() functionPauli2021-03-281-18/+58
* Add testing for non-default library context into evp_extra_testJon Spillett2021-03-171-53/+144
* Ensure that ECX keys pass EVP_PKEY_param_check()Matt Caswell2021-03-151-3/+25
* test: support params arguments to init functionsPauli2021-03-121-1/+1
* evp_extra_test: Remove TODO comment as setting the curve is mandatoryTomas Mraz2021-03-031-1/+0
* Fix a copy&paste error in evp_extra_testMatt Caswell2021-03-021-3/+2
* test_ecpub: test that we can decode the DER we encodedBenjamin Kaduk2021-02-271-0/+25
* test_ecpub: verify returned length after encodingBenjamin Kaduk2021-02-271-2/+4
* Add test for EC pubkey export/importBenjamin Kaduk2021-02-271-0/+44
* evp_extra_test: Do not manipulate providers in default contextTomas Mraz2021-02-251-4/+1
* Add a test for a names_do_all functionMatt Caswell2021-02-251-0/+49
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-6/+9
* Test that EC keys without a public key in them work as expectedMatt Caswell2021-02-011-36/+197
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-281-0/+27
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-53/+21
* Fix no-dh and no-dsaMatt Caswell2021-01-221-5/+5
* Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz2021-01-211-1/+6
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-2/+2
* Allow EVP_PKEY private key objects to be created without a public componentJon Spillett2021-01-151-4/+158
* Fix 'no-deprecated'Richard Levitte2020-12-191-40/+29
* Don't test a deprecated function in a no-deprecated buildMatt Caswell2020-11-271-2/+2
* Add test for no reset after DigestFinal_ex and DigestFinalXOFTomas Mraz2020-11-261-0/+46
* test: changes resulting from moving the entropy source out of the FIPS providerPauli2020-11-201-1/+1
* Deprecate RSA harderRichard Levitte2020-11-181-35/+38
* test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte2020-11-071-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-8/+8
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-5/+4
* Extend the SM2 asym cipher testMatt Caswell2020-09-251-18/+50
* Clean up some SM2 related TODOs in the testsMatt Caswell2020-09-251-7/+0
* TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.cRichard Levitte2020-09-251-14/+1
* Add SM2 signature algorithm to default providerPaul Yang2020-09-221-32/+29
* TEST: Add a test of EC key generation with encoding specRichard Levitte2020-09-121-0/+78
* Fix test/evp_extra_test.cRichard Levitte2020-09-081-13/+39
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-031-0/+13
* Extend test_CMAC_keygen in evp_extra_testMatt Caswell2020-08-291-4/+51
* Fix evp_extra_test to not assume that HMAC is legacyMatt Caswell2020-08-291-2/+4