index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_ssl_gnutls.cpp
Age
Commit message (
Expand
)
Author
2016-06-21
m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain...
Attila Molnar
2016-02-11
Update m_ssl_gnutls to use libgnutls-30 for gnutls 3.4
Adam
2015-05-10
m_ssl_gnutls Hold users in pre-registration state until the handshake is comp...
Attila Molnar
2014-10-25
Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.
Peter Powell
2014-10-20
m_ssl_gnutls Add compile time option for allowing sha256 certificate fingerpr...
Attila Molnar
2014-10-16
Initialize all fields of issl_session on module load in SSL modules
Attila Molnar
2014-10-16
Add interface to SSL modules that allows other modules to obtain the raw SSL ...
Attila Molnar
2014-10-16
m_ssl_gnutls Refcount GnuTLS objects, free them when they are no longer in us...
Attila Molnar
2014-10-03
m_ssl_gnutls Re-set DH params when the gnutls_certificate_credentials_t struc...
Attila Molnar
2014-07-24
Make sure the DN strings obtained from the SSL mods are always valid
Attila Molnar
2014-04-13
Change Windows libraries to be dynamically linked
Adam
2013-08-13
m_ssl_gnutls Fix feature testing and cipher suite related errors on older Gnu...
attilamolnar
2013-05-02
m_ssl_gnutls Call gnutls_transport_set_errno() on Windows only
attilamolnar
2013-05-02
Fix gnutls (again) on Windows by using gnutls_transport_set_errno()
Adam
2013-04-24
m_ssl_gnutls Add ability to load DH params from file
attilamolnar
2013-04-16
Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE...
Adam
2013-02-17
m_ssl_gnutls Fix null pointer dereference in case gnutls_xxx_get_name() retur...
attilamolnar
2013-01-28
m_ssl_gnutls Fix build with GnuTLS 1.x
attilamolnar
2012-12-17
Fixed m_ssl_gnutls build on Windows; gnutls.h uses ssize_t which is defined i...
Adam
2012-12-02
Register all commands, modes and extensions using AddService()
attilamolnar
2012-11-19
m_ssl_gnutls Dynamically detect the number of certificates in the certfile
attilamolnar
2012-11-19
Fix m_ssl_gnutls under GCC on recent versions of GnuTLS.
Peter Powell
2012-11-09
m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...
attilamolnar
2012-11-08
Fix m_ssl_gnutls when using non-standard include/lib paths.
Peter Powell
2012-10-14
m_ssl_gnutls: Resolve deprecation warnings properly
ChrisTX
2012-10-13
m_ssl_gnutls Cast pointer difference to an unsigned int before displaying it
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-10-04
Replace hardcoded paths with configurable ones
ChrisTX
2012-08-20
listensocket: Fix the two aliasing warnings
ChrisTX
2012-07-26
m_ssl_gnutls Allow setting the priorities to use on the ciphers, key exchange...
attilamolnar
2012-07-21
m_ssl_gnutls Compile with -Wno-deprecated-declarations
attilamolnar
2012-07-21
m_ssl_gnutls Advertise only one ssl port by default in ISUPPORT
attilamolnar
2012-07-21
m_ssl_gnutls Move common session initialization code into a function
attilamolnar
2012-07-21
m_ssl_gnutls Add a config option that can be used to set the value of the SSL...
attilamolnar
2012-07-09
Fixed Windows build, int32_t is already defined in stdint.h.
Adam
2012-06-01
m_ssl_gnutls Only generate DH params when dh_params is inited
attilamolnar
2012-06-01
m_ssl_gnutls Fix crash caused by calling gnutls_dh_params_deinit() when dh_pa...
attilamolnar
2012-05-28
Use socketengine functions for sending and receiving data instead of plain se...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-08-07
Add -lgcrypt to m_ssl_gnutls because this is no longer pulled in by all versi...
Daniel De Graaf
2011-06-23
Remove possibly dangerous skip of VerifyCertificate
Daniel De Graaf
2011-06-18
Fix extras compilation under Windows
Adam
2010-09-19
A zero return from gnutls_record_send is not an error
Daniel De Graaf
2010-02-18
Support multiple certificates in GnuTLS certificate chain
danieldg
2010-02-17
Allow STARTTLS to be disabled via <gnutls starttls="no">
danieldg
2010-02-17
Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false
danieldg
2010-02-16
Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard...
danieldg
2010-02-15
Add <oper:autologin> to allow SSL fingerprint-based automatic oper login
danieldg
2010-02-12
Remove possible references to deleted User objects due to DNS lookups
danieldg
[next]