aboutsummaryrefslogtreecommitdiff
path: root/src/tls/tls_drv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* http_bind webserver TLS fail on Chrome (thanks to Adam Langley)(EJAB-1530)Badlop2012-01-191-1/+2
* Support Erlang/OTP R15B driver (EJAB-1521)Badlop2011-12-211-4/+26
* Decrease CPU usage caused by tls:send with large data.Janusz Dziemidowicz2011-09-251-13/+3
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* Option to reject S2S connection if untrusted certificate (EJAB-464)Badlop2010-12-111-3/+6
* Set SSL_MODE_RELEASE_BUFFERS mode when available (EJAB-1351)Evgeniy Khramtsov2010-11-171-0/+3
* Inform client that SSL session caching is disabled (thanks to Pawel Chmielowski)Badlop2010-06-251-2/+3
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* Add forgotten copyright and license notices. Fix blackspaces.Badlop2009-06-091-1/+1
* * src/tls/tls_drv.c: Fix encryption problem for ejabberd_httpBadlop2009-03-101-0/+1
* * src/tls/tls_drv.c: Fix to support OpenSSL older thanBadlop2009-03-091-0/+4
* * src/tls/tls_drv.c: S2S connection with STARTTLS fails to GtalkBadlop2009-02-271-1/+1
* * src/tls/Makefile.win32: Windows compilation support.Mickaël Rémond2009-01-131-2/+0
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-1/+1
* * src/tls/tls_drv.c: Added a flag to avoid certificate validationAlexey Shchepin2009-01-051-0/+7
* * src/tls/tls_drv.c: Don't create a SSL context on everyAlexey Shchepin2008-11-101-24/+235
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
* * src/tls/tls_drv.c: Fixed gcc signedness warningsAlexey Shchepin2008-04-111-1/+1
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
* * Applied copyright patch 3.Mickaël Rémond2007-12-241-1/+19
* * src/tls/tls_drv.c: Sends the entire certificate chain (EJAB-209).Mickaël Rémond2007-07-301-1/+1
* * src/tls/tls_drv.c: Report OpenSSL error messages (thanks toAlexey Shchepin2006-08-041-2/+19
* * src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNALAlexey Shchepin2005-11-031-0/+48
* * src/tls/tls_drv.c: Support for "connect" methodAlexey Shchepin2005-10-251-14/+30
* * src/tls/tls_drv.c: Reverted previous patchAlexey Shchepin2005-04-241-2/+2
* * src/ejabberd_c2s.erl: Send new id for each new stream inside oneAlexey Shchepin2005-04-091-2/+2
* * src/tls/tls_drv.c: Added freeing of SSL stuffAlexey Shchepin2004-07-281-35/+47
* * src/tls/: Library for TLS support (not completed)Alexey Shchepin2004-07-251-0/+188