summaryrefslogtreecommitdiff
path: root/include/ssl_key_handler.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-09Addressed certificate read issueRamesh Iyyar1-0/+6
2019-06-13Redfish: Add certificate service to manage HTTPS certificatesMarri Devender Rao1-15/+17
2019-06-07Fix for Certificate Signature validation failureJayanth Othayoth1-1/+1
2019-04-10tls: Avoid Intel reference in in self-signed certsBrad Bishop1-3/+2
2019-03-25Revert "bmcweb: Fix a bunch of warnings"Ed Tanous1-43/+54
2019-03-23bmcweb: Fix a bunch of warningsEd Tanous1-54/+43
2019-02-22bmcweb: update TLS cipher suites to mozilla modernEd Tanous1-48/+13
2019-01-24Revert "bmcweb: update SSL cipher suites to OWASP compatB"Ed Tanous1-16/+1
2019-01-23bmcweb: update SSL cipher suites to OWASP compatBEd Tanous1-1/+16
2018-12-04bmcweb: Fix header includes to be more specificEd Tanous1-1/+1
2018-09-05Move to clang-format-6.0Ed Tanous1-258/+309
2018-07-27Move over to upstream c++ styleEd Tanous1-51/+51