summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-26Add a -legacy_verify flag to force use of the old validator for debuggingtb3-4/+13
2020-10-21Stop documenting some functions as macros.tb3-19/+7
2020-10-21On machines with a userland timecounter we bypass the gettimeofday(2)kettenis1-2/+16
2020-10-19Skip floating-point exception checks on arm64 and armv7 as the hardwarekettenis2-2/+6
2020-10-18XFAIL tests on arm64 and armv7 as floating-point exception support iskettenis1-1/+6
2020-10-16make this test compile and pass on sparc64tb1-2/+2
2020-10-16Add an explicit cast to make this test compile and pass with gcc.tb1-2/+2
2020-10-16Refactor a bunch of oscpcheck for single return to clean it up,beck1-63/+95
2020-10-15Test DTLS timeouts and retransmissions by dropping specific messages.jsing1-5/+299
2020-10-15Unbreak DTLS retransmissions for flights that include a CCS.jsing1-7/+8
2020-10-15Improve poll and event handling.jsing1-8/+27
2020-10-15zap annoying stray spacestb1-4/+4
2020-10-14Replace SSL_IS_DTLS with SSL_is_dtls().jsing11-96/+92
2020-10-14Provide SSL_is_dtls().jsing2-2/+11
2020-10-14Mark DTLS methods as DTLS.jsing2-3/+10
2020-10-14Hook up dtls regress.jsing1-1/+2
2020-10-14Add regress tests for DTLS.jsing2-0/+411
2020-10-14no need to initialize i if it's re-initialized a few lines downtb1-2/+1
2020-10-14Free peekaboo pbuf at end of s_client_main()tb1-1/+2
2020-10-13Make sure an OCSP query sends a host headertb1-4/+13
2020-10-12make fixed-sized fixed-value mib[] arrays be constderaadt3-12/+7
2020-10-12avoid two overlong lines and drop an unused printf argumenttb1-4/+4
2020-10-12drop references to the SSL protocol because support was removed long ago;schwarze1-6/+6
2020-10-12List and describe the recommended methods first and relegate theschwarze1-27/+26
2020-10-11In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3)schwarze1-11/+18
2020-10-11SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNALguenther5-42/+28
2020-10-11Fix an assert conditioned on DTLS1_VERSION.jsing1-9/+4
2020-10-11Grow init_buf before stashing a handshake message for the legacy stack.jsing1-1/+3
2020-10-11No longer need to cast away const in srtp_find_profile_by_name()tb1-2/+2
2020-10-11Make profile_name const in srtp_find_profile_by_name()tb2-7/+5
2020-10-11Update regress for method changes.jsing1-4/+4
2020-10-11Condense and simplify TLS methods.jsing7-442/+73
2020-10-11Unbreak regress following SRTP_PROTECTION_PROFILE const change.jsing1-2/+2
2020-10-11Constipate srtp_known_profiles, pushing it into .data.rel.roguenther3-17/+18
2020-10-11Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them intoguenther6-32/+32
2020-10-10Don't leak bundle_file and cert_file paths at the end.tb1-1/+3
2020-10-09Fix leak or double free with OCSP_request_add0_id()tb1-8/+9
2020-10-09As noted by tb@ previous commit only removed an unused fucntion.otto1-4/+9
2020-10-08set SO_REUSEADDR on the server socket when we play oscp server.beck1-1/+2
2020-10-08A void function has no return value, so zap RETURN VALUES sectiontb1-5/+2
2020-10-08grammar fix: if/when a renegotiation takeS placetb2-6/+6
2020-10-08Read cert.pem once and reuse it instead of reading it twice per test certtb1-18/+10
2020-10-07zap trailing whitespacetb1-21/+21
2020-10-07add arguments to skip a bunch of x448 teststb1-3/+18
2020-10-07fix line wrappingtb1-3/+2
2020-10-07Hook up tlslegacy regress.jsing1-1/+2
2020-10-07Mop up various things that are now unused with the new record layer.jsing3-32/+6
2020-10-07Add regress tests for switching from the new TLS stack to the legacy stack.jsing2-0/+642
2020-10-07Include a TLS record header when switching to the legacy stack.jsing1-9/+27
2020-10-06Use std=gnu99 to be able to build the tests with both base clang and gcc.mpi1-1/+3