TLS 1.3 support?
Are there any plans to add TLS v1.3 anytime soon? I checked the bc-java repo and similar issues about it date back to 2018.
Maybe I'm looking in the wrong places but there aren't many great TLS libraries out there for C#, so it would be great if bouncy castle gets an update on this!
It's loosely planned to port the latest bc-java TLS over to C# once TLS 1.3 is complete (it's about 90% done in bc-java), but I wouldn't like to guess at a date.
is there an updated schedule for this yet? TLS 1.3 has been available in the Java version since last year.
I will be porting the latest Java TLS code to C# starting later this month.
Sorry to bother again:
Is there a preview/development repo to checkout and try the work in progress implementation?
I will be committing the more-or-less completed port to the main repo this weekend I expect.
After some delays the new TLS code is now committed (see Org.BouncyCastle.Tls namespace).
thank you very much 👍