]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn-ssl.c
Fix several broken URLs.
[ngircd-alex.git] / src / ngircd / conn-ssl.c
2014-03-17 Alexander BartonUpdate copyright notices of recently changed files
2014-03-16 Alexander BartonRemove imp.h and exp.h header files
2013-09-17 Federico G. SchwindtChange the certificate fingerprint digest to sha256
2013-09-17 Federico G. SchwindtChange cipher defaults
2013-09-16 Alexander BartonMerge remote-tracking branch 'alex/bug162-SSLCipherList'
2013-09-15 Alexander BartonCipher list selection for GnuTLS bug162-SSLCipherList
2013-09-15 Alexander BartonConnSSL_Init_SSL(): correctly set CONN_SSL flag
2013-09-15 Alexander BartonCipher list selection for OpenSSL
2013-09-15 Alexander BartonConnSSL_InitLibrary(): Code cleanup
2013-08-26 Federico G. SchwindtChange strdup() to strndup()
2013-08-17 Alexander BartonMerge branch 'ssl-log-messages'
2013-08-14 Alexander BartonMake SSL-related log messages more readable ssl-log-messages
2013-08-12 Alexander BartonConnSSL_HandleError: Code cleanup, more documentation
2013-08-04 Alexander BartonMerge branch 'bug152-AllowedChannelTypes'
2013-08-04 Federico G. SchwindtRename XXX_Fingerprint to XXX_CertFp
2013-08-02 Alexander BartonMerge remote-tracking branch 'fgsch/certfp'
2013-08-02 Federico G. SchwindtAdd certificate fingerprint support
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.