summaryrefslogtreecommitdiff
path: root/test/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* providers: add Argon2 KDFČestmír Kalina2023-03-171-0/+46
* evp_test: add thread supportČestmír Kalina2023-03-171-0/+11
* evp_test: add digest xoflen supportČestmír Kalina2023-03-171-12/+19
* Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki2023-01-231-0/+6
* Drop a spurious printf in evp_test.cMatt Caswell2022-12-051-1/+0
* [test/recipes] Add RFC6979 deterministic DSA KATs in evptest formatslontis2022-11-301-0/+2
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-0/+15
* test: add sm4 xts test casesXu Yizhou2022-11-291-0/+16
* With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz2022-09-161-70/+4
* evp_test: allow FIPS provider version based escapes in evp_testPauli2022-09-161-20/+110
* test/evp_test: Test if EVP_DigestSign() set signature's length.Sebastian Andrzej Siewior2022-08-041-0/+2
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-291-0/+1
* Make evp_test skip mac tests if digest or ciphers are disabled.slontis2022-07-111-6/+20
* test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang2022-06-221-4/+8
* test/evp_test.c: Check too big output buffer sizes in PKEYKDF testsRichard Levitte2022-06-151-1/+17
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-12/+12
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-8/+7
* evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz2022-04-191-0/+39
* evp_test: Add testcases for DH KEX with X9.42 KDFTomas Mraz2022-03-141-1/+47
* evp_test: Skip testcase if r parameter is unsupportedTomas Mraz2022-02-111-0/+10
* evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S...Jiasheng Jiang2022-02-071-2/+11
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* evp_test: add a ctx dup operation to the KDF testsPauli2022-02-011-0/+5
* evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang2022-01-251-2/+6
* test: add cipher context dup testPauli2022-01-191-2/+9
* test: add digest context dup testsPauli2022-01-191-12/+25
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-1/+1
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-241-0/+6
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-31/+27
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-18/+12
* fix some code with obvious wrong coding stylex20182021-10-281-6/+6
* Fix dh dupctx refcount errorslontis2021-09-031-2/+9
* Fix the "Out of memory" EVP KDF scrypt testBernd Edlinger2021-08-281-2/+2
* evp_test: use correct size in memory clearPauli2021-06-271-2/+2
* evp_test: address NULL pointer dereference and return failure betterPauli2021-06-261-1/+3
* test: add EVP_Q_mac tests to evp_testPauli2021-06-251-4/+21
* test: add EVP_Q_digest tests to evp_testPauli2021-06-251-1/+23
* evp_test: Support testing of stitched TLS ciphersTomas Mraz2021-06-201-17/+95
* Correctly detect decode errors when checking if a key is supportedMatt Caswell2021-06-081-0/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-20/+21
* test: add evp_tests for the MAC size and block sizePauli2021-05-251-2/+42
* mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli2021-05-051-14/+36
* Add testing for updated cipher IVJon Spillett2021-04-281-0/+17
* TEST: Adapt the EVP testRichard Levitte2021-04-211-5/+7
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-5/+5
* APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb2021-04-141-2/+1
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-141-2/+6
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-1/+1
* test: coverity 1455749 - dereference after null checkPauli2021-03-201-3/+4