summaryrefslogtreecommitdiff
path: root/test/evp_libctx_test.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove conditional FIPS dependence for 3DES"Pauli2022-11-101-7/+1
* Remove conditional FIPS dependence for 3DESPauli2022-11-021-1/+7
* Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu2022-05-271-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* EVP_PKEY_keygen_init: fix return checkPeiwei Hu2021-11-161-1/+1
* Add KEM dupctx testslontis2021-09-031-3/+5
* Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis2021-06-081-0/+30
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-9/+9
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-011-1/+1
* TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb2021-05-271-2/+3
* Add special case to skip RC4 reinitJon Spillett2021-05-261-4/+13
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-6/+1
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-10/+23
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-2/+18
* test: support params arguments to init functionsPauli2021-03-121-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