summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ssl_gnutls.cpp
AgeCommit message (Expand)Author
2015-11-11m_ssl_gnutls Disable SSL v3 and when acting as a server enforce our cipher pr...Attila Molnar
2015-11-11m_ssl_gnutls Strip unrecognized tokens from the priority string if configured...Attila Molnar
2015-11-11m_ssl_gnutls Add GnuTLS::Priority::GetDefault()Attila Molnar
2015-11-10m_ssl_gnutls Remove DH parameter generationAttila Molnar
2015-06-22m_ssl_gnutls, m_ssl_openssl Log library version information on loadAttila Molnar
2015-06-06m_ssl_gnutls Implement corking on GnuTLS 3.1.9 and later to avoid data copies...Attila Molnar
2015-06-06Call OnStreamSocketWrite() once per write eventAttila Molnar
2015-06-06Add max outgoing record size option to sslprofile configAttila Molnar
2015-06-06Convert all code to use StreamSocket::SendQueueAttila Molnar
2015-05-10Merge insp20Attila Molnar
2015-05-10m_ssl_gnutls Hold users in pre-registration state until the handshake is comp...Attila Molnar
2015-03-06m_ssl_gnutls Set a vector push function on GnuTLS 2.12 and laterAttila Molnar
2015-03-05m_ssl_gnutls Pass client/server role to GnuTLSIOHook constructor as a GNUTLS_...Attila Molnar
2015-03-05m_ssl_gnutls Add typedef for second parameter of gnutls_init() which changed ...Attila Molnar
2015-03-05m_ssl_gnutls Move GnuTLSIOHook::InitSession() code to constructor and GnuTLS:...Attila Molnar
2015-03-05m_ssl_gnutls, m_ssl_openssl Deduplicate Handshake() calling codeAttila Molnar
2015-03-05m_ssl_gnutls, m_ssl_openssl Simplify status handling in IOHook read/write han...Attila Molnar
2015-03-05m_ssl_gnutls, m_ssl_openssl Simplify Handshake() result handlingAttila Molnar
2015-03-05m_ssl_gnutls Replace ISSL_HANDSHAKING_READ/WRITE with a single stateAttila Molnar
2015-02-28m_ssl_gnutls Implement faster reads on GnuTLS 3.3.5 and later by avoiding cop...Attila Molnar
2015-02-28m_ssl_gnutls Move logic that reads data from a session into new class GnuTLS:...Attila Molnar
2015-02-28m_ssl_gnutls Add convenience macro for library version checking, change check...Attila Molnar
2015-01-27m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite stringAttila Molnar
2015-01-27m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int...Attila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-10-27Merge insp20Attila Molnar
2014-10-25Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.Peter Powell
2014-10-20m_ssl_gnutls Add compile time option for allowing sha256 certificate fingerpr...Attila Molnar
2014-10-16Initialize all fields of issl_session on module load in SSL modulesAttila Molnar
2014-10-16Add interface to SSL modules that allows other modules to obtain the raw SSL ...Attila Molnar
2014-10-16m_ssl_gnutls Refcount GnuTLS objects, free them when they are no longer in us...Attila Molnar
2014-10-03m_ssl_gnutls Re-set DH params when the gnutls_certificate_credentials_t struc...Attila Molnar
2014-07-25Merge insp20Attila Molnar
2014-07-24Make sure the DN strings obtained from the SSL mods are always validAttila Molnar
2014-07-19Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhereAttila Molnar
2014-06-28Ignore safe compiler warnings in a more reliable way.Peter Powell
2014-05-26m_ssl_gnutls Don't include cap.hAttila Molnar
2014-04-13Change Windows libraries to be dynamically linkedAdam
2014-02-13Remove support for advertising the SSL ports in RPL_ISUPPORT.Peter Powell
2014-02-08Change all socketengine methods to be staticAttila Molnar
2014-01-31Remove some dead codeAttila Molnar
2014-01-22Split IOHook into IOHook and IOHookProviderAttila Molnar
2014-01-22Add the ability to have multiple SSL profilesAttila Molnar
2014-01-22m_ssl_gnutls Create GNUTLS_NEW_CERT_CALLBACK_API and cert_cb_last_param_typeAttila Molnar
2014-01-21Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ...Adam
2013-11-18Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.Peter Powell
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-30Merge insp20attilamolnar