RE: SSL Client Authentication support for C++ on Windows

2012-04-23 Thread Hamid.Shahid
That will be great, Steve. Thanks! -- View this message in context: http://qpid.2158936.n2.nabble.com/SSL-Client-Authentication-support-for-C-on-Windows-tp7350387p7491471.html Sent from the Apache Qpid users mailing list archive at Nabble.com

RE: SSL Client Authentication support for C++ on Windows

2012-04-19 Thread Steve Huston
Hi Hamid, > Hi Michal, > > Thats great, awsome job! > > @ Steve - Would it be possible to add these updates in the next offical > version of QPID? Not in 0.16 - that's already frozen for release testing. I will try to get it in 0.18. -Steve --

Re: SSL Client Authentication support for C++ on Windows

2012-04-19 Thread Hamid.Shahid
Hi Michal, Thats great, awsome job! @ Steve - Would it be possible to add these updates in the next offical version of QPID? Thank you. regards, Hamid -- View this message in context: http://qpid.2158936.n2.nabble.com/SSL-Client-Authentication-support-for-C-on-Windows-tp7350387p7479736.html

Re: SSL Client Authentication support for C++ on Windows

2012-04-13 Thread Michal Zerola
sed client applications, where certificates can be provided with the application and there is no need to import them by hand before executing the main application. -- View this message in context: http://qpid.2158936.n2.nabble.com/SSL-Client-Authentication-support-for-C-on-Windows-tp7350387p7462400.html

Re: SSL Client Authentication support for C++ on Windows

2012-03-25 Thread Jakub Scholz
ent: Wednesday, March 07, 2012 1:38 PM >> To: users@qpid.apache.org >> Subject: Re: SSL Client Authentication support for C++ on Windows >> >> Hi Steve, >> >> Yes, I know. There are still some unresolved issues as mentioned in the > first >> email and I also

Re: SSL Client Authentication support for C++ on Windows

2012-03-08 Thread Hamid.Shahid
Hi Jakub, Yes, I can understand the point a , b... and definately the point c :) Great Job! Best Regards, Hamid. -- View this message in context: http://qpid.2158936.n2.nabble.com/SSL-Client-Authentication-support-for-C-on-Windows-tp7350387p7354388.html Sent from the Apache Qpid users

Re: SSL Client Authentication support for C++ on Windows

2012-03-07 Thread Jakub Scholz
Jakub On Wed, Mar 7, 2012 at 17:36, Hamid.Shahid wrote: > Thats awsome... > > It would be ideal case if we can have support for file based certificates as > well. > > thanks Jakub! > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/SSL-Cli

RE: SSL Client Authentication support for C++ on Windows

2012-03-07 Thread Steve Huston
Ah, ok - thank you very much, Jakub! > -Original Message- > From: Jakub Scholz [mailto:ja...@scholz.cz] > Sent: Wednesday, March 07, 2012 1:38 PM > To: users@qpid.apache.org > Subject: Re: SSL Client Authentication support for C++ on Windows > > Hi Steve, > > Y

Re: SSL Client Authentication support for C++ on Windows

2012-03-07 Thread Jakub Scholz
olz [mailto:ja...@scholz.cz] >> Sent: Wednesday, March 07, 2012 4:22 AM >> To: users@qpid.apache.org >> Subject: Re: SSL Client Authentication support for C++ on Windows >> >> BTW: The attachment was probably discarded by the mailing list server, > so I >> uploaded

RE: SSL Client Authentication support for C++ on Windows

2012-03-07 Thread Steve Huston
d and open a new jira, and attach your patches to that. Thanks! -Steve > -Original Message- > From: Jakub Scholz [mailto:ja...@scholz.cz] > Sent: Wednesday, March 07, 2012 4:22 AM > To: users@qpid.apache.org > Subject: Re: SSL Client Authentication support for C++ on W

Re: SSL Client Authentication support for C++ on Windows

2012-03-07 Thread Hamid.Shahid
Thats awsome... It would be ideal case if we can have support for file based certificates as well. thanks Jakub! -- View this message in context: http://qpid.2158936.n2.nabble.com/SSL-Client-Authentication-support-for-C-on-Windows-tp7350387p7352312.html Sent from the Apache Qpid users

Re: SSL Client Authentication support for C++ on Windows

2012-03-07 Thread Jakub Scholz
BTW: The attachment was probably discarded by the mailing list server, so I uploaded it to http://pastebin.com/gb1RnUYk ... the URL will hopefully survive :-) On Wed, Mar 7, 2012 at 00:47, Jakub Scholz wrote: > Hi, > > I played a bit with the support for SSL client authentication in the > C++ API

RE: SSL Client Authentication support for C++ on Windows

2012-03-06 Thread Steve Huston
akub Scholz [mailto:ja...@scholz.cz] > Sent: Tuesday, March 06, 2012 6:48 PM > To: users@qpid.apache.org > Subject: SSL Client Authentication support for C++ on Windows > > Hi, > > I played a bit with the support for SSL client authentication in the > C++ API for Windows. It se

SSL Client Authentication support for C++ on Windows

2012-03-06 Thread Jakub Scholz
Hi, I played a bit with the support for SSL client authentication in the C++ API for Windows. It seems that I got it working, at least against our Red Hat MRG 2.0 (Qpid 0.10) brokers ... I did following changes: 1) Added a support for SASL EXTERNAL mechanism 2) Added new connection option ssl-cert