#
223e4604 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: Ie4138afe359d52b9f1a32fdff6890a90dd31efa8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
e1289adf |
| 28-Dec-2021 |
Nan Zhou <nanzhoumails@gmail.com> |
Use nested namespace
Nested namespace is introduced in C++ 17. This saves nearly 50 lines. This change also puts tests into a nested namespace, which saves unnecessary using directives.
Signed-off-
Use nested namespace
Nested namespace is introduced in C++ 17. This saves nearly 50 lines. This change also puts tests into a nested namespace, which saves unnecessary using directives.
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I7c3e38588fd5c2cbd83ac13ee24327318e8c06a4
show more ...
|
#
ffad1ef1 |
| 03-Jun-2019 |
Marri Devender Rao <devenrao@in.ibm.com> |
Manage certificates created by applications
Added watch on certificate path to watch on certificates created/updated by apps.
As part of watch notification, create new D-Bus new certificate and for
Manage certificates created by applications
Added watch on certificate path to watch on certificates created/updated by apps.
As part of watch notification, create new D-Bus new certificate and for existing D-Bus object update the properties.
Tested: Test case 1 1) Ensure no certificate is present 2) Restart certificate service 3) Restart bmcweb service 4) Verified that certificate object is created for the self-signed certificate created by bmcweb.
Test case 2 1) After a certificate is present 2) Modify the bmcweb certificate by replacing it with a valid certificate manually. 3) Verified that certificate manager is notified and certificate objects properties are updated.
Test case 3 1) Upload CSR based certificate file 2) Verified that private key is appended to the file
Test case 4 1) Create a dummy file in certificate folder 2) Verified that notification is received and file is ignored
Test case 5 1) Verified install, replace, generate csr.
Change-Id: I7d1e3624958e4b68e5ba7bc6150c19b11fca501a Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
show more ...
|