Moved to new module init structure.
[citadel.git] / citadel / serv_crypto.c
2007-07-26 Dave WestMoved to new module init structure.
2007-01-20 Wilfried Göesgens * cleanup ourselfs on exit.
2007-01-18 Art Cancro* Removed ctdl_ssl_dir because there was already ctdl_k...
2007-01-17 Wilfried Göesgens* corrected files to open
2007-01-16 Wilfried Göesgens* make the crypto functions use precalculated files...
2006-07-17 Art CancroSelf-signed cert now uses a wildcard name
2006-03-06 Art CancroChanged the way some SSL errors are logged
2005-07-26 Art Cancro* Applied a patch sent in by Wilfried Goesgens which...
2005-03-05 Art Cancro* Allow the use of chained certificates for crypto
2005-02-13 Art Cancro* Did the server port hooks etc. for SSL listeners...
2004-09-05 Michael Hampton* Network optimizations - buffer output server-side...
2004-04-21 Art Cancro* serv_crypto.c: small fix to make self-signed certs...
2004-04-21 Art Cancro* Replace ctdl_install_certificate() with convenience...
2004-04-13 Art Cancro* Don't display the "Ending SSL/TLS" log message unless...
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-22 Art Cancro* Generate self-signed certificate if keys/citadel...
2004-02-22 Art Cancro* CSR code more or less in its final form for now.
2004-02-22 Art Cancro* Initial version of function to automatically generate...
2004-02-17 Art Cancro* During SSL initialization, create the "keys" director...
2004-02-16 Art Cancro* Genericized the Citadel API for TLS-enabling protocols
2004-02-16 Michael Hampton* Remove some unnecessary and possibly hazardous debugg...
2004-02-16 Michael Hampton* Fixed IMAP STARTTLS; trouble was in client_read_ssl...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-02-15 Art Cancro* More work on IMAP TLS. Still not working correctly...
2004-02-14 Art Cancro* STARTTLS attempt #2. Still disabled because it's...
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-03-26 Nathan Bryant * support autoconf 2.53
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryantif a filesystem node exists at /var/run/egd-pool, try...
2002-03-11 Nathan Bryantwarning fixes on sparc-sun-solaris2.8 with gcc 3.0...
2002-02-03 Michael Hampton* fixed a silly oversight in serv_crypto.c when removin...
2002-02-03 Michael Hampton* Remove the ETLS command, it is no longer needed
2002-01-17 Michael Hampton* lprintf() now logs the session ID for each log entry...
2002-01-06 Art Cancro* sysdep.c: in client_write(), handle redirect_fp and...
2002-01-06 Michael Hampton* Add some #includes I apparently somehow missed
2002-01-06 Michael Hampton* SSL/TLS support for the Citadel/UX wire protocol