summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-08-17APPS: genrsa: Support setting propertiesClemens Lang
2022-08-17APPS: dgst: Support properties when signingClemens Lang
2022-08-17TEST: Check property query support of apps/pkeyClemens Lang
2022-08-17APPS: pkeyparam: Support setting propertiesClemens Lang
2022-08-17APPS: ecparam: Support setting propertiesClemens Lang
2022-08-17APPS: dhparam: Support setting propertiesClemens Lang
2022-08-16test/timing_load_creds.c: fix coding style and other (mostly minor) issuesDr. David von Oheimb
2022-08-16Rename the "timing" program to "timing_load_creds" and integrate it with test...Dr. David von Oheimb
2022-08-16Add a stand-alone "timing" programRich Salz
2022-08-12Fix asan finding in bio_tfo_testJuergen Christ
2022-08-12Make OSSL_TIME a structurePauli
2022-08-04test/evp_test: Test if EVP_DigestSign() set signature's length.Sebastian Andrzej Siewior
2022-08-04Add test for EC_KEY_set_private_key()Roberto Hueso Gomez
2022-08-01Free up space in the session cache before adding.Todd Short
2022-08-01Test that swapping the first app data record with Finished msg worksMatt Caswell
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-29QUIC Frame Encoding and Decoding FunctionsHugo Landau
2022-07-28test_external_oqsprovider: Use working checkout of liboqsTomas Mraz
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-07-28Add a test for BIO_s_mem() when using datagramsMatt Caswell
2022-07-2680-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mock serverDr. David von Oheimb
2022-07-25Fix no-dtls1_2Matt Caswell
2022-07-22Add test from "Fix re-signing certificates with different key sizes"Todd Short
2022-07-22Fix a crash in v2i_IPAddrBlocks()Matt Caswell
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-20Coverity 1507372: explicit null dereferencePauli
2022-07-19libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb
2022-07-18ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-07-18Test that we generate a short private key for known DH primeTomas Mraz
2022-07-18dhparam_test: Test that we add private key length on generation and print itTomas Mraz
2022-07-18dh_to_text: Print the dh->length if setTomas Mraz
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz
2022-07-16cmsapitest.c: add test case for CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-07-14ocspapitest: use TEST_true to report the exact failurexkernel
2022-07-14ocspapitest: properly check the return of memory-allocating functionsxkernel
2022-07-12test/certs/setup.sh: add missing comment on CA cert variant without basic con...Dr. David von Oheimb
2022-07-11feat: add hmac-sm3 test cases from GM/T 0042-2015 Appendix D.3Mingjun.Yang
2022-07-11Make evp_test skip mac tests if digest or ciphers are disabled.slontis
2022-07-06Add missing header for memcmpGregor Jasny
2022-07-06Add unit test for event queuePauli
2022-07-05AES OCB test vectorsAlex Chernyakhovsky
2022-07-01APPS: dsaparam, gendsa: Support setting propertiesClemens Lang
2022-07-01fix Coverity 1506709: error handlingPauli
2022-06-28Add test for try_key_ref() fallback handlingTomas Mraz
2022-06-28Fix range_should_be_prefix() to actually return the correct resultMatt Caswell
2022-06-28Add a DTLS next epoch testMatt Caswell
2022-06-28Add a test for an all 0 RSA keyMatt Caswell
2022-06-27Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala
2022-06-27test: placate Clang's --Wbitwise-instead-of-logicalSam James