aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-tcp-stream-ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the last argument from camel_session_alert_user.Anders Carlsson2001-05-021-1/+1
* Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-281-5/+3
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-3/+5
* Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-221-1/+1
* Don't include system include dir.Jeffrey Stedfast2001-03-181-2/+1
* Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-171-25/+54
* Don't use the hardcoded cert db directory, use the one passed in.Jeffrey Stedfast2001-03-161-13/+120
* Ya know what? Lets not ref the service because otherwise we'll startJeffrey Stedfast2001-03-151-2/+0
* Pass the service into the SSL stream, not the session.Jeffrey Stedfast2001-03-151-17/+21
* Eek! So the service's URL isn't set until after this is initialized. ThisJeffrey Stedfast2001-03-151-1/+1
* Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-151-8/+11
* Made cancellable. (stream_write): Same. (stream_connect): Removed checksJeffrey Stedfast2001-03-141-9/+27
* Oops. Make this a subclass of CamelTcpStream, not CamelStream.Jeffrey Stedfast2001-03-141-2/+2
* Comment out everything unless HAVE_NSS is defined.Jeffrey Stedfast2001-03-111-12/+22
* Oops, include the camel-tcp-stream-ssl header instead of the raw one.Jeffrey Stedfast2001-02-081-1/+1
* Ugh, this design is ugly like my butt.Jeffrey Stedfast2001-01-161-1/+55
* If the close() is successful, set the fd to -1.Jeffrey Stedfast2001-01-161-9/+6
* Uses an SSL socket now although there's still a few things missing (likeJeffrey Stedfast2001-01-151-13/+7
* Implemented. (stream_setsockopt): Implemented.Jeffrey Stedfast2001-01-151-1/+35
* New CamelTcpStream class that implements nspr sockets and eventually willJeffrey Stedfast2001-01-141-0/+205