summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-04-14endecode_test: Handle expected failures for non-fips ec keysTomas Mraz
2022-04-12SSL_conf_cmd: Allow DH Parameters at any position.Daniel Fiala
2022-04-11Fix -no-tls1_2 in testsTodd Short
2022-04-11Add test for openssl ecparam with fips and base providersTomas Mraz
2022-04-11Add test for resetting SM2 dist IDTomas Mraz
2022-04-07test_fipsinstall: Fallback to config(FIPSKEY) for the FIPSKEYTomas Mraz
2022-04-06Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-06KTLS: Enable KTLS for receiving as well in TLS 1.3Daiki Ueno
2022-04-02CMS sign digestViktor Söderqvist
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-30Test processing of a duplicated HRRTomas Mraz
2022-03-30Add a divide rounding up safe math function.Pauli
2022-03-25ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-03-24Add support for mac-less password-base PKCS12 files to PKCS12_parse API.Daniel Fiala
2022-03-23Fix Coverity 1498613: resource leakPauli
2022-03-23Fix Coverity 1498610 & 1498609: uninitised valuePauli
2022-03-22Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala
2022-03-17Fix typos in CCM test vector titlesTobias Nießen
2022-03-15Add a negative testcase for BN_mod_sqrtTomas Mraz
2022-03-15Fix signed integer overflow in evp_encHugo Landau
2022-03-14evp_test: Add testcases for DH KEX with X9.42 KDFTomas Mraz
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-03-12Make ossltest engine use in test/recipes/20-test_dgst.t platform agnosticRichard Levitte
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
2022-03-09Add external testing with oqsproviderMichael Baentsch
2022-03-09Fix test failure when testing with Test::HarnessHugo Landau
2022-03-03Perturb the malloc output during testsMatt Caswell
2022-03-03Add testing of OBJ_find_sigid_by_algs()Michael Baentsch
2022-03-03Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau
2022-03-03Enable openssl req -x509 to create certificates from CSRsHugo Landau
2022-03-01[ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri
2022-02-24test/crltest.c: Add check for glue2bioJiasheng Jiang
2022-02-24bio_enc.c: add check for BIO_new_mem_bufJiasheng Jiang
2022-02-24Add -quiet option to pkcs7 for -print_certsRaul Ferrando
2022-02-23Fix a failure in sslapitestMatt Caswell
2022-02-23check *libctx which is allocated by OSSL_LIB_CTX_new()xkernel
2022-02-23test/sslapitest.c: Add check for SSL_CTX_newJiasheng Jiang
2022-02-20test/mdc2test.c: Add check for OSSL_PROVIDER_loadJiasheng Jiang
2022-02-17Prefix output to avoid random ok to confuse test parserArmin Fuerst
2022-02-16test/helpers/handshake.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-02-14Add tests for do_updatedbArmin Fuerst
2022-02-14Apply the correct Apache v2 licenseTomas Mraz
2022-02-11Cleanup record length checks for KTLSBernd Edlinger
2022-02-11evp_test: Skip testcase if r parameter is unsupportedTomas Mraz
2022-02-09Add the check after calling OPENSSL_strdupJiasheng Jiang
2022-02-09Fix an enginetest failure when compiled with no-deprecated --api=1.1.1Matt Caswell
2022-02-07Add testcases for EVP_PKEY_set1_encoded_public_key()Tomas Mraz
2022-02-07evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S...Jiasheng Jiang
2022-02-05Move e_os.h to include/internalRichard Levitte