| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2023-05-16 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fix some minor Doxygen issues. | 2023-05-16 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-04-27 | 1 | -0/+19 | |
| |\| | |||||
| | * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 1 | -1/+26 | |
| | | | |||||
| | * | Silence a Valgrind warning in SSLIOHook. | 2023-01-05 | 1 | -0/+1 | |
| | | | | | | | | | Closes #2011. | ||||
| * | | Add an option so local non-SSL users can be seen as securely connected. | 2023-02-11 | 1 | -0/+5 | |
| | | | |||||
| * | | Avoid copying shared_ptr<IOHookProvider> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 1 | -1/+0 | |
| |\| | |||||
| | * | Make the accessor methods in ssl_cert const. | 2022-02-14 | 1 | -11/+11 | |
| | | | |||||
| * | | Remove duplicate includes from module headers. | 2022-01-25 | 1 | -1/+0 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -6/+6 | |
| | | | |||||
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -6/+11 | |
| | | | |||||
| * | | Replace some references to ssl with tls. | 2021-12-08 | 1 | -5/+5 | |
| | | | |||||
| * | | 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). | 2021-06-21 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | | 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. | 2020-07-27 | 1 | -3/+4 | |
| | | | | | | | | | | | | | 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. | ||||
| * | | 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). | 2018-03-29 | 1 | -2/+16 | |
| | | | | Fixes #1345. | ||||
| * | Add support to IOHook for retrieving the hostname sent via SNI. | 2017-10-29 | 1 | -0/+7 | |
| | | |||||
