summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix another misleading line break and indentlibressl-v3.3.0tb2020-11-201-3/+4
* fix confusing line break and indenttb2020-11-201-3/+4
* $OpenBSD$tb2020-11-191-0/+1
* Plug leak in x509_verify_chain_dup()tb2020-11-181-2/+2
* Plug a big memory leak in the new validatortb2020-11-181-1/+6
* zap ugly empty line before closing bracetb2020-11-181-2/+1
* Move freeing of the verify context to its natural place instead oftb2020-11-181-2/+2
* KNF (whitespace)tb2020-11-184-13/+13
* bump to 3.3.0bcook2020-11-181-3/+3
* Don't leak verify and store contexts.tb2020-11-181-1/+3
* typo & punctuation in commenttb2020-11-171-3/+3
* Implement exporter for TLSv1.3.jsing2020-11-164-8/+121
* 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