summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2022-08-04test/evp_test: Test if EVP_DigestSign() set signature's length.Sebastian Andrzej Siewior
2022-07-11Make evp_test skip mac tests if digest or ciphers are disabled.slontis
2022-06-22test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-15test/evp_test.c: Check too big output buffer sizes in PKEYKDF testsRichard Levitte
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-19evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz
2022-03-15Update copyright yearMatt Caswell
2022-03-14evp_test: Add testcases for DH KEX with X9.42 KDFTomas Mraz
2022-02-07evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S...Jiasheng Jiang
2022-01-25evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang
2022-01-11Fix: some patches related to error exitingPeiwei Hu
2021-09-03Fix dh dupctx refcount errorslontis
2021-08-28Fix the "Out of memory" EVP KDF scrypt testBernd Edlinger
2021-06-27evp_test: use correct size in memory clearPauli
2021-06-26evp_test: address NULL pointer dereference and return failure betterPauli
2021-06-25test: add EVP_Q_mac tests to evp_testPauli
2021-06-25test: add EVP_Q_digest tests to evp_testPauli
2021-06-20evp_test: Support testing of stitched TLS ciphersTomas Mraz
2021-06-08Correctly detect decode errors when checking if a key is supportedMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-25test: add evp_tests for the MAC size and block sizePauli
2021-05-05mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli
2021-04-28Add testing for updated cipher IVJon Spillett
2021-04-21TEST: Adapt the EVP testRichard Levitte
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-14APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-20test: coverity 1455749 - dereference after null checkPauli
2021-03-20test: coverity 1455747 - dereference after null checkPauli
2021-03-12test: support params arguments to init functionsPauli
2021-03-09Reword repeated words.Shane Lontis
2021-02-28test: update tests to allow for params argument for the instantiate call on E...Pauli
2021-02-28test: adjust tests to include extra argument to KDF derive callPauli
2021-02-28evp_test: updates for the new additional MAC_init argumentsPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-21Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-11-16Fix dsa securitycheck for fips.Shane Lontis
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis
2020-09-18Add fips checks for ecdsa signaturesShane Lontis
2020-09-13EVP: Centralise fetching error reportingRichard Levitte