| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-12-03 | 1 | -3/+2 | |
| * | Fix a typo in a previous commit's deprecation message. | 2025-10-26 | 1 | -1/+1 | |
| * | Fix allowing expired client certificates in some cases.•••This fixes a regression from v3. | 2025-10-26 | 1 | -3/+3 | |
| * | Deprecate the contents of the SSLClientCert namespace.•••This is full of footguns and isn't really needed. | 2025-10-26 | 1 | -4/+11 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+1 | |
| * | Allow using multiple SSL fingerprint algorithms.•••Closes #1804. | 2024-02-19 | 1 | -8/+29 | |
| * | 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.•••Closes #2011. | 2023-01-05 | 1 | -0/+1 | |
| * | | 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).•••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 | |
