SSL socket in Delphi -
i need communicate device uses ssl. used use socket communicate delphi app, i'd use security communication device.
so, there tserversocket , tclientsocket equivalent component can use ssl?
there's no built-in direct equivalent in delphi. can use indy either openssl or secureblackbox ssl classes indy not drop-in replacement tserversocket/tclientsocket, use different coding models. or can use telsecureclientsocket , telsecureserversocket classes of secureblackbox - descendants , direct replacements tclientsocket , tserversocket respectively. note: secureblackbox our product.
Comments
Post a Comment