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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -