Skip to content

Use all+ in calls to tls_sockets() in 3.0#1959

Merged
drwetter merged 1 commit intotestssl:3.0from
dcooper16:use_all+_3.0
Aug 7, 2021
Merged

Use all+ in calls to tls_sockets() in 3.0#1959
drwetter merged 1 commit intotestssl:3.0from
dcooper16:use_all+_3.0

Conversation

@dcooper16
Copy link
Copy Markdown
Collaborator

get_server_certificate() includes two calls to tls_sockets() in which the response will be TLS 1.3 and in which the response will be useless if it cannot be decrypted (since the goal is to obtain the server's certificate). So, these calls to tls_sockets() should specify "all+" rather than "all".

get_server_certificate() includes a few calls to tls_sockets() in which the response will be TLS 1.3 and in which the response will be useless if it cannot be decrypted (since the goal is to obtain the server's certificate). So, these calls to tls_sockets() should specify "all+" rather than "all".
@drwetter drwetter merged commit 8b5f25a into testssl:3.0 Aug 7, 2021
@drwetter
Copy link
Copy Markdown
Collaborator

drwetter commented Aug 7, 2021

Thanks David!

What was the reason again we don't have elif [[ "$1" =~ tls1_3_EdDSA ]]; then here, see #1958 ?

@dcooper16 dcooper16 deleted the use_all+_3.0 branch August 9, 2021 17:05
@dcooper16
Copy link
Copy Markdown
Collaborator Author

What was the reason again we don't have elif [[ "$1" =~ tls1_3_EdDSA ]]; then here, see #1958 ?

Hi Dirk,

Support for EdDSA is new in 3.1dev (#1643).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants