summaryrefslogtreecommitdiff
path: root/test/evp_extra_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tests for new EVP_CIPHER_CTX IV accessorsBenjamin Kaduk2020-08-111-0/+113
* Add EVP signature with libctx methods.Shane Lontis2020-08-091-2/+3
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-221-0/+13
* Fix CID 1465213: Integer handling issues (evp_extra_test.c)Shane Lontis2020-07-081-4/+4
* test: add test for generation of random data in chunks.Pauli2020-06-241-0/+33
* property: Move global default properties to the library context.Pauli2020-06-231-0/+30
* TEST: Test i2d_PKCS8PrivateKey_bio() and PEM_write_bio_PKCS8PrivateKey()Richard Levitte2020-06-021-0/+35
* test HKDF with empty IKMBenjamin Kaduk2020-05-281-0/+42
* Add a test for fetching EVP_PKEY style algs without a providerMatt Caswell2020-05-281-0/+42
* test/evp_extra_test.c: Add OPENSSL_NO_CMAC around CMAC testRichard Levitte2020-05-141-0/+4
* test/evp_extra_test.c: Add test for CMAC keygen with a NULL engineRichard Levitte2020-05-141-0/+22
* Add some tests for the newly added raw private/public key functionsMatt Caswell2020-05-041-11/+42
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2