| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-09-23 | 1 | -0/+19 | |
| |\ | |||||
| | * | Use CXX11_OVERRIDE instead of the override keyword. | 2021-09-22 | 1 | -1/+1 | |
| | * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 1 | -0/+19 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -2/+2 | |
| * | | Move ssl_cert::GetMetaLine into the sslinfo module. | 2021-04-12 | 1 | -12/+0 | |
| * | | Constify the members of ssl_cert. | 2021-04-12 | 1 | -10/+10 | |
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | 2021-04-09 | 1 | -1/+1 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -21/+21 | |
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -0/+10 | |
| |\| | |||||
| | * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 1 | -0/+10 | |
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 1 | -3/+4 | |
| |\| | |||||
| | * | Fix secure websocket users not being seen as secure.•••Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached. | 2020-07-27 | 1 | -3/+4 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -0/+1 | |
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -2/+2 | |
| | * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -20/+20 | |
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 1 | -20/+20 | |
| |\ \ | |||||
| | * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -20/+20 | |
| | |/ | |||||
| * / | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -3/+4 | |
| |/ | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -2/+9 | |
| * | Allow SSLIOHook instances to override Get{Certificate,Fingerprint}. | 2019-05-13 | 1 | -2/+2 | |
| * | Fix a minor typo in ssl.h | 2019-02-01 | 1 | -1/+1 | |
| * | Only check if a SSL cert is usable if we're getting the fp. | 2018-11-26 | 1 | -4/+2 | |
| * | Allow HAProxy to specify that a client is connecting with SSL. | 2018-10-25 | 1 | -0/+6 | |
| * | Ignore expired or invalid client certificates (#1468).•••Fixes #1345. | 2018-03-29 | 1 | -2/+16 | |
| * | Add support to IOHook for retrieving the hostname sent via SNI. | 2017-10-29 | 1 | -0/+7 | |
| * | Export the GetCiphersuite() method from the SSL modules | 2016-04-28 | 1 | -0/+6 | |
| * | Add SSLIOHook::IsSSL() to determine whether a socket is using SSL or not•••Use it in a few places | 2016-04-28 | 1 | -3/+10 | |
| * | Call OnStreamSocketWrite() once per write event•••Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core | 2015-06-06 | 1 | -0/+25 | |
| * | Split IOHook into IOHook and IOHookProvider•••Create one IOHook instance for each hooked socket which contains all the hook specific data and read/write/close functions, removing the need for the "issl_session" array in SSL modules. Register instances of the IOHookProvider class in the core and use them to create specialized IOHook instances (OnConnect/OnAccept). Remove the OnHookIO hook, add a dynamic reference to ListenSocket that points to the hook provider (if any) to use for incoming connections on that socket. For outgoing connections modules still have to find the IOHookProvider they want to use themselves but instead of calling AddIOHook(hookprov), now they have to call IOHookProvider::OnConnect() after the connection has been established. | 2014-01-22 | 1 | -12/+18 | |
| * | Change the API of m_sslinfo to be dynamic_reference-based | 2013-06-07 | 1 | -10/+30 | |
| * | Create SSLIOHook interface that provides GetCertificate() | 2013-06-07 | 1 | -8/+55 | |
| * | Create IOHook interface (extracted from Module) | 2013-06-07 | 1 | -1/+2 | |
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -0/+172 | |
