Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / crypto.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2022-01-12 Art CancroChange TLS_server_method() to SSLv23_server_method...
2022-01-10 Art CancroUnified the openssl library initialization code
2022-01-10 Art CancroReplaced all instances of SSLv23_server_method() with...
2022-01-08 Art CancroNew ctx change semantics in WebCit-classic
2022-01-07 Art Cancroremoved some unused variables
2022-01-07 Art Cancrossl_ctx = SSL_CTX_new(SSLv23_server_method()) instead...
2022-01-05 Art CancroWhen checking to see whether we have to rebind a new...
2021-12-27 Art CancroCitadel Server and WebCit (classic) now both reload...
2021-12-27 Art CancroNot sure what the point of that second call to SSL_acce...
2021-12-27 Art CancroBIG CHANGES: PAY ATTENTION
2021-12-21 Art CancroCleanup of crypto.c in wc-classic to prepare for certif...
2021-12-20 Art CancroOpenSSL no longer requires thread locking callbacks...
2020-08-09 Art Cancrominor formatting
2018-01-02 Art Cancrowebcit-ng openssl 1.1 compatibility
2018-01-01 Art CancroMore OpenSSL 1.1 update
2017-08-28 Art CancroMerge branch 'master' of ssh://git.citadel.org:/appl...
2017-08-14 Art CancroApplied patch sent by Chris West to fix Debian bug...
2017-07-10 Art CancroEditing of account email addresses using the new server...
2015-12-20 Wilfried GoesgensRemove function from header.
2013-10-06 Wilfried GoesgensImplement range request for content download
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2013-02-05 Wilfried GoesgensSyslog: adjust loglevels to sane values.
2012-05-15 Art Cancroremoved a bunch of blank comment lines
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgens* fix multiple compiler warnings...
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroChanged 'free software' to 'open source' to piss off...
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-05-25 Art Cancro* added some missing license declarations
2009-09-23 Art Cancro* Allow the '-S' command line option, so the cipher...
2009-09-23 Art Cancro* Implement a call to SSL_CTX_set_cipher_list() to...
2009-09-14 Art Cancro* When spawning another worker thread, indicate the...
2009-08-11 Wilfried Göesgens* CN...
2009-08-11 Wilfried Göesgens* add possibility to specify SSL credentials for self...
2009-06-19 Art Cancro* More style cleanup
2009-06-14 Wilfried Göesgens* add strerror to our errormessage
2008-10-01 Wilfried Göesgens* sanitize crypto reading
2008-09-22 Art Cancro/static/webcit.css was being grabbed by the code
2008-09-14 Wilfried Göesgens* do linebuffered/non-blocking reads from http requests
2008-09-12 Wilfried Göesgens* shutdown webcit if we panic out while creating certif...
2008-08-22 Wilfried Göesgens* fix HTTPS; this broke while migrating the request...
2008-07-28 Wilfried Göesgens* added a.n.o's patch to avoid NULL-ssl errorstrings...
2008-07-27 Wilfried Göesgens* use strbuffer as wprintf backend
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...