summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17evp_test: add thread supportČestmír Kalina
2023-03-17evp_test: add digest xoflen supportČestmír Kalina
2023-01-23Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki
2022-12-05Drop a spurious printf in evp_test.cMatt Caswell
2022-11-30[test/recipes] Add RFC6979 deterministic DSA KATs in evptest formatslontis
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-29test: add sm4 xts test casesXu Yizhou
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-29Implement AES-GCM-SIV (RFC8452)Todd Short
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-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-19evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz
2022-03-14evp_test: Add testcases for DH KEX with X9.42 KDFTomas Mraz
2022-02-11evp_test: Skip testcase if r parameter is unsupportedTomas Mraz
2022-02-07evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S...Jiasheng Jiang
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-01evp_test: add a ctx dup operation to the KDF testsPauli
2022-01-25evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang
2022-01-19test: add cipher context dup testPauli
2022-01-19test: add digest context dup testsPauli
2022-01-07Fix: some patches related to error exitingPeiwei Hu
2021-11-24Support different R_BITS lengths for KBKDFPatrick Uiterwijk
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
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