Naveen Nathan
Naveen Nathan
It would be nice for z.lua to support remembering and selection for file paths similar to [fasd -f](https://github.com/clvv/fasd).
I really like the Python extension pattern docs. This is something I together to demonstrate how to log in an extension. It is missing a few things: 1. Using logging...
`snmpwalk` descends the the OID tree performing an SNMP request/response for each OID. Therefore if snmpwalk is to descend an OID tree with 10000 values, it must send/receive 10000 packets...
Hi, I'm looking at using QUIC for doing mutual TLS. It took me awhile to figure out even though it's rather easy to implement. I first reached for the ssl...
The apps/client example doesn't verify peer when the `--trust-origin-ca-pem` is specified. Before: ``` $ target/debug/quiche-server --name localhost --listen [::1]:4443 --cert certificate.crt --key private.key --index index.html --root $PWD [...] $ target/debug/quiche-client...