summaryrefslogtreecommitdiffstats
path: root/test/evp_libctx_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-2/+18
* test: support params arguments to init functionsPauli2021-03-111-8/+8
* Fix external symbols for bnShane Lontis2021-02-261-2/+4
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-4/+4
* Update copyright yearRichard Levitte2021-01-281-1/+1
* chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz2021-01-131-10/+26
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-13/+1
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-1/+1
* test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()Richard Levitte2020-11-111-2/+11
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-1/+1
* Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis2020-09-191-6/+3
* Add KEM (Key encapsulation mechanism) support to providersShane Lontis2020-09-191-0/+181
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* Add dh_kdf support to providerShane Lontis2020-08-111-0/+88
* Fix provider cipher reinit after init/update with a partial update block.Shane Lontis2020-08-051-0/+78
* Fix no-dh and no-dsaMatt Caswell2020-07-261-3/+8
* Fix provider cipher reinit issueShane Lontis2020-07-221-2/+88
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-0/+253