-
The http2 client flush immediately after write headers, so there have two TCP packets separated.
https://github.com/golang/net/blob/master/http2/transport.go#L1617
When a large number of req…
-
I work on a project that verifies signed RPM packages, which still use OpenPGP V3 signatures. Both the Golang [RPM library](https://github.com/cavaliergopher/rpm/blob/main/signature.go#L10-L13) and ou…
-
While discussing single packet space vs multi packet space designs, @martinduke brought up the topic of hardware offloading. The effect of any design changes on packet encryption/decryption should tak…
-
### What version of Go are you using (`go version`)?
go version go1.20 linux/amd64
### Does this issue reproduce with the latest release?
yes, 1.20.0
### What operating system an…
-
## Introduction
Zephyr has currently, at least, three different cryptography available and been used. They are:
- https://github.com/zephyrproject-rtos/tinycrypt
- https://github.com/zephyrpr…
-
**Describe the bug**
The privateKey encoding for pure ml-dsa differs from the privateKey encoding for composite ml-dsa-xxxx
**To Reproduce**
Steps to reproduce the behavior:
1. Generate a ml-dsa…
-
I didn't see any specs for multikey so here are my notes what I'd love to see in it and how it could look.
We need a way to represent key types but also how are those keys stored, for example passwor…
-
if two nodes behind nat without public ip, can they make mesh vpn?
-
When we switched to JSON-SEQ a while back (https://github.com/quicwg/qlog/issues/172), we assumed that using record separators instead of newline-delimited JSON wouldn't cause too much pain. I think i…
-
Hi Will,
I've been wondering how to handle the license information. Can you include it with Maven?
For example: http://jeffbadge.blogspot.com/2010/07/telling-maven-to-include-license-info.html.
Thank…