aboutsummaryrefslogtreecommitdiff
path: root/test/ssl_old_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-22that open brace { should be on the previous lineDimitri Papadopoulos1-2/+1
2024-05-28Move stack of compression methods from libssl to OSSL_LIB_CTXsashan1-1/+1
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-01-05Correct ssl_old_test stream handlingMatt Caswell1-5/+9
2023-10-26Fix potential NULL deref in ssl_old_test.cTodd Short1-11/+13
2023-09-13Fix memory leaks in ssl_old_test.cBernd Edlinger1-2/+4
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-18ssl_old_test.c: Check inconsistent values from SSL_get0_alpn_selected()Tomas Mraz1-0/+12
2022-10-18Update COMP_METHODTodd Short1-9/+7
2022-06-16test/ssl_old_test.c: Add check for OPENSSL_mallocJiasheng Jiang1-0/+5
2022-06-15test/ssl_old_test.c: Add check for OPENSSL_zallocJiasheng Jiang1-0/+2
2022-05-17Fix KTLS with BIO_new_connectBernd Edlinger1-8/+25
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-1/+1
2022-03-01[ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri1-8/+30
2022-02-11Cleanup record length checks for KTLSBernd Edlinger1-0/+11
2022-02-05Move e_os.h to include/internalRichard Levitte1-1/+1
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb1-1/+1
2021-10-28fix some code with obvious wrong coding stylex20181-1/+1
2021-10-27test/ssl_old_test.c: Do NULL pointer check before its useJiasheng Jiang1-1/+1
2021-10-15test/ssl_old_test.c: Fix potential leakPeiwei Hu1-1/+3
2021-06-02test: remove TODOsPauli1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-3/+3
2021-02-05Stop disabling TLSv1.3 if ec and dh are disabledMatt Caswell1-0/+5
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-26ssl_old_test.c: Replace use of deprecated EC functionsTomas Mraz1-11/+7
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis1-0/+2
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte1-3/+1
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb1-17/+4
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-0/+2952