aboutsummaryrefslogtreecommitdiff
path: root/src/tls/tls.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-386/+0
* Accumulated patch to binarize and indent codeBadlop2013-03-141-240/+255
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Added missed tls:recv_data/2Alexey Shchepin2012-04-061-0/+4
* Don't ignore Length parameter in tls:recvPaweł Chmielowski2012-04-061-14/+19
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* 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-141-1/+1
* Option to reject S2S connection if untrusted certificate (EJAB-464)Badlop2010-12-111-1/+50
* 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
* When using OTP R14, use public_key library instead of old ssl (EJAB-953)Badlop2010-07-121-1/+9
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
* * src/tls/tls_drv.c: Added a flag to avoid certificate validationAlexey Shchepin2009-01-051-1/+9
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-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-151-1/+1
* * Applied copyright patch 3.Mickaël Rémond2007-12-241-4/+22
* * src/acl.erl and other 64 files: Remove Erlang module attributeBadlop2007-12-061-1/+0
* * src/ejabberd_socket.erl: Added sockname/1 and peername/1Alexey Shchepin2006-10-191-0/+7
* * src/ejabberd_service.erl: BugfixAlexey Shchepin2006-01-131-0/+8
* * src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNALAlexey Shchepin2005-11-031-7/+35
* * src/tls/tls.erl: Accept {error,already_loaded} fromAlexey Shchepin2005-10-251-3/+12
* * src/tls/tls_drv.c: Support for "connect" methodAlexey Shchepin2005-10-251-10/+20
* * src/tls/tls.erl: Added recv_data/2 functionAlexey Shchepin2004-08-011-19/+22
* * src/tls/tls_drv.c: Added freeing of SSL stuffAlexey Shchepin2004-07-281-31/+33
* * src/tls/tls.erl: UpdatedAlexey Shchepin2004-07-261-6/+43
* *** empty log message ***Alexey Shchepin2004-07-261-9/+35
* * src/tls/: Library for TLS support (not completed)Alexey Shchepin2004-07-251-0/+138