| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an ssl_methods() unit test that currently only covers the | tb | 2020-12-01 | 1 | -0/+192 |
* | Bring back *_client_method() structs | tb | 2020-12-01 | 3 | -11/+200 |
* | Avoid undefined behavior due to memcpy(NULL, NULL, 0) | tb | 2020-11-25 | 1 | -4/+6 |
* | mapalign() only handles allocations >= a page; problem found by and ok semarie@ | otto | 2020-11-23 | 1 | -1/+3 |
* | fix another misleading line break and indentlibressl-v3.3.0 | tb | 2020-11-20 | 1 | -3/+4 |
* | fix confusing line break and indent | tb | 2020-11-20 | 1 | -3/+4 |
* | $OpenBSD$ | tb | 2020-11-19 | 1 | -0/+1 |
* | Plug leak in x509_verify_chain_dup() | tb | 2020-11-18 | 1 | -2/+2 |
* | Plug a big memory leak in the new validator | tb | 2020-11-18 | 1 | -1/+6 |
* | zap ugly empty line before closing brace | tb | 2020-11-18 | 1 | -2/+1 |
* | Move freeing of the verify context to its natural place instead of | tb | 2020-11-18 | 1 | -2/+2 |
* | KNF (whitespace) | tb | 2020-11-18 | 4 | -13/+13 |
* | bump to 3.3.0 | bcook | 2020-11-18 | 1 | -3/+3 |
* | Don't leak verify and store contexts. | tb | 2020-11-18 | 1 | -1/+3 |
* | typo & punctuation in comment | tb | 2020-11-17 | 1 | -3/+3 |
* | Implement exporter for TLSv1.3. | jsing | 2020-11-16 | 4 | -8/+121 |
* | Use X509_V_OK instead of 0. | jsing | 2020-11-16 | 1 | -4/+3 |
* | Add back an X509_STORE_CTX error code assignment. | jsing | 2020-11-16 | 1 | -2/+3 |
* | Return the specific failure for a "self signed certificate" in the chain | beck | 2020-11-15 | 1 | -1/+14 |
* | Handle additional certificate error cases in new X.509 verifier. | jsing | 2020-11-11 | 2 | -12/+79 |
* | Implement auto chain for the TLSv1.3 server. | jsing | 2020-11-11 | 1 | -1/+23 |
* | Use size_t for key_block_len. | jsing | 2020-11-11 | 2 | -9/+7 |
* | Run the atf cleanup block after each test. This makes more tests | bluhm | 2020-11-11 | 1 | -9/+11 |
* | Update getentropy on Windows to use Cryptography Next Generation (CNG). | bcook | 2020-11-11 | 1 | -18/+9 |
* | Declare prototype of __syscall locally. Fixes t_syscall test. | bluhm | 2020-11-10 | 2 | -3/+7 |
* | Sync libc syscall tests with changes in upstream NetBSD. Use #ifdef | bluhm | 2020-11-09 | 20 | -283/+212 |
* | Skip test if web server cannot be pinged. | bluhm | 2020-11-05 | 1 | -6/+14 |
* | Wrap remaining overlong lines. | tb | 2020-11-03 | 1 | -7/+7 |
* | garbage collect an essentially unused variable and wrap some overlong | tb | 2020-11-03 | 1 | -8/+10 |
* | * ptr -> *ptr | tb | 2020-11-03 | 1 | -5/+5 |
* | X509_verify_cert()'s return value is not reliable if the callback | tb | 2020-11-03 | 1 | -20/+22 |
* | Fix bad indent. | jsing | 2020-11-03 | 1 | -7/+6 |
* | Only check BIO_should_read() on read and BIO_should_write() on write. | jsing | 2020-11-03 | 1 | -5/+1 |
* | Hook X509_STORE_CTX get_issuer() callback from new X509 verifier. | jsing | 2020-11-03 | 1 | -3/+17 |
* | typo: ASN1_parse_time -> ASN1_time_parse | tb | 2020-11-02 | 1 | -3/+3 |
* | some comma fixes; from varik valefor | jmc | 2020-11-01 | 1 | -12/+12 |
* | botan2 uses C++11, so use ports-gcc on gcc-archs | tb | 2020-10-30 | 1 | -1/+12 |
* | Do not fail with obscure error messages on 'make' | tb | 2020-10-29 | 3 | -6/+12 |
* | catch unset error when validation fails. | beck | 2020-10-26 | 2 | -2/+16 |
* | Add a safety net to ensure that we set an error on the store context. | tb | 2020-10-26 | 1 | -1/+3 |
* | If x509_verify() fails, ensure that the error is also set on the store | tb | 2020-10-26 | 1 | -10/+15 |
* | Make sure that x509_vfy_check_id() failure also sets ctx->error, not only | tb | 2020-10-26 | 1 | -3/+8 |
* | Add a -legacy_verify flag to force use of the old validator for debugging | tb | 2020-10-26 | 3 | -4/+13 |
* | Stop documenting some functions as macros. | tb | 2020-10-21 | 3 | -19/+7 |
* | On machines with a userland timecounter we bypass the gettimeofday(2) | kettenis | 2020-10-21 | 1 | -2/+16 |
* | Skip floating-point exception checks on arm64 and armv7 as the hardware | kettenis | 2020-10-19 | 2 | -2/+6 |
* | XFAIL tests on arm64 and armv7 as floating-point exception support is | kettenis | 2020-10-18 | 1 | -1/+6 |
* | make this test compile and pass on sparc64 | tb | 2020-10-16 | 1 | -2/+2 |
* | Add an explicit cast to make this test compile and pass with gcc. | tb | 2020-10-16 | 1 | -2/+2 |
* | Refactor a bunch of oscpcheck for single return to clean it up, | beck | 2020-10-16 | 1 | -63/+95 |