Sam Clark

Results 29 comments of Sam Clark

We should also purge old "good first issue" labels.

After investigating this issue a bit, it seems that this isn't a problem with the aead_aes test itself, but rather an issue with the kTLS CI job running all tests...

We don't want to further complicate our random implementation, and plan to use the libcrypto random when possible: https://github.com/aws/s2n-tls/issues/4348

s2n-tls now supports client auth.

The purpose of the current external HTTP request is just a sanity check to make sure the hyper crate works at all. I think it does make sense to remove...

> If apache configuration is distribution specific, and can't be run with nix without a lot of assumptions, what is the benefit of running it with nix? Would another option...

One way to add this flag but continue to support older AWS-LC versions might be to add a feature flag that reproduces the `EVP_PKEY_decapsulate` const discarding issue, and then only...

Hi @seanmonstar! Yes - I think hyper would ideally have a way to `poll_shutdown()` and then `poll_read()` for the server's end-of-stream. I'm not familiar with how shutdown currently works in...

Ok great! That sounds good. I'm definitely interested in doing this work, but I might not be able to prioritize it for a while. If this issue is still open...