-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow null ICAC in
AndroidDeviceControllerWrapper::AllocateNew
(#22458
) * Allow null ICAC in `AndroidDeviceControllerWrapper::AllocateNew` - Passing null for existing ICAC, when a NOC and RCAC were provided and desired to be used casued confusing behavior of NOC/RCAC being ignored and a completely different cert chain being generated. Fixes #22455 Changes done: - Add code to just use empty internal ICAC when null is provided in Java - Add log to tell users when an ephemeral NOC chain is generated. Testing done: - CI still passes - Tested in unit/integration with our internal infrastructure that uses this API both with/without ICAC * Restyled
- Loading branch information
1 parent
9e248e1
commit 3357963
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters