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_openssl.cpp
Age
Commit message (
Expand
)
Author
2014-10-26
Remove some dead code found by Coverity
Attila Molnar
2014-10-20
m_ssl_openssl Add compile time option that allows disabling renegotiations
Attila Molnar
2014-10-20
m_ssl_openssl Add compile time option to enable ECDH
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-15
m_ssl_openssl Fix debug message
Attila Molnar
2014-10-15
m_ssl_openssl Reset data_to_write for new sessions
Attila Molnar
2014-10-15
m_ssl_openssl Free the ssl_cert object as soon as the session is closed inste...
Attila Molnar
2014-10-15
m_ssl_openssl Remove bogus errno assignment from CloseSession()
Attila Molnar
2014-10-14
m_ssl_openssl Return an error from the IOHook read and write functions if the...
Attila Molnar
2014-10-14
m_ssl_openssl Add user-friendly config options for setting a few OpenSSL cont...
Attila Molnar
2014-10-10
m_ssl_openssl Allow configuring raw OpenSSL context options
Attila Molnar
2014-10-10
m_ssl_openssl Disable session caching and session tickets
Attila Molnar
2014-10-10
m_ssl_openssl Enable single (EC)DH use and disable SSL v2
Attila Molnar
2014-10-08
m_ssl_openssl Clear the error queue before every SSL_* call
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
2014-04-13
m_ssl_openssl Avoid Applink on Windows by calling PEM_read_bio_DHparams() ins...
Attila Molnar
2014-01-26
m_ssl_openssl Fix memory leaks on /rehash ssl, unload and in VerifyCertificate()
Attila Molnar
2014-01-24
Set a session id on our server ssl context in m_ssl_openssl. It is required f...
Adam
2013-07-16
m_ssl_openssl Fix inverted check that prevented certificates from being recog...
attilamolnar
2013-03-15
m_ssl_openssl Make it clear that a CA file is not mandatory
attilamolnar
2012-11-28
Silence OpenSSL deprecation warnings on OS X.
Peter Powell
2012-11-09
m_ssl_gnutls, m_ssl_openssl Set error message for the socket to "Connection c...
attilamolnar
2012-11-09
m_ssl_openssl Remove unused variables
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-04
Replace hardcoded paths with configurable ones
ChrisTX
2012-07-27
m_ssl_openssl Port ISUPPORT changes from m_ssl_gnutls to fix #261
attilamolnar
2012-07-13
m_ssl_openssl Use the system default cipher list if no cipher list is specifed
attilamolnar
2012-06-27
m_ssl_openssl: Allow the list of available ciphers to be customized.
Robby-
2012-06-27
m_ssl_openssl: Show the SSL cipher used after connecting.
Robby-
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-06-23
Remove possibly dangerous skip of VerifyCertificate
Daniel De Graaf
2011-06-23
Fix initialization of SSL certificate field on connect
Daniel De Graaf
2011-06-18
Fix extras compilation under Windows
Adam
2010-04-16
Possible fix for OpenSSL SendQ processing halts
Daniel De Graaf
2010-02-17
Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false
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
2010-02-06
Move configuration examples to docs, remove automatic overwrite on make install
danieldg
2010-02-02
Allow SSL fingerprint hash to be specified, and show fingerprint to client on...
danieldg
2010-01-17
Add Module::init() for correct exception handling during hook registration
danieldg
2010-01-17
Make a ./configure --system to support system-wide installation of inspircd
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-06
Remove Extensible parent from EventHandler
danieldg
2009-11-06
Move StreamSocket inheritance off of User
danieldg
2009-10-25
Fixes found by removing User inheritance from StreamSocket
danieldg
2009-10-21
Kill ListenSocketBase, use OnAcceptConnection for all new connections
danieldg
2009-10-18
More classbase cleanup, hold ConfigTag reference in Autoconnect/Link
danieldg
[next]