summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use X509_V_OK instead of 0.jsing2020-11-161-4/+3
* Add back an X509_STORE_CTX error code assignment.jsing2020-11-161-2/+3
* Return the specific failure for a "self signed certificate" in the chainbeck2020-11-151-1/+14
* Handle additional certificate error cases in new X.509 verifier.jsing2020-11-112-12/+79
* Implement auto chain for the TLSv1.3 server.jsing2020-11-111-1/+23
* Use size_t for key_block_len.jsing2020-11-112-9/+7
* Run the atf cleanup block after each test. This makes more testsbluhm2020-11-111-9/+11
* Update getentropy on Windows to use Cryptography Next Generation (CNG).bcook2020-11-111-18/+9
* Declare prototype of __syscall locally. Fixes t_syscall test.bluhm2020-11-102-3/+7
* Sync libc syscall tests with changes in upstream NetBSD. Use #ifdefbluhm2020-11-0920-283/+212
* Skip test if web server cannot be pinged.bluhm2020-11-051-6/+14
* Wrap remaining overlong lines.tb2020-11-031-7/+7
* garbage collect an essentially unused variable and wrap some overlongtb2020-11-031-8/+10
* * ptr -> *ptrtb2020-11-031-5/+5
* X509_verify_cert()'s return value is not reliable if the callbacktb2020-11-031-20/+22
* Fix bad indent.jsing2020-11-031-7/+6
* Only check BIO_should_read() on read and BIO_should_write() on write.jsing2020-11-031-5/+1
* Hook X509_STORE_CTX get_issuer() callback from new X509 verifier.jsing2020-11-031-3/+17
* typo: ASN1_parse_time -> ASN1_time_parsetb2020-11-021-3/+3
* some comma fixes; from varik valeforjmc2020-11-011-12/+12
* botan2 uses C++11, so use ports-gcc on gcc-archstb2020-10-301-1/+12
* Do not fail with obscure error messages on 'make'tb2020-10-293-6/+12
* catch unset error when validation fails.beck2020-10-262-2/+16
* Add a safety net to ensure that we set an error on the store context.tb2020-10-261-1/+3
* If x509_verify() fails, ensure that the error is also set on the storetb2020-10-261-10/+15
* Make sure that x509_vfy_check_id() failure also sets ctx->error, not onlytb2020-10-261-3/+8
* Add a -legacy_verify flag to force use of the old validator for debuggingtb2020-10-263-4/+13
* Stop documenting some functions as macros.tb2020-10-213-19/+7
* On machines with a userland timecounter we bypass the gettimeofday(2)kettenis2020-10-211-2/+16
* Skip floating-point exception checks on arm64 and armv7 as the hardwarekettenis2020-10-192-2/+6
* XFAIL tests on arm64 and armv7 as floating-point exception support iskettenis2020-10-181-1/+6
* make this test compile and pass on sparc64tb2020-10-161-2/+2
* Add an explicit cast to make this test compile and pass with gcc.tb2020-10-161-2/+2
* Refactor a bunch of oscpcheck for single return to clean it up,beck2020-10-161-63/+95
* Test DTLS timeouts and retransmissions by dropping specific messages.jsing2020-10-151-5/+299
* Unbreak DTLS retransmissions for flights that include a CCS.jsing2020-10-151-7/+8
* Improve poll and event handling.jsing2020-10-151-8/+27
* zap annoying stray spacestb2020-10-151-4/+4
* Replace SSL_IS_DTLS with SSL_is_dtls().jsing2020-10-1411-96/+92
* Provide SSL_is_dtls().jsing2020-10-142-2/+11
* Mark DTLS methods as DTLS.jsing2020-10-142-3/+10
* Hook up dtls regress.jsing2020-10-141-1/+2
* Add regress tests for DTLS.jsing2020-10-142-0/+411
* no need to initialize i if it's re-initialized a few lines downtb2020-10-141-2/+1
* Free peekaboo pbuf at end of s_client_main()tb2020-10-141-1/+2
* Make sure an OCSP query sends a host headertb2020-10-131-4/+13
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-123-12/+7
* avoid two overlong lines and drop an unused printf argumenttb2020-10-121-4/+4
* drop references to the SSL protocol because support was removed long ago;schwarze2020-10-121-6/+6
* List and describe the recommended methods first and relegate theschwarze2020-10-121-27/+26