summaryrefslogtreecommitdiff
path: root/include/ssl_key_handler.hpp
AgeCommit message (Expand)AuthorFilesLines
2025-02-04clang-format: update latest spec and reformatPatrick Williams1-2/+2
2025-01-31Fix includesEd Tanous1-0/+3
2025-01-20Use SPDX identifiersEd Tanous1-1/+2
2024-07-30Break out SSL key handler into a compile unitEd Tanous1-596/+17
2024-07-30Combine cipher suite listsEd Tanous1-26/+15
2024-07-30Update client ciphers to mozilla intermediateEd Tanous1-4/+2
2024-07-25Remove support for openssl < 3.0Ed Tanous1-73/+0
2024-07-23EventDestination: Implement VerifyCertificateEd Tanous1-2/+15
2024-07-12Support RespondToUnauthenticatedClients PATCHEd Tanous1-3/+16
2024-06-11ssl_key_handler: utilize ssl pathAndrew Geissler1-1/+1
2024-06-10MTLS Client: Enabling mtls support in http_clientAbhilash Raju1-52/+91
2024-06-10Make cert generate for readonly directoriesEd Tanous1-88/+149
2024-05-01Bring consistency to config optionsEd Tanous1-1/+1
2024-04-16Remove OpenSSL warnings ignoreEd Tanous1-1/+1
2024-03-29Remove old uses of cout/cerrEd Tanous1-18/+18
2024-01-09Fix spelling mistakesEd Tanous1-4/+4
2023-07-20Replace logging with std::formatEd Tanous1-27/+26
2023-07-12Use openssl random number generatorEd Tanous1-1/+1
2023-06-28HTTP/2 supportEd Tanous1-0/+42
2023-06-20Change cipher suite variableEd Tanous1-10/+12
2023-06-20Upgrade to mozilla intermediate 5.7Ed Tanous1-7/+6
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-5/+4
2023-01-18Fix a boatload of #includesEd Tanous1-1/+5
2022-08-24Add SSL support for http_client (EventService)AppaRao Puli1-0/+61
2022-03-12Enable readability checksEd Tanous1-9/+5
2022-03-03Fix clang warnings related to OpenSSL 1.xSzymon Dompke1-2/+2
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-7/+7
2022-01-12Enable const_cast checksEd Tanous1-0/+2
2022-01-12Enable reinterpre_cast checksEd Tanous1-9/+14
2022-01-12Enable init checkerEd Tanous1-4/+2
2022-01-04Make clang-tidy passGunnar Mills1-5/+5
2021-12-15ssl_key_handler: support OpenSSL 3.0 for key verificationPatrick Williams1-0/+24
2021-12-15ssl_key_handler: use OpenSSL 3.0 API for keygenPatrick Williams1-0/+41
2021-08-17bmcweb: fix the random headersNan Zhou1-0/+1
2021-08-09ssl: remove BMCWEB_ENABLE_SSL since openssl is not optional anymoreWilly Tu1-3/+0
2021-04-16Fix memory leak issue when opening the certificate fileAlan Kuo1-0/+1
2021-02-24Fix the build on clang-11Ed Tanous1-2/+1
2020-12-18Fix .clang-tidyEd Tanous1-3/+3
2020-12-12Add hostname listener for generating self-signed HTTPS certificateAlan Kuo1-5/+66
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-10/+4
2020-07-10Spelling: 's/Occured/Occurred/g'Gunnar Mills1-4/+5
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-24/+25
2020-03-09Remove RSA comments and variable namesVernon Mauery1-11/+8
2020-03-09Change the default EC key to secp384r1Vernon Mauery1-1/+1
2019-11-13Disable ssl verify peerJames Feist1-1/+3
2019-11-12Disable SSL renegotiationJames Feist1-0/+2
2019-11-11Replace all uses of NULL with nullptrEd Tanous1-10/+10
2019-11-08TLS based user auth implementationKowalski, Kamil1-1/+6
2019-10-11Fix a bunch of warningsEd Tanous1-58/+1
2019-07-11Ignored Trust-Chain related errors when validating certificateRamesh Iyyar1-10/+81