summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-104-1/+529
* async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell2022-03-101-1/+49
* Add external testing with oqsproviderMichael Baentsch2022-03-093-0/+138
* Fix test failure when testing with Test::HarnessHugo Landau2022-03-091-4/+6
* Perturb the malloc output during testsMatt Caswell2022-03-031-0/+5
* Add testing of OBJ_find_sigid_by_algs()Michael Baentsch2022-03-031-8/+44
* Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau2022-03-031-0/+45
* Enable openssl req -x509 to create certificates from CSRsHugo Landau2022-03-031-4/+13
* [ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri2022-03-014-10/+91
* test/crltest.c: Add check for glue2bioJiasheng Jiang2022-02-241-2/+22
* bio_enc.c: add check for BIO_new_mem_bufJiasheng Jiang2022-02-241-15/+37
* Add -quiet option to pkcs7 for -print_certsRaul Ferrando2022-02-242-1/+45
* Fix a failure in sslapitestMatt Caswell2022-02-231-1/+1
* check *libctx which is allocated by OSSL_LIB_CTX_new()xkernel2022-02-231-0/+3
* test/sslapitest.c: Add check for SSL_CTX_newJiasheng Jiang2022-02-231-1/+5
* test/mdc2test.c: Add check for OSSL_PROVIDER_loadJiasheng Jiang2022-02-201-1/+4
* Prefix output to avoid random ok to confuse test parserArmin Fuerst2022-02-171-3/+3
* test/helpers/handshake.c: Add check for OPENSSL_strdupJiasheng Jiang2022-02-161-0/+4
* Add tests for do_updatedbArmin Fuerst2022-02-145-3/+336
* Apply the correct Apache v2 licenseTomas Mraz2022-02-143-5/+5
* Cleanup record length checks for KTLSBernd Edlinger2022-02-112-6/+27
* evp_test: Skip testcase if r parameter is unsupportedTomas Mraz2022-02-111-0/+10
* Add the check after calling OPENSSL_strdupJiasheng Jiang2022-02-091-0/+16
* Fix an enginetest failure when compiled with no-deprecated --api=1.1.1Matt Caswell2022-02-091-0/+1
* Add testcases for EVP_PKEY_set1_encoded_public_key()Tomas Mraz2022-02-071-6/+177
* evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S...Jiasheng Jiang2022-02-071-2/+11
* Move e_os.h to include/internalRichard Levitte2022-02-057-7/+7
* Fix copyrightsTodd Short2022-02-033-4/+13
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-031-0/+152
* test: change pkey kdf dup fail test to a pkey kdf dup success testPauli2022-02-011-7/+8
* evp_test: add a ctx dup operation to the KDF testsPauli2022-02-011-0/+5
* Fix endianness problem in params_api_testJuergen Christ2022-02-011-8/+8
* Add a test for X509_STORE_CTX_set_purpose()Matt Caswell2022-01-272-18/+111
* Fix IV length of DES EDE ECB implementationsTomas Mraz2022-01-271-1/+14
* TEST: Add addition OSSL_PARAM tests for signed BIGNUMsRichard Levitte2022-01-262-58/+128
* Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()Darshan Sen2022-01-261-0/+14
* Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen2022-01-261-0/+25
* test/ct_test.c: Add the missing check after calling sk_SCT_new_nullJiasheng Jiang2022-01-251-0/+3
* evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang2022-01-251-2/+6
* TEST: Add a test of the new BN_signed set of functions in test/bntest.cRichard Levitte2022-01-201-0/+132
* test: add cipher context dup testPauli2022-01-191-2/+9
* test: add digest context dup testsPauli2022-01-192-12/+41
* dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nidTomas Mraz2022-01-171-0/+28
* test_gendhparam: Drop expected error outputTomas Mraz2022-01-131-2/+10
* threadstest: use locking for tsan operations if requiredPauli2022-01-131-2/+26
* threadstest: add write check to lock checkingPauli2022-01-131-0/+2
* test: check for properly raised errors during param conversionPauli2022-01-121-5/+10
* Ensure we test fetching encoder/decoder/store loader with a query stringMatt Caswell2022-01-121-6/+13
* Don't run TLSFuzzer tests when it is not properly setDmitry Belyavskiy2022-01-111-2/+2
* Statically link the legacy provider to endecode_testMatt Caswell2022-01-112-0/+22