crypto
Here are 2,640 public repositories matching this topic...
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 26, 2020 - Java
-
Updated
Sep 1, 2020 - Java
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Aug 22, 2020 - C#
-
Updated
Aug 9, 2020
Description
Side-port of #3509
Status
READY
Requires Backporting
No - not a bug, just enhancing source readability by reducing noise.
Migrations
NO
https://scotthelme.co.uk/a-new-security-header-feature-policy/
I guess it will be easy to add, because we certainly don't use any of these features.
Or maybe "gyroscope" or so may be used by the random number generator in sjcl, but that's all.
-
Updated
Sep 1, 2020 - C++
-
Updated
Aug 26, 2020 - C++
-
Updated
Aug 31, 2020 - Java
-
Updated
Feb 18, 2020 - Java
-
Updated
Aug 24, 2020 - Python
-
Updated
Jun 13, 2020 - Go
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Nov 2, 2019 - C++
-
Updated
Aug 26, 2020 - Go
-
Updated
May 9, 2020 - JavaScript
socket.cpp, socket_udp.cpp and cli/socket_utils.h have a lot of shared/duplicated code for handling differences in socket interface between BSD and Windsock. Consolidate into a single internal header which can be used across all three.
-
Updated
Aug 11, 2020 - Go
-
Updated
Aug 1, 2020 - C++
Improve this page
Add a description, image, and links to the crypto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crypto topic, visit your repo's landing page and select "manage topics."


Problem:
As mentioned in the comment
New cipher suites MUST be added here, IN ORDER, or they will not be properly initialized.https://github.com/awslabs/s2n/blob/64297d8ce45a38394094f1c31b2ecf5735472edb/tls/s2n_cipher_suites.c#L768-L772
Solution:
Unit test to validate the array order.