Craig Idler schrieb:
>
> Hi -
>
> I would like to use the OpenSSL library with an application to send
> http method requests to a ssl enabled web server.
openssl s_client utility can do this. But you need to craft
the HTTP Request by hand (that shouldn't be to hard)
> In addition, I must
> be able to interact with the server to provide user:password
> information.
That shouldn't be to hard as well, since it involves only
encoding of the password. Kind of base64? don't know, check the
releveant RFC. But if this is the case openssl is your friend as
well with "openssl base64 -e"
--
Holger Reif Tel.: +49 361 74707-0
SmartRing GmbH Fax.: +49 361 7470720
Europaplatz 5 [EMAIL PROTECTED]
D-99091 Erfurt WWW.SmartRing.de
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]