index
:
BMC/OpenBmc/bmcweb.git
master
A do everything Redfish, KVM, GUI, and DBus webserver for OpenBMC (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ssl_key_handler.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-04
clang-format: update latest spec and reformat
Patrick Williams
1
-2
/
+2
2025-01-31
Fix includes
Ed Tanous
1
-0
/
+3
2025-01-20
Use SPDX identifiers
Ed Tanous
1
-1
/
+2
2024-07-30
Break out SSL key handler into a compile unit
Ed Tanous
1
-596
/
+17
2024-07-30
Combine cipher suite lists
Ed Tanous
1
-26
/
+15
2024-07-30
Update client ciphers to mozilla intermediate
Ed Tanous
1
-4
/
+2
2024-07-25
Remove support for openssl < 3.0
Ed Tanous
1
-73
/
+0
2024-07-23
EventDestination: Implement VerifyCertificate
Ed Tanous
1
-2
/
+15
2024-07-12
Support RespondToUnauthenticatedClients PATCH
Ed Tanous
1
-3
/
+16
2024-06-11
ssl_key_handler: utilize ssl path
Andrew Geissler
1
-1
/
+1
2024-06-10
MTLS Client: Enabling mtls support in http_client
Abhilash Raju
1
-52
/
+91
2024-06-10
Make cert generate for readonly directories
Ed Tanous
1
-88
/
+149
2024-05-01
Bring consistency to config options
Ed Tanous
1
-1
/
+1
2024-04-16
Remove OpenSSL warnings ignore
Ed Tanous
1
-1
/
+1
2024-03-29
Remove old uses of cout/cerr
Ed Tanous
1
-18
/
+18
2024-01-09
Fix spelling mistakes
Ed Tanous
1
-4
/
+4
2023-07-20
Replace logging with std::format
Ed Tanous
1
-27
/
+26
2023-07-12
Use openssl random number generator
Ed Tanous
1
-1
/
+1
2023-06-28
HTTP/2 support
Ed Tanous
1
-0
/
+42
2023-06-20
Change cipher suite variable
Ed Tanous
1
-10
/
+12
2023-06-20
Upgrade to mozilla intermediate 5.7
Ed Tanous
1
-7
/
+6
2023-05-11
clang-format: copy latest and re-format
Patrick Williams
1
-5
/
+4
2023-01-18
Fix a boatload of #includes
Ed Tanous
1
-1
/
+5
2022-08-24
Add SSL support for http_client (EventService)
AppaRao Puli
1
-0
/
+61
2022-03-12
Enable readability checks
Ed Tanous
1
-9
/
+5
2022-03-03
Fix clang warnings related to OpenSSL 1.x
Szymon Dompke
1
-2
/
+2
2022-02-15
Enable readability-implicit-bool-conversion checks
Ed Tanous
1
-7
/
+7
2022-01-12
Enable const_cast checks
Ed Tanous
1
-0
/
+2
2022-01-12
Enable reinterpre_cast checks
Ed Tanous
1
-9
/
+14
2022-01-12
Enable init checker
Ed Tanous
1
-4
/
+2
2022-01-04
Make clang-tidy pass
Gunnar Mills
1
-5
/
+5
2021-12-15
ssl_key_handler: support OpenSSL 3.0 for key verification
Patrick Williams
1
-0
/
+24
2021-12-15
ssl_key_handler: use OpenSSL 3.0 API for keygen
Patrick Williams
1
-0
/
+41
2021-08-17
bmcweb: fix the random headers
Nan Zhou
1
-0
/
+1
2021-08-09
ssl: remove BMCWEB_ENABLE_SSL since openssl is not optional anymore
Willy Tu
1
-3
/
+0
2021-04-16
Fix memory leak issue when opening the certificate file
Alan Kuo
1
-0
/
+1
2021-02-24
Fix the build on clang-11
Ed Tanous
1
-2
/
+1
2020-12-18
Fix .clang-tidy
Ed Tanous
1
-3
/
+3
2020-12-12
Add hostname listener for generating self-signed HTTPS certificate
Alan Kuo
1
-5
/
+66
2020-10-09
Write the clang-tidy file OpenBMC needs
Ed Tanous
1
-10
/
+4
2020-07-10
Spelling: 's/Occured/Occurred/g'
Gunnar Mills
1
-4
/
+5
2020-06-11
clang-format: update to latest from docs repo
Gunnar Mills
1
-24
/
+25
2020-03-09
Remove RSA comments and variable names
Vernon Mauery
1
-11
/
+8
2020-03-09
Change the default EC key to secp384r1
Vernon Mauery
1
-1
/
+1
2019-11-13
Disable ssl verify peer
James Feist
1
-1
/
+3
2019-11-12
Disable SSL renegotiation
James Feist
1
-0
/
+2
2019-11-11
Replace all uses of NULL with nullptr
Ed Tanous
1
-10
/
+10
2019-11-08
TLS based user auth implementation
Kowalski, Kamil
1
-1
/
+6
2019-10-11
Fix a bunch of warnings
Ed Tanous
1
-58
/
+1
2019-07-11
Ignored Trust-Chain related errors when validating certificate
Ramesh Iyyar
1
-10
/
+81
[next]