Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-tcp-stream-openssl.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2005-08-31 Harish KrishnaswamyModify License to LGPL
2004-08-23 Jeffrey StedfastCall SSL_CTX_set_default_verify_paths() to initialise...
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2003-03-03 Jeffrey StedfastUpdated to use the new API from a fe commits ago for...
2002-08-29 Jeffrey StedfastFixed `set' to hold the correct value when setting...
2002-07-31 Jeffrey StedfastUpdate the comment.
2002-07-30 Jeffrey StedfastX509_digest() needs a pointer to an int len. Also fixed...
2002-07-30 Jeffrey StedfastNew source file implementing a very basic certificate...
2002-03-11 Dan Winship Rename the OpenSSL implementation of things to match...
2002-03-11 Dan WinshipRemove this: it couldn't be generically used, because...
2002-03-07 Jeffrey StedfastAdd a timeout on the select. (stream_write): Same.
2002-03-06 Jeffrey Stedfastcompile fixes. (camel_tcp_stream_openssl_enable_ssl...
2002-03-06 Jeffrey StedfastStart the ssl stream off in non-ssl mode (useful for...
2001-11-09 Jeffrey StedfastOops, pass a mode argument to the open() call.
2001-10-30 0Fixed compilation errors.
2001-10-30 Jeffrey Stedfastfixed a compile problem and saved errno before calling...
2001-10-30 Jeffrey StedfastRemoved. (stream_write): Keep looping (non-blocking...
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
2001-10-16 Jeffrey StedfastIf CAMEL_DEBUG is defined, print some useful ref/unref...
2001-10-11 Jeffrey StedfastSame.
2001-10-10 Jeffrey StedfastSame hack as below.
2001-09-28 Dan WinshipMake this take an SSL * instead of a CamelTcpStreamSSL...
2001-09-25 Dan Winshipcall SSL_read/write, looping on SSL_ERROR_WANT_READ...
2001-09-24 Jeffrey Stedfastfixed compile warning
2001-09-23 Jeffrey StedfastDon't even try to alert the user if the session isn...
2001-08-15 Peter WilliamsNew function. Try to approximate the SSL error into...
2001-07-08 Chris Toshokopenssl_table is gone. we now store/get the stream...
2001-07-05 Chris Toshokuse X509_STORE_CTX_get_ex_data to get at the SSL* ...
2001-05-21 Jeffrey StedfastStore the CamelFolderInfo tree that was returned from
2001-05-07 Jeffrey StedfastAdd support for using OpenSSL.
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-21 Jeffrey StedfastReturn -1 on fail. (camel_filter_driver_filter_folder...
2001-03-16 Jeffrey StedfastPrint info about the issuer of the certificate.
2001-03-14 Jeffrey StedfastAdded