| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the #ifdef ENABLE_THREADS since we no longer plan to | Jeffrey Stedfast | 2003-07-10 | 1 | -4/+1 |
* | Updated to use the new API from a fe commits ago for the NSS stream. This | Jeffrey Stedfast | 2003-03-04 | 1 | -2/+7 |
* | Fixed `set' to hold the correct value when setting the flags. | Jeffrey Stedfast | 2002-08-29 | 1 | -8/+8 |
* | Update the comment. | Jeffrey Stedfast | 2002-07-31 | 1 | -22/+81 |
* | X509_digest() needs a pointer to an int len. Also fixed some other | Jeffrey Stedfast | 2002-07-31 | 1 | -4/+6 |
* | New source file implementing a very basic certificate database. This is | Jeffrey Stedfast | 2002-07-31 | 1 | -66/+136 |
* | Rename the OpenSSL implementation of things to match the NSS | Dan Winship | 2002-03-11 | 1 | -47/+47 |
* | Remove this: it couldn't be generically used, because different subclasses | Dan Winship | 2002-03-11 | 1 | -5/+29 |
* | Add a timeout on the select. (stream_write): Same. | Jeffrey Stedfast | 2002-03-08 | 1 | -8/+18 |
* | compile fixes. (camel_tcp_stream_openssl_enable_ssl): Check to make sure | Jeffrey Stedfast | 2002-03-07 | 1 | -12/+14 |
* | Start the ssl stream off in non-ssl mode (useful for STARTTLS). | Jeffrey Stedfast | 2002-03-06 | 1 | -35/+119 |
* | Oops, pass a mode argument to the open() call. | Jeffrey Stedfast | 2001-11-09 | 1 | -48/+31 |
* | Fixed compilation errors. | 0 | 2001-10-30 | 1 | -2/+2 |
* | fixed a compile problem and saved errno before calling fcntl() in stream_read | Jeffrey Stedfast | 2001-10-30 | 1 | -3/+6 |
* | Removed. (stream_write): Keep looping (non-blocking case) if errno is | Jeffrey Stedfast | 2001-10-30 | 1 | -59/+51 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | If CAMEL_DEBUG is defined, print some useful ref/unref info. | Jeffrey Stedfast | 2001-10-17 | 1 | -1/+0 |
* | Same. | Jeffrey Stedfast | 2001-10-12 | 1 | -5/+8 |
* | Same hack as below. | Jeffrey Stedfast | 2001-10-11 | 1 | -0/+51 |
* | Make this take an SSL * instead of a CamelTcpStreamSSL *, since it can get | Dan Winship | 2001-09-28 | 1 | -5/+5 |
* | call SSL_read/write, looping on SSL_ERROR_WANT_READ/WRITE. I'm sure | Dan Winship | 2001-09-26 | 1 | -4/+31 |
* | fixed compile warning | Jeffrey Stedfast | 2001-09-24 | 1 | -3/+2 |
* | Don't even try to alert the user if the session isn't interactive. | Jeffrey Stedfast | 2001-09-24 | 1 | -22/+24 |
* | New function. Try to approximate the SSL error into errno. | Peter Williams | 2001-08-16 | 1 | -1/+50 |
* | openssl_table is gone. we now store/get the stream from the SSL_CTX's | Chris Toshok | 2001-07-09 | 1 | -46/+25 |
* | use X509_STORE_CTX_get_ex_data to get at the SSL* - don't use the | Chris Toshok | 2001-07-06 | 1 | -10/+22 |
* | Store the CamelFolderInfo tree that was returned from | Jeffrey Stedfast | 2001-05-22 | 1 | -0/+2 |
* | Add support for using OpenSSL. | Jeffrey Stedfast | 2001-05-08 | 1 | -22/+60 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -3/+4 |
* | Return -1 on fail. (camel_filter_driver_filter_folder): Same. | Jeffrey Stedfast | 2001-03-22 | 1 | -7/+20 |
* | Print info about the issuer of the certificate. | Jeffrey Stedfast | 2001-03-17 | 1 | -37/+54 |
* | Added | Jeffrey Stedfast | 2001-03-15 | 1 | -0/+531 |