aboutsummaryrefslogtreecommitdiff
path: root/test/evp_libctx_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan1-2/+10
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-02-14Fix new typos found by codespellDimitri Papadopoulos1-2/+2
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman1-5/+44
2022-11-10Revert "Remove conditional FIPS dependence for 3DES"Pauli1-7/+1
2022-11-02Remove conditional FIPS dependence for 3DESPauli1-1/+7
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu1-1/+1
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-2/+1
2022-02-05Move e_os.h to include/internalRichard Levitte1-1/+1
2021-11-16EVP_PKEY_keygen_init: fix return checkPeiwei Hu1-1/+1
2021-09-03Add KEM dupctx testslontis1-3/+5
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis1-0/+30
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-9/+9
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett1-1/+1
2021-05-27TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb1-2/+3
2021-05-26Add special case to skip RC4 reinitJon Spillett1-4/+13
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb1-6/+1
2021-04-26Add type_name member to provided methods and use itTomas Mraz1-10/+23
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz1-2/+18
2021-03-12test: support params arguments to init functionsPauli1-8/+8
2021-02-26Fix external symbols for bnShane Lontis1-2/+4
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz1-4/+4
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-13chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz1-10/+26
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb1-13/+1
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte1-1/+1
2020-11-11test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()Richard Levitte1-2/+11
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-4/+4
2020-10-01Run the withlibctx.pl scriptMatt Caswell1-1/+1
2020-09-19Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis1-6/+3
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis1-0/+181
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell1-2/+0
2020-08-11Add dh_kdf support to providerShane Lontis1-0/+88
2020-08-05Fix provider cipher reinit after init/update with a partial update block.Shane Lontis1-0/+78
2020-07-26Fix no-dh and no-dsaMatt Caswell1-3/+8
2020-07-22Fix provider cipher reinit issueShane Lontis1-2/+88
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis1-0/+253