TaurusTLS provides OpenSSL 3.x support for Indy - Internet Direct

2 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub
Cross-Complie with Lazarus about 2 months ago
bug good first issue

TaurusTLS provides OpenSSL 3.x support for Indy - Internet Direct

Pascal

AI Summary: Implement TLS Server Name Indication (SNI) support on the server-side component, TTaurusTLSServerIOHandler. This involves creating multiple SSL contexts, associating them with different certificates, and using a servername callback to select the appropriate context based on the client's SNI extension. The existing client-side SNI support provides a starting point.

Complexity: 4/5
enhancement help wanted

TaurusTLS provides OpenSSL 3.x support for Indy - Internet Direct

Pascal