summaryrefslogtreecommitdiff
path: root/src/tls (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to rebar build toolEvgeniy Khramtsov2013-06-136-1498/+0
* ejabberd 13 requires Erlang/OTP R15B or higher (EJAB-1630)Badlop2013-04-111-1/+0
* Accumulated patch to binarize and indent codeBadlop2013-03-142-241/+256
* Update copyright datesAlexey Shchepin2013-01-243-3/+3
* Fixed signedness issue in tls_drv GET_DESCRYPTED_INPUT (EJAB-1591)Alexey Shchepin2012-12-201-1/+2
* Detect OpenSSL version at runtime, not at compile timeJanusz Dziemidowicz2012-07-241-3/+7
* Enable DHE key exchange in TLS driverJanusz Dziemidowicz2012-07-191-0/+67
* Enable ECDHE key exchange in TSL driverJanusz Dziemidowicz2012-07-181-0/+24
* Disable old and unsecure ciphers in TLS driverJanusz Dziemidowicz2012-07-181-0/+4
* Disable SSL 2.0 in TLS driverJanusz Dziemidowicz2012-07-181-2/+2
* Fix makefile rules for building dll-s in Makefile.win32 filesPaweł Chmielowski2012-04-061-2/+2
* Make sure that res is initialized in all casesPaweł Chmielowski2012-04-061-0/+2
* Added missed tls:recv_data/2Alexey Shchepin2012-04-061-0/+4
* Don't ignore Length parameter in tls:recvPaweł Chmielowski2012-04-062-16/+30
* Avoid quadratic behavior in reading SSL dataAlexey Shchepin2012-04-061-2/+4
* Update copyright datesAlexey Shchepin2012-02-233-3/+3
* 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-212-8/+52
* Decrease CPU usage caused by tls:send with large data.Janusz Dziemidowicz2011-09-251-13/+3
* Change argument of open_port/2 to string in order to shut up the dialyzerEvgeniy Khramtsov2011-09-051-3/+3
* update copyright up to 2011Christophe Romain2011-02-143-3/+3
* Option to reject S2S connection if untrusted certificate (EJAB-464)Badlop2010-12-112-4/+56
* Set SSL_MODE_RELEASE_BUFFERS mode when available (EJAB-1351)Evgeniy Khramtsov2010-11-171-0/+3
* Ignore Length argument to tls:recv/[23] (EJAB-1327)Andreas Köhler2010-10-261-2/+4
* Re-use the TLSSock argument in tls:send/2 (EJAB-1327)Andreas Köhler2010-10-261-2/+2
* Make MD2 autodetected (EJAB-1285)Evgeniy Khramtsov2010-08-072-0/+9
* When using OTP R14, use public_key library instead of old ssl (EJAB-953)Badlop2010-07-122-1/+10
* Inform client that SSL session caching is disabled (thanks to Pawel Chmielowski)Badlop2010-06-251-2/+3
* Added md2/1 supportEvgeniy Khramtsov2010-06-221-0/+6
* New OpenSSL functions wrapper: sha224/1, sha256/1, sha384/1, sha512/1Evgeniy Khramtsov2010-06-223-4/+94
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-122-2/+2
* Add +export_all to EFLAGS if: make debug=true (thanks to Marcin Owsiany)(EJAB...Badlop2009-12-291-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/Makefile.in: In SunOS, use different C flags (thanks toBadlop2009-03-071-4/+6
* * 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-133-3/+233
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-122-3/+3
* * src/tls/tls_drv.c: Added a flag to avoid certificate validationAlexey Shchepin2009-01-052-1/+16
* * src/tls/tls_drv.c: Don't create a SSL context on everyAlexey Shchepin2008-11-101-24/+235
* * src/*/Makefile.win32: Provide explicit beam filenames becauseBadlop2008-09-301-2/+1
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-312-2/+2
* * src/*.hrl: Get back all ejabberd header files to their originalBadlop2008-07-161-1/+1
* * src/configure.ac: Update installation permissions (EJAB-402)Badlop2008-07-131-1/+3
* * src/Makefile.in: Improved indentation of GCC callBadlop2008-04-111-5/+9
* * src/tls/tls_drv.c: Fixed gcc signedness warningsAlexey Shchepin2008-04-111-1/+1
* Rewrite io:format calls to loglevel macros (EJAB-555)Christophe Romain2008-03-211-14/+16
* * src/tls/tls.erl: recv_data/2 doesn't throw exceptions nowAlexey Shchepin2008-03-031-1/+9
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-152-2/+2