aboutsummaryrefslogtreecommitdiff
path: root/test/bad_dtls_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-29Fix potential memory leak in test_bad_dtlsAmir Mohammadi1-1/+1
2024-04-01test/bad_dtls_test.c: Add checks for the EVP_MD_CTX_get_size()Jiasheng Jiang1-1/+5
2022-06-02Fix the checks of RAND_bytesPeiwei Hu1-1/+1
2022-05-08tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli1-0/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-1/+1
2021-05-05adapt tests to SSL_OP_LEGACY_SERVER_CONNECT changeBenjamin Kaduk1-0/+2
2021-03-30test: fix coverity 1474468: resource leakPauli1-8/+6
2021-03-26test: fix coverity 1451550: unchecked return valuePauli1-18/+26
2021-03-24test: fix coverity 1371689 & 1371690: improper use of negative valuesPauli1-1/+5
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-28test: updates for the new additional MAC_init argumentsPauli1-6/+3
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell1-3/+3
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli1-3/+3
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli1-11/+23
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-12-08Remove unicode characters from sourceRichard Levitte1-1/+1
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-4/+4
2017-10-11Appease -Werror=maybe-uninitializedBenjamin Kaduk1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-3/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-1/+2
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-19Fix minor compiler issues.Todd Short1-4/+4
2017-04-11Convert bad_dtls_test for the new test frameworkMatt Caswell1-127/+91
2016-11-12Solution proposal for issue #1647.Matthias Kraft1-1/+4
2016-08-10Kill PACKET_starts() from bad_dtls_testDavid Woodhouse1-22/+6
2016-08-05VMS: Fix building of bad_dtls_testRichard Levitte1-2/+2
2016-08-04Add basic test for Cisco DTLS1_BAD_VER and record replay handlingDavid Woodhouse1-0/+637