summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-09Sync libc syscall tests with changes in upstream NetBSD. Use #ifdefbluhm20-283/+212
2020-11-05Skip test if web server cannot be pinged.bluhm1-6/+14
2020-11-03Wrap remaining overlong lines.tb1-7/+7
2020-11-03garbage collect an essentially unused variable and wrap some overlongtb1-8/+10
2020-11-03* ptr -> *ptrtb1-5/+5
2020-11-03X509_verify_cert()'s return value is not reliable if the callbacktb1-20/+22
2020-11-03Fix bad indent.jsing1-7/+6
2020-11-03Only check BIO_should_read() on read and BIO_should_write() on write.jsing1-5/+1
2020-11-03Hook X509_STORE_CTX get_issuer() callback from new X509 verifier.jsing1-3/+17
2020-11-02typo: ASN1_parse_time -> ASN1_time_parsetb1-3/+3
2020-11-01some comma fixes; from varik valeforjmc1-12/+12
2020-10-30botan2 uses C++11, so use ports-gcc on gcc-archstb1-1/+12
2020-10-29Do not fail with obscure error messages on 'make'tb3-6/+12
2020-10-26catch unset error when validation fails.beck2-2/+16
2020-10-26Add a safety net to ensure that we set an error on the store context.tb1-1/+3
2020-10-26If x509_verify() fails, ensure that the error is also set on the storetb1-10/+15
2020-10-26Make sure that x509_vfy_check_id() failure also sets ctx->error, not onlytb1-3/+8
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