aboutsummaryrefslogtreecommitdiff
path: root/test_tls.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-21test_tls: Rework test to be single processVitaly Chikunov1-181/+91
2021-12-21MSVC: Fix casting warning C4057Vitaly Chikunov1-2/+2
2021-12-11MSVC: Fix 'no OPENSSL_Applink' errorVitaly Chikunov1-0/+5
2021-12-11MSVC: No support for GCC's compound statement expressionsVitaly Chikunov1-11/+11
2021-12-11MSVC: Ifdef GCC pragmasVitaly Chikunov1-1/+3
2021-05-02Make test programs less hard-codedRichard Levitte1-9/+0
2020-09-21Compatibility with Solaris 10 (gcc 3.4.3)Vitaly Chikunov1-5/+15
2020-05-21Reenable RSA TLS testDmitry Belyavskiy1-1/+1
2020-05-19test_tls: Force LEGACY-GOST2012-GOST8912-GOST8912 cipher listVitaly Chikunov1-4/+16
2020-05-04Temporary commented out the RSA testDmitry Belyavskiy1-1/+1
2020-05-04test_tls: Fix test hanging on some OpenSSL errorsVitaly Chikunov1-11/+54
2019-04-29test_tls: use socketpair instead of network connectionVitaly Chikunov1-45/+10
2019-04-21Fix compilation on FreeBSDVitaly Chikunov1-0/+1
2019-02-26test_tls: simple TLS connection testingVitaly Chikunov1-0/+357