summaryrefslogtreecommitdiff
path: root/redfish-core/lib/certificate_service.hpp
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Make code pass clang-tidy-13Ed Tanous1-2/+2
2021-07-13Make code compile with clang-13Ed Tanous1-4/+4
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-13/+16
2021-06-30Modify entityPrivileges for certificate serviceAbhishek Patel1-34/+42
2021-06-16Remove ambiguous privileges constructorEd Tanous1-14/+14
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-906/+843
2021-04-08Using AsyncResp everywherezhanghch051-54/+62
2021-03-10Remove IBM copyrightGunnar Mills1-15/+0
2021-02-04Remove unnecessary error responses for LDAP certsJonathan Doman1-8/+11
2020-11-02Improve loops & fix cpp check warningManojkiran Eda1-4/+4
2020-10-23Turn on ALL perf checksEd Tanous1-1/+1
2020-10-13Fix integer constant from 20 to 18Ed Tanous1-1/+1
2020-10-12Use std::array instead of char arrayEd Tanous1-2/+4
2020-09-29Fix naming conventionsEd Tanous1-6/+6
2020-08-17Enable unused variable warnings and resolveEd Tanous1-18/+18
2020-08-17Enable clang warningsEd Tanous1-7/+5
2020-08-17Remove middlewaresEd Tanous1-18/+10
2020-07-10Codespell redfish-core spelling fixesGunnar Mills1-2/+2
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-103/+104
2020-03-09Change the default EC key to secp384r1Vernon Mauery1-1/+1
2020-02-15certificate_service: Remove odata.contextGunnar Mills1-15/+0
2019-12-02Add "Retry-After" header for temporarily unavailable messagesJason M. Bills1-1/+0
2019-11-21Fix extracting certificate idIwona Klimaszewska1-7/+6
2019-11-06Certificate delete API – middlewareZbigniew Kurzynski1-0/+42
2019-10-15Handling of adding certificates the Redfish way (TrustStore)Zbigniew Kurzynski1-2/+15
2019-10-11Support uploading multiple certificates [install-middlewere]Zbigniew Kurzynski1-16/+31
2019-10-11Fix a bunch of warningsEd Tanous1-10/+6
2019-09-24Handling of adding certificates the Redfish wayKowalski, Kamil1-3/+51
2019-08-16Redfish: Add TrustStore certificate supportMarri Devender Rao1-0/+154
2019-08-16Redfish: Extend GenerateCSR action for LDAP certificate collectionMarri Devender Rao1-0/+29
2019-08-16Redfish: GenerateCSR action for HTTPS certificateMarri Devender Rao1-3/+278
2019-07-18Redfish: Raise resource not found (404) if path does not existMarri Devender Rao1-2/+4
2019-07-03Redfish: Add support to upload/replace/view LDAP CertificateMarri Devender Rao1-286/+317
2019-06-13Redfish: Add certificate service to manage HTTPS certificatesMarri Devender Rao1-0/+804