secure
Here are 553 public repositories matching this topic...
-
Updated
Sep 9, 2020 - PHP
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Oct 7, 2020 - PHP
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Oct 4, 2020 - Java
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Jan 25, 2020 - JavaScript
-
Updated
Apr 30, 2019
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 5, 2018 - JavaScript
-
Updated
Mar 22, 2019 - PHP
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Dec 9, 2019 - C
As hinted in aidantwoods/SecureHeaders#67 (comment), the public API could do with some better coverage.
-
Updated
Oct 8, 2020 - Go
Blocked by #2
-
Updated
Feb 28, 2020 - Go
-
Updated
Oct 8, 2020 - Scala
-
Updated
Sep 23, 2020 - HCL
-
Updated
Sep 12, 2018 - PHP
Hey,
Unicoded Emojies like
Eg:
If I edit my "template_variables" in binserve.json to
"template_variables": {
"load_static": "/static/",
"name": "This is test
}
The Index page get rendered as
And I believe th
Improve this page
Add a description, image, and links to the secure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the secure topic, visit your repo's landing page and select "manage topics."
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 newEVP_CIPHER_CTXon every call! Additionally,QuicHpComputeMaskis not processing the whole buffer at once, but instead doing a loop.Recommended Changes
Since QUIC never uses key structs in paralle