Nathan Johnson
Nathan Johnson
This should allow users to simulate the functionality with LocalAddr() that changed with #7 .
The Raw field contains the DER encoded repreentation of the OCSP response
This is an attempt to gracefully shut down a connection to a grpc backend that gets deregistered from a registry, such as consul. This is described as point 1 in...
I have created a small test program that exports a method via FFI and I call this from swift using a bridging header. The server side is based on quic-go...
``` (nathanjohnson@workwifi:~/jetbrains/quiche/quiche)% cargo build --release --target aarch64-apple-ios-sim Updating crates.io index Compiling quiche v0.17.2 (/Users/nathanjohnson/jetbrains/quiche/quiche) error: linking with `cc` failed: exit status: 1 | = note: LC_ALL="C" PATH="/Users/nathanjohnson/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/nathanjohnson/bin:/Users/nathanjohnson/go/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/nathanjohnson/.cargo/bin:/Users/nathanjohnson/Library/Application Support/JetBrains/Toolbox/scripts" VSLANG="1033" ZERO_AR_DATE="1"...
NATS is now supported by clickhouse, so I decided it would be a lot nicer to lab up nats for proof of concept work than a full kafka cluster. This...
This makes it easy to build cross platform images for amd64 and arm64 and push them to docker hub. You'd need to add two repository secrets, namely: DOCKER_HUB_USER to be...
This is a very simple implementation. It optionally checks the disk for changes to the key / cert files and attempts to reload them if it detects the modification time...
I've been seeing issues connecting to a quic-go server from a quiche based client. This works fine with 0.22.0 based quiche, but no newer published versions will work properly. This...