summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/ssl/SslSocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-4883: check for null pointer when parsing certificate CommonNameKen Giusti2013-05-231-10/+13
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-3/+7
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-16/+16
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-241-66/+57
* NO-JIRA: Make ssl setTcpNoDelay interface same as TCPAndrew Stitcher2012-08-291-7/+5
* NO-JIRA: Remove redundant stuff from SslSocketAndrew Stitcher2012-08-291-33/+0
* QPID-3514: Allow SSL and non-SSL connections on the same port. Applied patch ...Gordon Sim2011-10-201-62/+97
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-2/+2
* Resolves QPID-3031. Allows client connection options to specify an SSL cert-n...Jonathan Robie2011-02-021-17/+30
* QPID-2083: Some improvements to error handling for NSS based SSL implementation.Gordon Sim2010-04-281-0/+1
* QPID-2412: Support for EXTERNAL mechanism on client-authenticated SSL connect...Gordon Sim2010-03-051-0/+49
* QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha...Gordon Sim2009-11-091-0/+20
* Add directory to #includeAlan Conway2009-07-141-3/+3
* Prevent broker thread blocking while SSL handshake completes.Gordon Sim2009-07-011-2/+0
* Fix includes to allow for alternative packaging for nspr/nss.Gordon Sim2009-05-181-5/+5
* QPID-1710 Removed unnecessary nonportable internal APIAndrew Stitcher2009-03-041-2/+2
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-171-0/+279