summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2022-11-24CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-23CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb
2022-11-22test/recipes/80-test_cms.t: Fix the "CAdES ko" testRichard Levitte
2022-11-22Split out thread pool tests into threadpool_testTomas Mraz
2022-11-21Fix coverity issues in X509v3_addrslontis
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-11-19test/timing_load_creds.c: use OPENSSL_SYS_ macrosRichard Levitte
2022-11-18Disable test/timing_load_creds.c on VMSRichard Levitte
2022-11-18test/smime-certs/ca.cnf: clean up comments, simplify settings using SKID and ...Dr. David von Oheimb
2022-11-18evp_extra_test2: Test DH param checks with non-NULL libctxTomas Mraz
2022-11-16Add test to confirm IPAddressFamily_check_len catches invalid lenGraham Woodward
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce
2022-11-16list: add debug sanity checksPauli
2022-11-16list: add an is empty functionPauli
2022-11-15test: fix typo in test descriptionPauli
2022-11-15test: add two comparision options to fips version test utility codePauli
2022-11-15Add test for EVP_PKEY_eqSimo Sorce
2022-11-14Test SSL_shutdown() with async writesMatt Caswell
2022-11-14QUIC Receive Stream Management: Call QUIC flow controlTomas Mraz
2022-11-14QUIC Receive Stream ManagementTomas Mraz
2022-11-14Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell