Peiwei Hu
|
c2f7614fb7
Fix the checks of RAND_bytes
|
2 years ago |
Pauli
|
7bf2e4d7f0
tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and above
|
2 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Benjamin Kaduk
|
6c0ac9b99f
adapt tests to SSL_OP_LEGACY_SERVER_CONNECT change
|
3 years ago |
Pauli
|
92b3e62fdd
test: fix coverity 1474468: resource leak
|
3 years ago |
Pauli
|
3352a4f6fa
test: fix coverity 1451550: unchecked return value
|
3 years ago |
Pauli
|
fe10fa7521
test: fix coverity 1371689 & 1371690: improper use of negative values
|
3 years ago |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 years ago |
Pauli
|
77e4ae58ea
test: updates for the new additional MAC_init arguments
|
3 years ago |
Matt Caswell
|
865adf97c9
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*"
|
4 years ago |
Pauli
|
d9c2fd51e2
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Pauli
|
a76ce2862b
TLS: use EVP for HMAC throughout libssl.
|
4 years ago |
Matt Caswell
|
0d345f0e10
Make the PACKET/WPACKET code available to both libcrypto and libssl
|
5 years ago |
Richard Levitte
|
909f1a2e51
Following the license change, modify the boilerplates in test/
|
6 years ago |
Richard Levitte
|
d68a0eaf45
Remove unicode characters from source
|
7 years ago |
Andy Polyakov
|
3a63c0edab
Resolve warnings in VC-WIN32 build, which allows to add /WX.
|
7 years ago |
Benjamin Kaduk
|
165cc51f4e
Appease -Werror=maybe-uninitialized
|
7 years ago |
Rich Salz
|
176db6dc51
Use "" not <> for internal/ includes
|
7 years ago |
Pauli
|
b99fe5f492
Remove tests dependence on e_os.h
|
7 years ago |
Pauli
|
ad887416f1
Update the test framework so that the need for test_main is removed. Everything
|
7 years ago |
Richard Levitte
|
a9c6d22105
Adapt all test programs
|
7 years ago |
Todd Short
|
d1186c30a2
Fix minor compiler issues.
|
7 years ago |
Matt Caswell
|
829b2b8543
Convert bad_dtls_test for the new test framework
|
7 years ago |
Matthias Kraft
|
af5883fec9
Solution proposal for issue #1647.
|
8 years ago |
David Woodhouse
|
eb633d03fe
Kill PACKET_starts() from bad_dtls_test
|
8 years ago |
Richard Levitte
|
9cc76cc40a
VMS: Fix building of bad_dtls_test
|
8 years ago |
David Woodhouse
|
16938284cf
Add basic test for Cisco DTLS1_BAD_VER and record replay handling
|
8 years ago |