1c9a17e9 | 11-Feb-2022 |
William A. Kennington III <wak@google.com> |
libcr51sign: Temporarily ignore deprecate functions
The code is in the process of being updated internally, but this is blocking commits to the repo.
Change-Id: I77cb1d4f5fb8eec02c224d71d4a2e76ad89
libcr51sign: Temporarily ignore deprecate functions
The code is in the process of being updated internally, but this is blocking commits to the repo.
Change-Id: I77cb1d4f5fb8eec02c224d71d4a2e76ad893d9aa Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
ba30c10a | 02-Nov-2021 |
William A. Kennington III <wak@google.com> |
libcr51sign: Ensure OMIT_VARIABLE_ARRAYS passed to pkgconfig
Otherwise, system level users of libcr51sign will not be able to use the library with c++ code.
Change-Id: I25b31b86cd7b669f92314fa392a8
libcr51sign: Ensure OMIT_VARIABLE_ARRAYS passed to pkgconfig
Otherwise, system level users of libcr51sign will not be able to use the library with c++ code.
Change-Id: I25b31b86cd7b669f92314fa392a8cd2a088722b5 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
12e6ad0d | 02-Nov-2021 |
William A. Kennington III <wak@google.com> |
libcr51sign: Fix struct size warning
The code is currently correct in the usage of the signature_rsa4096_pkcs15 struct, but GCC infers that we could use members past the end of the buffer it comes f
libcr51sign: Fix struct size warning
The code is currently correct in the usage of the signature_rsa4096_pkcs15 struct, but GCC infers that we could use members past the end of the buffer it comes from.
Change-Id: I728e7361dd677fcce498857124dbe8908aaac64d Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
d2bcdd5c | 02-Nov-2021 |
Willy Tu <wltu@google.com> |
Fixed prod_to_dev_downgrade_allowed logic in validate_transition
The documentation for the prod_to_dev_downgrade_allowed function pointer reads, "If NULL, treated as if the function always returns f
Fixed prod_to_dev_downgrade_allowed logic in validate_transition
The documentation for the prod_to_dev_downgrade_allowed function pointer reads, "If NULL, treated as if the function always returns false."
Return `LIBCR51SIGN_ERROR_DEV_DOWNGRADE_DISALLOWED` if prod_to_dev allowed return false or is NULL.
Change-Id: I4750256d308096e706bb9e0e0266d365b6f5a026 Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|