Hi Hamid, The Windows SSL code uses Windows SChannel, not OpenSSL.
I don't recall the details of how to add the features you want offhand, but it wouldn't be by using openSSL calls. -Steve > -----Original Message----- > From: Hamid.Shahid [mailto:[email protected]] > Sent: Monday, January 23, 2012 11:51 AM > To: [email protected] > Subject: How to extract SSL_CTX in the ClientSslAsynchIO::startNegotiate() > function in Qpid C++ client code > > Hi Everyone! > > I am trying to override the SSL connectivity in Qpid C++ client on windows, so > that it can use the certificate files and private keys as it does with JMS. While > debugging the code I came to the conclusion that I need to modify the code > for /ConnectionSettings /to add more fields in it, and most importantnly the > code in /SslConnector.cpp & SslAsynchIO.cpp/ > > These classes have used /boost::bind/ for SSL. Is there a way to extract > /"ssl_ctx_st SSL_CTX"/ from boost? so that I can use basic openSSL functions > like /SSL_CTX_use_certificate_file & SSL_CTX_use_PrivateKey_file/ to load > certificates? or is there any other smart way of doing this? > > > Best regards, > Hamid. > > -- > View this message in context: http://qpid.2158936.n2.nabble.com/How-to- > extract-SSL-CTX-in-the-ClientSslAsynchIO-startNegotiate-function-in-Qpid-C - > client-code-tp7216911p7216911.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
