summaryrefslogtreecommitdiffstats
path: root/test/evp_libctx_test.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-02-14Fix new typos found by codespellDimitri Papadopoulos
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2022-11-10Revert "Remove conditional FIPS dependence for 3DES"Pauli
2022-11-02Remove conditional FIPS dependence for 3DESPauli
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-11-16EVP_PKEY_keygen_init: fix return checkPeiwei Hu
2021-09-03Add KEM dupctx testslontis
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-05-27TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb
2021-05-26Add special case to skip RC4 reinitJon Spillett
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-12test: support params arguments to init functionsPauli
2021-02-26Fix external symbols for bnShane Lontis
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-13chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-11-11test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()Richard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-19Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-08-11Add dh_kdf support to providerShane Lontis
2020-08-05Fix provider cipher reinit after init/update with a partial update block.Shane Lontis
2020-07-26Fix no-dh and no-dsaMatt Caswell
2020-07-22Fix provider cipher reinit issueShane Lontis
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis