summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-01-12Make RSA_generate_multi_prime_key() not segfault if e is NULL.slontis
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2023-01-11test/param_build_test.c: test zero BIGNUMRichard Levitte
2023-01-0480-test_cms.t: Fix rsapssSaltlen check on MinGWTomas Mraz
2023-01-0425-test_pkcs8.t: Make text comparison ignore extra CR charactersTomas Mraz
2023-01-04Fixed typos in documentation and commentsSemen Zhydenko
2022-12-22Change HKDF to alloc the info buffer.slontis
2022-12-22Add testcase for OSSL_trace_set_callback()Tomas Mraz
2022-12-22Add a CMS test for a bad encryption algorithmMatt Caswell
2022-12-22Fix SMIME_crlf_copy() to properly report an errorMatt Caswell
2022-12-21Fix a logic flaw in test_mod_exp_zeroBernd Edlinger
2022-12-16Add KMAC support to KBKDF.slontis
2022-12-15timing_load_creds requires POSIX1.2001 due to rusageTomas Mraz
2022-12-14timing_load_creds: Fix typos in the timersub macroTomas Mraz
2022-12-14test: cmp_vfy_test: fix defined but unusedČestmír Kalina
2022-12-14rsa: fix merge CI runs with old FIPS providersHubert Kario
2022-12-13Allow OBJ_create() to create an OBJ and NID with a NULL OIDRichard Levitte
2022-12-13Fix SM4-CBC regression on Armv8fangming.fang
2022-12-12rsa: add test for the option to disable implicit rejectionHubert Kario
2022-12-12rsa: Skip the synthethic plaintext test with old FIPS providerHubert Kario
2022-12-12rsa: add test vectors for the implicit rejection in RSA PKCS#1 v1.5Hubert Kario
2022-12-12rsa: add implicit rejection in PKCS#1 v1.5Hubert Kario
2022-12-08Fix `no-ec enable-ktls` buildTodd Short
2022-12-08test: add test case for deadlock reported in #19643Pauli
2022-12-08signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-08Obtain PSS salt length from providerClemens Lang
2022-12-08prevent HPKE sender setting seq unwiselyStephen Farrell
2022-12-08OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-12-06Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills
2022-12-06timing_load_creds: Add timersub macro for platforms where it is missingTomas Mraz
2022-12-05Fix the check of EVP_PKEY_decrypt_initPeiwei Hu
2022-12-05Drop a spurious printf in evp_test.cMatt Caswell
2022-12-05hpke: fix tests with disabled chacha20 or poly1305Tomas Mraz
2022-12-05Refactoring some operations to avoid repeated callsTomas Mraz
2022-11-30cmp_client_test.c: add tests for OSSL_CMP_CTX_get_statusDr. David von Oheimb
2022-11-30[test/recipes] Add RFC6979 deterministic DSA KATs in evptest formatslontis
2022-11-30[test/recipes] RFC6979 deterministic ECDSA KATs in evptest formatBilly Brumley
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-30evp_test: fix rebase mistake with no_gostPauli
2022-11-30Update fips version check to be more robustPauli
2022-11-30aes: add AES-GCM-SIV modes to the FIPS providerPauli
2022-11-29test: add sm4 xts test casesXu Yizhou
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-11-29Fix Coverity issues in HPKEslontis
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz
2022-11-28Drop incorrect skipping of some evp_test testcases with no-gostTomas Mraz
2022-11-25Add test for EVP_PKEY_Q_keygenTomas Mraz
2022-11-25Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb