summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-12-21Update copyright yearTomas Mraz
2022-12-16Fix FIPS Provider compat CI of 3.0 libcrypto with 3.2 FIPS providerTomas Mraz
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-13Fix SM4-CBC regression on Armv8fangming.fang
2022-12-12OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-12-09signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-09Obtain PSS salt length from providerClemens Lang
2022-12-08Fix `no-ec enable-ktls` buildTodd Short
2022-12-08test: add test case for deadlock reported in #19643Pauli
2022-12-08Cast values to match printf format strings.J.W. Jagersma
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
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-01Update copyright yearTomas Mraz
2022-11-30cmp_client_test.c: add tests for OSSL_CMP_CTX_get_statusDr. David von Oheimb
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
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-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb
2022-11-24test/timing_load_creds.c: use OPENSSL_SYS_ macrosRichard Levitte
2022-11-24Disable test/timing_load_creds.c on VMSRichard Levitte
2022-11-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23test/trace_api_test.c: fix gcc error on -Werror=strict-prototypesDr. David von Oheimb
2022-11-23Add tests for trace_api.Daniel Fiala
2022-11-23Add some API tests for TLSv1.3 record paddingMatt Caswell
2022-11-23Add a test for read_ahead data crossing a key changeMatt Caswell
2022-11-23test/timing_load_creds.c: fix coding style and other (mostly minor) issuesDr. David von Oheimb
2022-11-23Rename the "timing" program to "timing_load_creds" and integrate it with test...Dr. David von Oheimb
2022-11-23Add a stand-alone "timing" programRich Salz
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-22params_api_test.c: Fix mistake in backported test fixTomas Mraz
2022-11-22Add a test case for the engine crash with AES-256-CTRBernd Edlinger
2022-11-22test/recipes/80-test_cms.t: Fix the "CAdES ko" testRichard Levitte
2022-11-21Fix coverity issues in X509v3_addrslontis
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-11-21Fix no-dtls1_2Matt Caswell
2022-11-21dhparam_test: Test that we add private key length on generation and print itTomas Mraz
2022-11-21Add a DTLS next epoch testMatt Caswell
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-21Add test cases for verification of time stamping certificatesLutz Jaenicke
2022-11-21[crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley
2022-11-21Move types.h #undefs for wincrypt.h compatibilitySamuel Lee
2022-11-21Make running individual ssl-test easierTodd Short
2022-11-21add tests for PBKDF2 with SHA-3Hubert Kario
2022-11-21tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau