-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update: Transport_Layer_Security_Cheat_Sheet #1453
Labels
ACK_WAITING
Issue waiting acknowledgement from core team before to start the work to fix it.
HELP_WANTED
Issue for which help is wanted to do the job.
UPDATE_CS
Issue about the update/refactoring of a existing cheat sheet.
Comments
nmav
added
ACK_WAITING
Issue waiting acknowledgement from core team before to start the work to fix it.
HELP_WANTED
Issue for which help is wanted to do the job.
UPDATE_CS
Issue about the update/refactoring of a existing cheat sheet.
labels
Jul 24, 2024
This seems like a solid plan. |
nmav
pushed a commit
to nmav/CheatSheetSeries
that referenced
this issue
Jul 25, 2024
…llman parameters Resolves: OWASP#1453 Signed-off-by: Nikos Mavrogiannopoulos <nikos.mavrogiannopoulos@assaabloy.com>
8 tasks
nmav
pushed a commit
to nmav/CheatSheetSeries
that referenced
this issue
Jul 25, 2024
…llman parameters Resolves: OWASP#1453 Signed-off-by: Nikos Mavrogiannopoulos <nikos.mavrogiannopoulos@assaabloy.com>
nmav
pushed a commit
to nmav/CheatSheetSeries
that referenced
this issue
Jul 26, 2024
…llman parameters Resolves: OWASP#1453 Signed-off-by: Nikos Mavrogiannopoulos <nikos.mavrogiannopoulos@assaabloy.com>
nmav
pushed a commit
to nmav/CheatSheetSeries
that referenced
this issue
Jul 26, 2024
…llman parameters Resolves: OWASP#1453 Signed-off-by: Nikos Mavrogiannopoulos <nikos.mavrogiannopoulos@assaabloy.com>
nmav
pushed a commit
to nmav/CheatSheetSeries
that referenced
this issue
Jul 29, 2024
…llman parameters Resolves: OWASP#1453 Signed-off-by: Nikos Mavrogiannopoulos <nikos.mavrogiannopoulos@assaabloy.com>
nmav
pushed a commit
to nmav/CheatSheetSeries
that referenced
this issue
Jul 29, 2024
…llman parameters Resolves: OWASP#1453 Signed-off-by: Nikos Mavrogiannopoulos <nikos.mavrogiannopoulos@assaabloy.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ACK_WAITING
Issue waiting acknowledgement from core team before to start the work to fix it.
HELP_WANTED
Issue for which help is wanted to do the job.
UPDATE_CS
Issue about the update/refactoring of a existing cheat sheet.
What is missing or needs to be updated?
Use Strong Diffie-Hellman Parameters section: section needs to be updated with new guidance advising against generating own Diffie-Hellman parameters but instead use the protocol built-ins from RFC7919. TLS 1.3 doesn't allow using own parameters and negotiates using named supported_groups.
How should this be resolved?
Recommend against generating DH parameters as this is legacy practice with several drawbacks such as:
Configuring openssl for RFC7919 paremeters depends on the version. Refer to openssl DH config documentation.
The text was updated successfully, but these errors were encountered: