aboutsummaryrefslogtreecommitdiff
path: root/src/tls/tls_drv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/tls/tls_drv.c: Fix encryption problem for ejabberd_httpBadlop2009-03-101-0/+1
| | | | | | after timeout (thanks to Alexey Shchepin)(EJAB-880) SVN Revision: 1986
* * src/tls/tls_drv.c: Fix to support OpenSSL older thanBadlop2009-03-091-0/+4
| | | | | | | | 0.9.8f (EJAB-877)(thanks to Jonathan Schleifer) * doc/guide.tex: It is again supported OpenSSL older than 0.9.8f * doc/guide.html: Likewise SVN Revision: 1979
* * src/tls/tls_drv.c: S2S connection with STARTTLS fails to GtalkBadlop2009-02-271-1/+1
| | | | | | and recent Openfire (thanks to Philipp Hancke)(EJAB-877) SVN Revision: 1926
* * src/tls/Makefile.win32: Windows compilation support.Mickaël Rémond2009-01-131-2/+0
| | | | | | | * src/tls/tls_drv.c: Likewise. * src/tls/stdint.h: Likewise. SVN Revision: 1816
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-1/+1
| | | | | | | | * doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
* * src/tls/tls_drv.c: Added a flag to avoid certificate validationAlexey Shchepin2009-01-051-0/+7
| | | | | | | * src/tls/tls.erl: Likewise * src/ejabberd_c2s.erl: Likewise SVN Revision: 1774
* * src/tls/tls_drv.c: Don't create a SSL context on everyAlexey Shchepin2008-11-101-24/+235
| | | | | | connection and disable SSLv2 on outgoing connections (EJAB-781) SVN Revision: 1675
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
| | | | | | | | | | | * doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
* * src/tls/tls_drv.c: Fixed gcc signedness warningsAlexey Shchepin2008-04-111-1/+1
| | | | | | * src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise SVN Revision: 1287
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
| | | | | | * src/*: Likewise SVN Revision: 1153
* * Applied copyright patch 3.Mickaël Rémond2007-12-241-1/+19
| | | | SVN Revision: 1113
* * src/tls/tls_drv.c: Sends the entire certificate chain (EJAB-209).Mickaël Rémond2007-07-301-1/+1
| | | | SVN Revision: 841
* * src/tls/tls_drv.c: Report OpenSSL error messages (thanks toAlexey Shchepin2006-08-041-2/+19
| | | | | | Magnus Henoch) SVN Revision: 593
* * src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNALAlexey Shchepin2005-11-031-0/+48
| | | | | | | | | | * src/ejabberd_s2s_in.erl: Likewise * src/tls/tls.erl: Likewise * src/tls/tls_drv.c: Likewise * src/tls/XmppAddr.asn1: Likewise * src/tls/Makefile.in: Likewise SVN Revision: 430
* * src/tls/tls_drv.c: Support for "connect" methodAlexey Shchepin2005-10-251-14/+30
| | | | | | | | | | | | | | * src/tls/tls.erl: Likewise * src/ejabberd_s2s_in.erl: Support for STARTTLS+Dialback * src/ejabberd_s2s_out.erl: Likewise * src/ejabberd_receiver.erl: Added a few hacks ({active,once} mode should be used instead of recv/3 call to avoid them) * src/ejabberd_config.erl: Added s2s_use_starttls and s2s_certfile options * src/ejabberd.cfg.example: Likewise SVN Revision: 426
* * src/tls/tls_drv.c: Reverted previous patchAlexey Shchepin2005-04-241-2/+2
| | | | SVN Revision: 327
* * src/ejabberd_c2s.erl: Send new id for each new stream inside oneAlexey Shchepin2005-04-091-2/+2
| | | | | | | | | | | | | session (thanks to Maxim Ryazanov) * src/tls/tls_drv.c: Now reads all certificates from certificate file instead of reading only first one (thanks to Karl-Johan Karlsson) * examples/transport-configs/init-scripts/jabber-gg-transport: Fixed typo (thanks to Sander Devrieze) SVN Revision: 305
* * src/tls/tls_drv.c: Added freeing of SSL stuffAlexey Shchepin2004-07-281-35/+47
| | | | | | | * src/xml_stream.erl: Added start/2 function * src/ejabberd_receiver.erl: Now using xml_stream:start/2 SVN Revision: 250
* * src/tls/: Library for TLS support (not completed)Alexey Shchepin2004-07-251-0/+188
* src/ejabberd_auth.erl: Now uses two LDAP connections * src/ejabberd_c2s.erl: Return resource on get_presence request (thanks to Mickael Remond) * src/mod_configure2.erl: Bugfix (thanks to Sergei Golovan) * src/msgs/ua.msg: New Ukrainian translation (thanks to usercard) * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) SVN Revision: 247