Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / crypto / serv_crypto.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-12 Art CancroChange TLS_server_method() to SSLv23_server_method...
2022-01-10 Art Cancrossl ciphers had to be set to its old value of
2022-01-10 Art CancroANGRY SCREED WITH CAPS LOCK ON
2022-01-10 Art CancroFFFFFFFFFFFFFFFFFUUUUUUUUUUUUUuu----------------
2022-01-10 Art CancroTesting to see if SSLv23_server_method() is actually...
2022-01-10 Art CancroLONG STRING OF EXPLETIVES
2022-01-10 Art CancroI got a little too eager in removing old cruft from...
2022-01-10 Art CancroSwitch out the key/cert in a critical section (mutex...
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 CancroWhen a new certificate is installed, allocate a new...
2022-01-08 Art CancroSignificant cleanup of the code that generates a self...
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-21 Art CancroRemoved more legacy cruft no longer needed when OpenSSL...
2021-12-20 Art CancroOpenSSL no longer requires thread locking callbacks...
2021-12-19 Art CancroRemoved SSL cleanup function. Let the operating system...
2021-09-06 Art CancroWhen a client of any protocol handler sends a command...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2018-01-02 Art Cancrowebcit-ng openssl 1.1 compatibility
2018-01-01 Art CancroMore OpenSSL 1.1 update
2018-01-01 Art Cancrocitserver updated to openssl 1.1 API
2018-01-01 Art CancroMore work on using the OpenSSL 1.1 API
2017-12-31 Art Cancroserv_crypto.c: minor style cleanups before we try to...
2017-10-26 Art Cancroremove DH parameter stuff that isn't needed and doesn...
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-09-29 Art CancroRemove dependency on configdb when auto-generating...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-01 Art Cancromigrated serv_crypto.c to new config format
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-05-25 Wilfried GoesgensCrypto: remove unneded initialization pointed out by...
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroMore changes of 'free software' to 'open source' made...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2010-11-04 Wilfried Goesgensfix crash in SSL BLOB-Reading
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-31 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-08-31 Wilfried Goesgens* client_read_sslblob(): fix buffer handling, clean...
2010-03-25 Wilfried Göesgens* client_read_sslblob(): don't use uninitialized values.
2010-03-17 Wilfried Göesgens* CtdlClientGetLine(): we don't support Error while...
2010-03-17 Wilfried Göesgens* client_read_sslblob(): don't leave CC->Pos on an...
2010-02-08 Wilfried Göesgens* start migration to buffered I/O
2010-01-05 Wilfried Göesgens* make it const where possible...
2009-10-15 Art Cancro* More license declarations
2009-04-17 Wilfried Göesgens* give all commands their own function
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2007-10-23 Art CancroOnly generate CSR if it is determined that we will
2007-07-31 Dave WestContinue phase 2 of modules stuff.