]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn-ssl.c
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / ngircd / conn-ssl.c
2011-02-13 Alexander BartonAdd Doxygen @file documentation to each source and...
2010-05-07 Florian WestphalSSL/TLS: fix bogus 'socket closed' error message
2009-05-17 Florian WestphalSSL/TLS: fix error path in gnutls ssl ctx allocation
2009-05-16 Florian WestphalSSL/TLS: remove redundant asserts/ifdefs
2009-05-13 Florian WestphalSSL/TLS: proper indentation, remove erroneous comment
2009-02-05 Florian WestphalTLS/SSL: remove useless error message when ssl connecti...
2009-02-04 Florian WestphalSSL/TLS: clear all ssl realted flags on shutdown
2008-11-20 Alexander BartonChange formatting of some log messages
2008-11-20 Alexander BartonFix pem_passwd_cb(): unused variable "rwflag" (OpenSSL)
2008-10-29 Florian Westphalconn-ssl.c: work around gnutls API problems on 64 bit...
2008-10-19 Alexander BartonFix ConnSSL_LogCertInfo(): unused variable "cred" ...
2008-09-15 Florian Westphalconn-ssl.c: don't append a newline to ConnSSL_GetCipherInfo
2008-09-13 Florian WestphalTLS/SSL support: core files.