Milan Tomic wrote:


Where can I find some HTTPS client app example using OpenSSL? I have found cli.cpp in the OpenSSL distribution but it connects to the server through sockets.

I guess cli.cpp is exactly what you are looking for. You first have to set up the connection using sockets and then the SSL-Handshake is initiated by a call to SSL_connect(). At least that's what my modules do if they have to do HTTPS... ;)

Hope it helps
Ted
;)

--
PGP Public Key Information
Download complete Key from http://www.convey.de/ted/tedkey_convey.asc
Key fingerprint = 31B0 E029 BCF9 6605 DAC1  B2E1 0CC8 70F4 7AFB 8D26

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to