summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-08-26Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala
2022-08-24test: placate Clang's --Wbitwise-instead-of-logicalSam James
2022-08-18Add testcases for EVP_PKEY_get1_encoded_public_keyTomas Mraz
2022-08-17Don't incorrectly skip the multiblock testMatt Caswell
2022-08-17Test that swapping the first app data record with Finished msg worksMatt Caswell
2022-08-17SHAKE documentation updates for default output length.slontis
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-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-07-2680-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mock serverDr. David von Oheimb
2022-07-26Fix visual glitch in non-verbose test outputBernd Edlinger
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-20Coverity 1507372: explicit null dereferencePauli
2022-07-19ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-07-19Test that we generate a short private key for known DH primeTomas Mraz
2022-07-19dh_to_text: Print the dh->length if setTomas Mraz
2022-07-19For known safe primes use the minimum key length according to RFC 7919Tomas Mraz
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-05Update copyright yearRichard Levitte
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 test for an all 0 RSA keyMatt Caswell
2022-06-27Add checks for saltlen and trailerfield to rsa key writer.Daniel Fiala
2022-06-23Fix compile issues in test/v3ext.c with no-rfc3779Bernd Edlinger
2022-06-23Test whether decoded-from-explicit survives import/exportTomas Mraz
2022-06-22test/v3nametest.c: Add check for OPENSSL_mallocJiasheng Jiang
2022-06-22test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-21Update copyright yearMatt Caswell
2022-06-16Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe
2022-06-16test/recipes/*.t: setup() doesn't play well with spaces in the argumentRichard Levitte
2022-06-16Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz
2022-06-16Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz
2022-06-16test/ssl_old_test.c: Add check for OPENSSL_mallocJiasheng Jiang
2022-06-15test/ssl_old_test.c: Add check for OPENSSL_zallocJiasheng Jiang
2022-06-15Fix a mem leak in evp_pkey_export_to_providerK1