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
2015-03-05
m_ssl_gnutls Add typedef for second parameter of gnutls_init() which changed ...
Attila Molnar
2015-03-05
m_ssl_gnutls Move GnuTLSIOHook::InitSession() code to constructor and GnuTLS:...
Attila Molnar
2015-03-05
m_ssl_gnutls, m_ssl_openssl Deduplicate Handshake() calling code
Attila Molnar
2015-03-05
m_ssl_gnutls, m_ssl_openssl Simplify status handling in IOHook read/write han...
Attila Molnar
2015-03-05
m_ssl_gnutls, m_ssl_openssl Simplify Handshake() result handling
Attila Molnar
2015-03-05
m_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with a single state
Attila Molnar
2015-02-28
m_ssl_gnutls Implement faster reads on GnuTLS 3.3.5 and later by avoiding cop...
Attila Molnar
2015-02-28
m_ssl_gnutls Move logic that reads data from a session into new class GnuTLS:...
Attila Molnar
2015-02-28
m_ssl_gnutls Add convenience macro for library version checking, change check...
Attila Molnar
2015-01-27
m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite string
Attila Molnar
2015-01-27
m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int...
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-10-27
Merge insp20
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-25
Merge insp20
Attila Molnar
2014-07-24
Make sure the DN strings obtained from the SSL mods are always valid
Attila Molnar
2014-07-19
Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere
Attila Molnar
2014-06-28
Ignore safe compiler warnings in a more reliable way.
Peter Powell
2014-05-26
m_ssl_gnutls Don't include cap.h
Attila Molnar
2014-04-13
Change Windows libraries to be dynamically linked
Adam
2014-02-13
Remove support for advertising the SSL ports in RPL_ISUPPORT.
Peter Powell
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-01-31
Remove some dead code
Attila Molnar
2014-01-22
Split IOHook into IOHook and IOHookProvider
Attila Molnar
2014-01-22
Add the ability to have multiple SSL profiles
Attila Molnar
2014-01-22
m_ssl_gnutls Create GNUTLS_NEW_CERT_CALLBACK_API and cert_cb_last_param_type
Attila Molnar
2014-01-21
Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ...
Adam
2013-11-18
Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.
Peter Powell
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-30
Merge insp20
attilamolnar
2013-08-16
Clean up the build system properties and related code.
Peter Powell
2013-08-13
m_ssl_gnutls Fix feature testing and cipher suite related errors on older Gnu...
attilamolnar
2013-08-12
Add <path> keys for all of the compile-time paths.
Peter Powell
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Modify the log message to contain the log type.
Peter Powell
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-06
Allow the user to specify any hashing mechanism supported by the underlying S...
Daniel Vassdal
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-07
Create SSLIOHook interface that provides GetCertificate()
attilamolnar
2013-06-07
Create IOHook interface (extracted from Module)
attilamolnar
2013-06-06
Convert a ton of uses of MAXBUF to use a fixed buffer size.
Peter Powell
2013-06-06
Merge insp20
attilamolnar
2013-05-27
Clean up the FileReader class and all of the modules that use it.
Peter Powell
[next]