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]
