* added gcc printf format checking to wprintf
[citadel.git] / webcit / crypto.c
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2007-10-30 Wilfried Göesgens* use the configured key dir
2007-10-23 Art CancroOnly generate CSR if it is determined that we will
2007-10-01 Wilfried Göesgens* move to config-header similar to citserver.
2007-07-05 Art CancroRemove the intermediate buffer in serv_puts()
2006-12-28 Art Cancro* -d to daemonize, -D to daemonize with specifying
2006-07-17 Art CancroSelf-signed cert now uses a wildcard name
2006-05-08 Art CancroCall endtls() when an HTTP session ends normally -...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-01-29 Art Cancro * Removed all references to "font-family" style. ...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2005-10-09 Art Cancrodont read/write to closed ssl context
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-23 Art Cancro* crypto.c: keys/ directory is relative to the director...
2005-03-30 Art Cancro* serv_crypto.c: made changes to OpenSSL calls ......
2005-03-05 Art Cancro* crypto.c: allow use of chained certificates
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2004-12-28 Art Cancro* Corrected overly-escaped reply-to addresses in "reply...
2004-06-01 Art Cancro* crypto.c: when an SSL connection errors out (and...
2004-04-27 Art Cancro* When running on the same host as Citadel, if no key...
2004-04-21 Art Cancro* Completed remaining SSL fixes. Works in Moz, aIEeee...
2004-04-21 Art Cancro* Replaced ctdl_install_certificate() with convenience...
2004-04-21 Art Cancro* Got HTTPS to work with Mozilla (by twiddling stuff...
2004-04-16 Art Cancro* more fixes
2004-04-16 Art Cancro* Minor fix for previous checkin
2004-04-16 Art Cancro* Completed SSL support. Still doesn't work with all...
2004-04-15 Art Cancro* Brought over the SSL/TLS stuff from Citadel. I think...