Skip to content
Snippets Groups Projects
  1. May 02, 2023
    • Anton Hansson's avatar
      Ready more build rules for dir move · ca6e67a6
      Anton Hansson authored
      Tweak some visibilities and set up more filegroups to enable moving
      the ApiDocs.bp and StubLibraries.bp files into the api subdir.
      
      Bug: 271563074
      Test: m
      Change-Id: Ib2776dfc6c67b2042fb2f43a1251cd6f0ba61dc7
      ca6e67a6
  2. May 01, 2023
  3. Apr 30, 2023
  4. Apr 28, 2023
  5. Apr 27, 2023
  6. Apr 26, 2023
    • Seth Moore's avatar
      Use IBinder to compare callbacks in remote provisioning service · 47590a86
      Seth Moore authored
      We were comparing callback types, but these are not guaranteed to
      be equivalent when a client calls into our service with the same
      object.
      
      Instead, call asBinder to get the underlying IBinder, which is
      guaranteed to be the same as long as the remote binder is the
      same object.
      
      Bug: 275653768
      Test: RkpdAppUnitTests RkpdAppIntegrationTests RkpdAppHostTests
      Test: RemoteProvisioningServiceTests keystore2_test
      Change-Id: I0d9417234ffab1bb1e892bf4a93760175f3f29c5
      47590a86
    • Eran Messeri's avatar
      Do not add the MGF Digest tag for upgraded keys · 05d04639
      Eran Messeri authored
      If a key does not have the MGF_DIGEST tag in its key characteristics,
      do not include the MGF_DIGEST tag for it (even if the algorithm string
      specifies it).
      
      This fixes an issue with keys that were generated on Android 13, where
      the MGF_DIGEST tag was not propagated from the SPI layer. Such keys will
      not have the MGF_DIGEST tag and so it will not be added by the SPI layer
      even if the algorithm string specifies it. This maintains Android 13's
      (incorrect) behaviour of ignoring the MGF Digest specification, but is
      necessary to use those keys (otherwise KeyMint will error out
      on begin() due to an incompatible MGF digest specification).
      
      Bug: 278157584
      Test: atest CtsKeystoreWycheproofTestCases:com.google.security.wycheproof.RsaOaepTest
      Change-Id: I0f1fa7983f9c771bec3196c6a617eb7044ac2e79
      05d04639
    • Eric Laurent's avatar
      Merge "Fix AudioMix.equals()" · e86d8d8b
      Eric Laurent authored
      e86d8d8b
    • Colin Cross's avatar
      Merge changes from topic "V" · bd3b1b81
      Colin Cross authored
      * changes:
        Add VanillaIceCream to android.os.Build
        Add VanillaIceCream to aapt2 codenames
      bd3b1b81
  7. Apr 25, 2023
  8. Apr 24, 2023
Loading