Age | Commit message (Expand) | Author |
2018-01-25 | fix sequence error | Ailin Nemui |
2018-01-25 | Do not use X509_STORE on OpenSSL < 1.0.2 | Ailin Nemui |
2017-11-30 | move decls before code | ailin-nemui |
2017-11-30 | fix comments | ailin-nemui |
2017-09-11 | Restore compatibility with old OpenSSL versions | LemonBoy |
2017-09-11 | Increment the X509_STORE refcount during the connection | LemonBoy |
2017-08-10 | Don't error out on failure to load default certificate store. | Edward Tomasz Napierala |
2017-08-01 | Change the way we load default CA certificates so it works with Capsicum. | Edward Tomasz Napierala |
2017-02-15 | Merge pull request #627 from LemonBoy/ssl-expiry | ailin-nemui |
2017-02-06 | Merge pull request #622 from ailin-nemui/starttls | ailin-nemui |
2017-02-05 | provide net_start_ssl api | ailin-nemui |
2017-02-03 | Support OpenSSL 1.1.0. | LemonBoy |
2017-01-22 | Check whether the client certificate is expired. | LemonBoy |
2017-01-06 | Add OPENSSL_NO_EC for solaris 11.3, see issue #598 | dequis |
2016-10-22 | Kill do { ... } while (0); and replace it with goto's. | Alexander Færøy |
2016-10-22 | Emit the TLS handshake finished signal before we do verification. | Alexander Færøy |
2016-10-22 | Kill support for DANE. | Alexander Færøy |
2016-10-22 | Lift EC_KEY declaration onto the entry of the function. | Alexander Færøy |
2016-10-22 | Lift ASN1_STRING declaration onto the entry of the function. | Alexander Færøy |
2016-10-22 | Declare variables in the beginning of the function. | Alexander Færøy |
2016-10-22 | Make sure we clean-up after ourself upon failure. | Alexander Færøy |
2016-10-22 | Add x509 certificate and public key pinning support. | Alexander Færøy |
2016-10-22 | s/SSL/TLS/ for warning strings. | Alexander Færøy |
2016-10-22 | Simplify TLS verification error handling. | Alexander Færøy |
2016-10-22 | Populate and emit TLS_REC after TLS handshake have completed. | Alexander Færøy |
2016-10-22 | Rename SSL to TLS. | Alexander Færøy |
2016-10-16 | Always build irssi with TLS support. | Alexander Færøy |
2016-03-13 | Add clear error calls to irssi_ssl_get_iochannel | Will Storey |
2016-03-13 | Clear error queue before SSL I/O operations | Will Storey |
2015-04-15 | ssl: Fixed call to SSL_CTX_set_cipher_list() only when ssl_ciphers specified ... | Haw Loeung |
2015-04-14 | ssl: Add option to specify SSL cipher suite preference. | Haw Loeung |
2015-04-07 | Add SNI support | Adam |
2014-10-15 | Disable SSLv3 | Alexander Færøy |
2014-06-26 | Add some missing casts to silence compiler warnings | David Leadbeater |
2014-01-11 | Add -ssl_pass to /connect and /server | Alexander Færøy |
2013-06-25 | Clean-up after ourselves | Alexander Færøy |
2013-06-23 | Add TLSA related signals | Alexander Færøy |
2013-06-23 | Pass SERVER_REC directly to net_connect_ip_ssl | Alexander Færøy |
2013-06-23 | Implement experimental DNSSEC DANE support | Alexander Færøy |
2012-06-24 | Do not set SSL_OP_ALL, it is not needed to disable SSLv2 and it can prevent | Emanuele Giaquinta |
2010-07-28 | Fix indention. | Alexander Færøy |
2010-05-16 | Fix segfault generated by SSL disconnections. (Bug #752) | Jase Thew |
2010-04-03 | Do not use SSLv2 protocol. From Bazerka. | Alexander Færøy |
2010-02-22 | Fix compiling without ssl | Wouter Coekaerts |
2010-02-19 | network-openssl: Show why a certificate failed validation. | Jilles Tjoelker |
2010-01-31 | Call OpenSSL_add_all_algorithms(), may be needed to verify SHA256 certs with ... | Jilles Tjoelker |
2010-01-31 | Use one SSL_CTX per connection, use default trusted CAs if nothing specified. | Jilles Tjoelker |
2009-12-28 | Check if an SSL certificate matches the hostname of the server we are connect... | Wouter Coekaerts |
2009-09-02 | Tell OpenSSL that our write buffer may move (although the content remains the... | Jilles Tjoelker |
2009-02-28 | Remove unused variable. | Jilles Tjoelker |