-
udp support is part of the roadmap?
trying to use s2n-quic with it
-
Idea I had to make debugging s2n easier.
### Phase 1:
Require users to pass in the name of the value that they are reading/writing from a stuffer.
As an example, we could change code from:
…
-
Consolidating this into a single issue.
- [ ] macOS's `security verify-cert`: #275
- [ ] NSS: https://github.com/nss-dev/nss
- [ ] Specifically `mozpkix`
- [ ] Other OpenSSL forks: BoringSS…
-
### Problem:
It would be nice if there were a public chat room of some kind in which one could talk about things that don't fit the more rigid GitHub issue flow as well as connect with other users …
-
I got the following error when trying to build v2.4.10 locally:
```
-- Conan: Dependency gRPC already found
-- Conan: Dependency nlohmann_json already found
-- Conan: Dependency opentelemetry-pr…
-
Currently top-level `let` bindings in SAWScript behave a little strangely. Consider the following:
```
let COND = true;
let f x y = if COND then x else y;
print (f "foo" "bar");
let COND …
-
Until we can support connection migration, or at least can validate whether a peer has changed remote address without changing destination connection id (see #316), we should issue a stateless reset w…
-
Most of the validity functions come from the ESDK-C version of our model, which not always work on s2n. We need to make them general and test on both ESDK-C and s2n proofs.
-
I'm using the cuda_rules https://github.com/bazel-contrib/rules_cuda project to generate a cuda_library target.
Running :refresh_all triggers the assert here https://github.com/hedronvision/bazel-co…
-
### Problem:
Currently s2n-quic exposes two functions (one for client and one for server) to configure mTLS on a s2n-tls connection:
- [`client/with_client_identity`](https://github.com/aws/s2n-quic…