Yagiz Nizipli

Results 470 comments of Yagiz Nizipli

I think this is ready to review. I've added all submodules in the project as well as a Github workflow to check the formatting and linting of the Bazel files....

Thank you for the review @jgraham. > Nothing else is using bazel. We don't want consumers to see bazel files and assume that's something they need to install or similar....

Did you validate that these are 1 to 1 replica of the ew-tests? It's hard to review. Knowing that you've validated will ease the review process.

Fixing conflicts before addressing the comments.

@guybedford @harrishancock would you mind reviewing this? i'd like to land this asap so that we can iteratively improve the test coverage.

Github UI doesn't let me see more than 1 file at a time in the web UI... ``` Due to the large number of changes in this pull request, only...

> @anonrig ... do not bother reviewing this PR. I'm in the process of splitting it into multiple other PRs since we cannot land the bulk of these changes without...

BoringSSL does not provide ChaCha20-Poly1305 as a standard EVP_CIPHER. It's only available as an EVP_AEAD. So, technically OpenSSL supports chacha20-poly1305, but not through NID definition, but through AEAD. Since we...