summaryrefslogtreecommitdiff
path: root/src/core/network-openssl.c
AgeCommit message (Expand)Author
2015-04-15ssl: Fixed call to SSL_CTX_set_cipher_list() only when ssl_ciphers specified ...Haw Loeung
2015-04-14ssl: Add option to specify SSL cipher suite preference.Haw Loeung
2015-04-07Add SNI supportAdam
2014-10-15Disable SSLv3Alexander Færøy
2014-06-26Add some missing casts to silence compiler warningsDavid Leadbeater
2014-01-11Add -ssl_pass to /connect and /serverAlexander Færøy
2013-06-25Clean-up after ourselvesAlexander Færøy
2013-06-23Add TLSA related signalsAlexander Færøy
2013-06-23Pass SERVER_REC directly to net_connect_ip_sslAlexander Færøy
2013-06-23Implement experimental DNSSEC DANE supportAlexander Færøy
2012-06-24Do not set SSL_OP_ALL, it is not needed to disable SSLv2 and it can preventEmanuele Giaquinta
2010-07-28Fix indention.Alexander Færøy
2010-05-16Fix segfault generated by SSL disconnections. (Bug #752)Jase Thew
2010-04-03Do not use SSLv2 protocol. From Bazerka.Alexander Færøy
2010-02-22Fix compiling without sslWouter Coekaerts
2010-02-19network-openssl: Show why a certificate failed validation.Jilles Tjoelker
2010-01-31Call OpenSSL_add_all_algorithms(), may be needed to verify SHA256 certs with ...Jilles Tjoelker
2010-01-31Use one SSL_CTX per connection, use default trusted CAs if nothing specified.Jilles Tjoelker
2009-12-28Check if an SSL certificate matches the hostname of the server we are connect...Wouter Coekaerts
2009-09-02Tell OpenSSL that our write buffer may move (although the content remains the...Jilles Tjoelker
2009-02-28Remove unused variable.Jilles Tjoelker
2008-11-30Improve SSL error display.Jilles Tjoelker
2008-11-02When returning G_IO_STATUS_ERROR in irssi_ssl_{read,write} create a GError withEmanuele Giaquinta
2008-11-02Cleanup error handling in irssi_ssl_{read,write}. Return G_IO_STATUS_AGAIN ifEmanuele Giaquinta
2008-03-30Set is_readable/is_writeable/use_buffer flags.Emanuele Giaquinta
2008-03-30Make irssi_ssl_{seek,close} call giochan->funcs->io_{seek,close}Emanuele Giaquinta
2008-03-28Use g_io_channel_seek_position in irssi_ssl_seek.Emanuele Giaquinta
2008-02-04Remove trailing whitespace.Emanuele Giaquinta
2007-07-08SSL: Fix assertion failures when net_connect_ip() detectsJilles Tjoelker
2007-07-08Fix crash when SSL-connecting to something which closesJilles Tjoelker
2007-05-31Rewrite SSL connection/handshake code.Emanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-11-23replace guint by gsize for the glib2 version of irssi_ssl_readValentin Batz
2005-10-15Remove the inline declarations, patch by nailbiterValentin Batz
2003-11-16Fixed some memory leaks.Timo Sirainen
2003-11-16compile fix if there's no opensslTimo Sirainen
2003-11-16compile fix for glib2Timo Sirainen
2003-11-16Support for sending SSL certificate to server and optionally verify server'sTimo Sirainen
2002-10-28compiling fixTimo Sirainen
2002-10-26GLIB2 support for SSL code. Patch by vjt@users.sf.netTimo Sirainen
2002-08-26right. maybe now builds with glib2 right?Timo Sirainen
2002-08-26fixes to work with glib2 (untested...)Timo Sirainen
2002-08-26Added OpenSSL support by vjt@users.sf.net. Also fixes a possible crash afterTimo Sirainen