aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-tcp-stream-openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Make this take an SSL * instead of a CamelTcpStreamSSL *, since it can getDan Winship2001-09-281-5/+5
* call SSL_read/write, looping on SSL_ERROR_WANT_READ/WRITE. I'm sureDan Winship2001-09-261-4/+31
* fixed compile warningJeffrey Stedfast2001-09-241-3/+2
* Don't even try to alert the user if the session isn't interactive.Jeffrey Stedfast2001-09-241-22/+24
* New function. Try to approximate the SSL error into errno.Peter Williams2001-08-161-1/+50
* openssl_table is gone. we now store/get the stream from the SSL_CTX'sChris Toshok2001-07-091-46/+25
* use X509_STORE_CTX_get_ex_data to get at the SSL* - don't use theChris Toshok2001-07-061-10/+22
* Store the CamelFolderInfo tree that was returned fromJeffrey Stedfast2001-05-221-0/+2
* Add support for using OpenSSL.Jeffrey Stedfast2001-05-081-22/+60
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-3/+4
* Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-221-7/+20
* Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-171-37/+54
* AddedJeffrey Stedfast2001-03-151-0/+531