]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn-ssl.c
Make configure[.ng] compatible with autoconf 1.10 again
[ngircd-alex.git] / src / ngircd / conn-ssl.c
2013-01-07 Alexander BartonCorrectly detect when SSL subsystem must be initialized
2012-10-06 Alexander BartonMerge branch 'bug109-CHARCONV'
2012-09-26 Federico G. SchwindtChange variable name "SSLDHFile" to "DHFile" in log...
2012-09-26 Federico G. SchwindtMove ConnSSL_InitLibrary() "dummy" from header into...
2012-09-24 Alexander BartonMerge branch 'automake-am11-am12'
2012-09-23 Alexander BartonMerge branch 'bug92-xop'
2012-09-21 Alexander BartonInitialize SSL when needed only, and disable SSL on...
2012-09-11 Alexander BartonMerge pull request #2 from briancollins/master
2012-09-11 Alexander BartonMerge branch 'xop' of https://github.com/kart0ffelsack...
2012-08-29 Alexander BartonNew function Conn_StartLogin() to finish connection...
2012-05-23 Alexander BartonChange wording of "TLS initialized" message
2011-06-28 Alexander BartonGnuTLS: use 1024 (DH_BITS_MIN) as minimum size of the...
2011-06-04 Florian Westphalssl: gnutls: bump dh bitsize to 2048
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.