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
2021-05-25
Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.
Sadie Powell
2021-04-14
Update references to config fields which were renamed.
Sadie Powell
2021-03-09
Add a subclass of IOHookProvider for SSL modules.
Sadie Powell
2021-03-05
Update copyright headers.
InspIRCd Robot
2021-02-26
Update copyright headers.
InspIRCd Robot
2021-02-18
Fix the message sent when SSL profiles are rehashed.
Sadie Powell
2021-01-18
Add default empty openssl compiler flags.
Sadie Powell
2020-09-16
Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated.
Sadie Powell
2020-06-16
Improve SSL module debug logging.
Sadie Powell
2020-05-15
Add a warning about LibreSSL support being removed in master.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-21
Only read the SSL profiles if they're actually specified.
Sadie Powell
2020-04-21
Tell the admin how to use a SSL profile if they define one.
Sadie Powell
2020-04-14
Allow 'tls' to be used in /REHASH.
Matt Schatz
2020-04-14
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-10
Fix an oversight in mkversions that caused it to not update extras.
Sadie Powell
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-04-09
Set the minimum length to 1 for most config items with a default.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-11-15
SSL modules: send SNOTICE upon successful rehash.
Matt Schatz
2019-11-03
Use case insensitive comparisons when checking for SSL rehashes.
Peter Powell
2019-07-16
Add package names for ArchLinux.
Peter Powell
2019-06-24
Reset diagnostic pragmas after including external headers (#1661).
linuxdaemon
2019-06-10
Add a way to disable older SSL versions with ssl_openssl.
Peter Powell
2019-04-28
Some more text fixes and improvements (#1618).
Robby
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
Remove the default value in ConfigTag::get{Duration,Float,Int}.
Peter Powell
2017-12-21
Merge pull request #1370 from clinew/insp30+openssl-crl
Peter Powell
2017-12-16
Remove usage of deprecated API members in m_ssl_openssl.
Peter Powell
2017-12-14
Add OpenSSL CRLs.
Wade Cline
2017-11-30
Bump the minimum versions of GnuTLS to 2.0.0 and OpenSSL to 1.0.0.
Peter Powell
2017-11-30
Improve TLS security configuration in m_ssl_openssl.
Peter Powell
2017-11-13
Unite SSL service providers and SSL profile classes
Attila Molnar
2017-11-01
Fix some SSL module issues.
Peter Powell
2017-10-29
Add support to IOHook for retrieving the hostname sent via SNI.
Peter Powell
2017-10-21
Add PackageInfo directives for Debian.
Peter Powell
2017-10-18
Clean up OnCleanup.
Peter Powell
2017-08-11
Fix a broken distro constraint in the m_ssl_openssl PackageInfo.
Peter Powell
2016-11-23
Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API.
Peter Powell
2016-10-25
Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque.
Peter Powell
2016-09-16
Add CentOS PackageInfo
Adam
2016-09-16
Rewrite the build system directive parser.
Peter Powell
2016-08-17
Merge insp20
Attila Molnar
2016-08-08
m_ssl_* Add option to sslprofile controlling whether to request client certif...
Attila Molnar
2016-08-08
Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...
Attila Molnar
2016-08-08
Pass sendq to OnStreamSocketWrite
Attila Molnar
2016-07-22
m_ssl_openssl Verify DH params being non-NULL before setting it on the context
Attila Molnar
2016-06-21
m_ssl_gnutls, m_ssl_openssl After a read schedule another read if data remain...
Attila Molnar
2016-04-28
Deduplicate code for on connect SSL ciphersuite NOTICE by moving it into m_ss...
Attila Molnar
[next]