I need to communicate with a device that uses SSL. It used to use socket to communicate with my Delphi app, but now I'd like to use security communication with the device.
So, is there a TServerSocket and TClientSocket equivalent component that I can use SSL?
There's no built-in direct equivalent in Delphi. You can use Indy with either OpenSSL or SecureBlackbox SSL classes however Indy is not a drop-in replacement for TServerSocket/TClientSocket, as they use very different coding models. Or you can use TElSecureClientSocket and TElSecureServerSocket classes of SecureBlackbox - they are descendants and direct replacements for TClientSocket and TServerSocket respectively. Note: SecureBlackbox is our product.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With