aboutsummaryrefslogtreecommitdiff
path: root/src/tls (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/ejabberd_socket.erl: Added sockname/1 and peername/1Alexey Shchepin2006-10-191-0/+7
* * Makefile.in: Fix for MacOSX compilation (EJAB-124).Mickaël Rémond2006-08-281-1/+8
* * src/tls/tls_drv.c: Report OpenSSL error messages (thanks toAlexey Shchepin2006-08-041-2/+19
* * src/ejabberd_service.erl: BugfixAlexey Shchepin2006-01-131-0/+8
* * src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)Alexey Shchepin2005-11-191-1/+1
* * src/ejabberd_s2s_in.erl: Support for dNSName certificate fieldAlexey Shchepin2005-11-172-19/+1
* * src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNALAlexey Shchepin2005-11-034-8/+102
* * 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-252-24/+50
* * 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/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSLAlexey Shchepin2004-11-051-1/+1
* * src/tls/Makefile.win32: Added (thanks to Sergei Golovan)Alexey Shchepin2004-10-101-0/+37
* * src/aclocal.m4: Better expat and openssl detection (thanks toAlexey Shchepin2004-09-261-7/+4
* * src/aclocal.m4: Updated to check for openssl library (thanks toAlexey Shchepin2004-08-051-0/+41
* * 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-282-66/+80
* * 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-252-0/+326