Skip to content
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

TLS 1.3 #11

Open
Morrismx opened this issue Apr 22, 2023 · 6 comments
Open

TLS 1.3 #11

Morrismx opened this issue Apr 22, 2023 · 6 comments
Labels
Element: SSL/TLS Issues related to SSL/TLS handling, TIdSSLIOHandlerSocketBase and descendants Type: Question Issue is asking a question, or requesting support/clarity

Comments

@Morrismx
Copy link

Many services are now accepting only TLS 1.3, and Indy only have 1.2.

I have a webservice running on Linux, and my provider is asking to switch to TLS 1.3, so when can we have it enabled?

Thanks

@rlebeau
Copy link
Member

rlebeau commented Apr 23, 2023

TLS 1.3 is available in PR IndySockets/Indy#299, which has not been merged yet. But you can use its code in your project.

@leus
Copy link

leus commented Aug 22, 2023

hello - any plans to add TLS 1.3 support? some SMTP providers are only accepting 1.3 which is becoming problematic to me.

@rlebeau
Copy link
Member

rlebeau commented Aug 22, 2023

What I stated in my previous comment still stands. The PR is not finalized, but you are welcome to use it in your projects.

@baka0815
Copy link

baka0815 commented Nov 8, 2023

As far as I understand it, the PR IndySockets/Indy#299 is dead and will not be updated by the author. However he stated plans to jump to OpenSSL 3.x instead (and therefore skipping OpenSSL 1.1.x, but incorporating backwards compatibility).
But I can't find any reference to code supporting OpenSSL 3.x, but maybe my search-fu is lacking.

@Morrismx
Copy link
Author

Morrismx commented Nov 8, 2023 via email

@rlebeau
Copy link
Member

rlebeau commented Aug 5, 2024

FYI, a new GitHub repo has now been created to separate the OpenSSL logic, most likely into a new package, so it can be updated independently of the main Indy library.

https://github.com/IndySockets/IndyTLS-OpenSSL

@rlebeau rlebeau transferred this issue from IndySockets/Indy Dec 12, 2024
@rlebeau rlebeau added Element: SSL/TLS Issues related to SSL/TLS handling, TIdSSLIOHandlerSocketBase and descendants Type: Question Issue is asking a question, or requesting support/clarity labels Dec 12, 2024
@rlebeau rlebeau added this to the IndyTLSOpenSSL 2.0 milestone Dec 12, 2024
@rlebeau rlebeau moved this to Todo in OpenSSL 3.x upgrade Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Element: SSL/TLS Issues related to SSL/TLS handling, TIdSSLIOHandlerSocketBase and descendants Type: Question Issue is asking a question, or requesting support/clarity
Projects
Development

No branches or pull requests

4 participants