Some Indy SSL Perfect Forward Secrecy links
Posted by jpluimers on 2018/10/18
Some links on Indy SSL Perfect Forward Secrecy especially for the [WayBack] SSL_CTX_set_ecdh_auto
method that was introduced in OpenSSL 1.0.2.
- [WayBack] Embarcadero Discussion Forums: Support for Perfect Forward Secrecy in … (adds the
SSL_CTX_set_ecdh_auto
as function, since in OpenSSL it is a macro)- [WayBack] Support for Perfect Forward Secrecy in SSL with indy 10 – embarcadero.delphi.tools (in case the forums servers go down)
- [WayBack] Embarcadero Discussion Forums: Indy SSL with in memory certificates … (does not name introduce the function, but applies
SSL_CTRL_SET_ECDH_AUTO
directly) - [WayBack] IndySockets/Indy – Gitter archives/2017/02/24 on how to patch the context
Indy now has it built in: [WayBack] Patches from Jeroen Wiert Pluimers: · graemeg/indy@659f629 · GitHub (this is on a regular git mirror of the official Indy svn repository).
–jeroen
Remy said
FYI, Indy has an official Git mirror of it SVN repo @ https://github.com/IndySockets/Indy, which is now being synced at regular intervals