Restrict connections to TLS 1.3 or higher #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a proposal to restrict the Gemini protocol to use only TLS 1.3 or higher, which makes sense, because a new protocol doesn't need older TLS versions for backward compatibility.
Set connection flags with CL+SSL:MAKE-CONTEXT to not support SSL or older TLS protocols.
cbe7b96b39is supposed to fix this, but doesn't. I had trouble using CL+SSL:WITH-GLOBAL-CONTEXT, but it looks like I have to get it working.I suspect this is a cl+ssl bug. Waiting to hear back from cl+ssl devs.
https://github.com/cl-plus-ssl/cl-plus-ssl/issues/107
This is fixed in a branch, but it requires changes in cl-plus-ssl.