aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-tcp-stream-openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-291-8/+8
* Update the comment.Jeffrey Stedfast2002-07-311-22/+81
* X509_digest() needs a pointer to an int len. Also fixed some otherJeffrey Stedfast2002-07-311-4/+6
* New source file implementing a very basic certificate database. This isJeffrey Stedfast2002-07-311-66/+136
* Rename the OpenSSL implementation of things to match the NSSDan Winship2002-03-111-47/+47
* Remove this: it couldn't be generically used, because different subclassesDan Winship2002-03-111-5/+29
* Add a timeout on the select. (stream_write): Same.Jeffrey Stedfast2002-03-081-8/+18
* compile fixes. (camel_tcp_stream_openssl_enable_ssl): Check to make sureJeffrey Stedfast2002-03-071-12/+14
* Start the ssl stream off in non-ssl mode (useful for STARTTLS).Jeffrey Stedfast2002-03-061-35/+119
* Oops, pass a mode argument to the open() call.Jeffrey Stedfast2001-11-091-48/+31
* Fixed compilation errors.02001-10-301-2/+2
* fixed a compile problem and saved errno before calling fcntl() in stream_readJeffrey Stedfast2001-10-301-3/+6
* Removed. (stream_write): Keep looping (non-blocking case) if errno isJeffrey Stedfast2001-10-301-59/+51
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* If CAMEL_DEBUG is defined, print some useful ref/unref info.Jeffrey Stedfast2001-10-171-1/+0
* Same.Jeffrey Stedfast2001-10-121-5/+8
* Same hack as below.Jeffrey Stedfast2001-10-111-0/+51
* 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