summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2024-01-30fix missing null check in kdf_test_ctrlNeil Horman
2024-01-30Copyright year updatesMatt Caswell
2024-01-05make inability to dup/clone ciphers an errorNeil Horman
2023-12-19Fix provider compatibility check crash in evp_testTomas Mraz
2023-12-01evp-cmac: do not seg-fault when getting mac-size before initJames Muir
2023-09-13Revert "make inability to dup/clone ciphers an error"Tomas Mraz
2023-09-12make inability to dup/clone ciphers an errorNeil Horman
2023-08-01Copyright year updatesMatt Caswell
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2022-12-05Drop a spurious printf in evp_test.cMatt Caswell
2022-11-11evp_test: Skip testcase if r parameter is unsupportedTomas Mraz
2022-11-11evp_test: add a ctx dup operation to the KDF testsPauli
2022-11-11Support different R_BITS lengths for KBKDFPatrick Uiterwijk
2022-11-09test: add cipher context dup testPauli
2022-11-09test: add digest context dup testsPauli
2022-09-16With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz
2022-09-16evp_test: allow FIPS provider version based escapes in evp_testPauli
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