Skip to content

Allow user to configure/enable SSL protocols #517

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

Open
talvo opened this issue Feb 15, 2021 · 0 comments
Open

Allow user to configure/enable SSL protocols #517

talvo opened this issue Feb 15, 2021 · 0 comments

Comments

@talvo
Copy link
Collaborator

talvo commented Feb 15, 2021

catch {tls::init ---fake---} opts
set optslist [split [string map [list "," ""] $opts] " "]
set protocols [lsearch -all -inline -regexp $optslist {^-(tls|ssl)}]

Allow user to configure/enable ssl2, ssl3, tls1, tls1.1, tls1.2, tls1.3 if present in this list. Current defaults are ssl2/3 disabled, tls* enabled.

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

No branches or pull requests

1 participant