Skip to content
#

secure

Here are 553 public repositories matching this topic...

nibanks
nibanks commented Jun 19, 2020

Describe the bug

I was looking at the OpenSSL crypto code (QuicEncrypt, QuicDecrypt, QuicHpComputeMask) and noticed a number of inefficiencies. For one, they all allocate a new EVP_CIPHER_CTX on every call! Additionally, QuicHpComputeMask is not processing the whole buffer at once, but instead doing a loop.

Recommended Changes

Since QUIC never uses key structs in paralle

Improve this page

Add a description, image, and links to the secure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the secure topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.