summaryrefslogtreecommitdiff
path: root/test/bad_dtls_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the checks of RAND_bytesPeiwei Hu2022-06-021-1/+1
* tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli2022-05-081-0/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* adapt tests to SSL_OP_LEGACY_SERVER_CONNECT changeBenjamin Kaduk2021-05-051-0/+2
* test: fix coverity 1474468: resource leakPauli2021-03-301-8/+6
* test: fix coverity 1451550: unchecked return valuePauli2021-03-261-18/+26
* test: fix coverity 1371689 & 1371690: improper use of negative valuesPauli2021-03-241-1/+5
* Update copyright yearMatt Caswell2021-03-111-1/+1
* test: updates for the new additional MAC_init argumentsPauli2021-02-281-6/+3
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-3/+3
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* TLS: use EVP for HMAC throughout libssl.Pauli2020-01-291-11/+23
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-121-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Remove unicode characters from sourceRichard Levitte2017-12-081-1/+1
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-4/+4
* Appease -Werror=maybe-uninitializedBenjamin Kaduk2017-10-111-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-3/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-1/+2
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Fix minor compiler issues.Todd Short2017-04-191-4/+4
* Convert bad_dtls_test for the new test frameworkMatt Caswell2017-04-111-127/+91
* Solution proposal for issue #1647.Matthias Kraft2016-11-121-1/+4
* Kill PACKET_starts() from bad_dtls_testDavid Woodhouse2016-08-101-22/+6
* VMS: Fix building of bad_dtls_testRichard Levitte2016-08-051-2/+2
* Add basic test for Cisco DTLS1_BAD_VER and record replay handlingDavid Woodhouse2016-08-041-0/+637