Skip to content
Snippets Groups Projects
  1. Apr 14, 2020
    • David Zeuthen's avatar
      Update Identity Credential API docs. · 3c824da2
      David Zeuthen authored
      This change contains no actual syntactical or semantic changes, just
      clarifications on the inputs and outputs.
      
      Test: N/A
      Bug: 151082886
      
      Change-Id: Ic7797aa53d292abdeb779cb55b404f8a433bce79
      3c824da2
  2. Mar 06, 2020
  3. Feb 13, 2020
    • David Zeuthen's avatar
      Update counters for session encryption to start at 1. · e8a6bffe
      David Zeuthen authored
      The DIS version of 18013-5 now specifically says
      
        The first encryption with a key shall use a counter value of 1. For each
        following encryption the counter value shall be increased by 1.
      
      in section '9.2.1.4 Mechanism". The previous version said
      
        The counter value is an unsigned integer, which starts at 0 for both
        the mDL and the mDL Reader. For each encryption the counter value shall
        be increased by 1.
      
      which for some strange reason was interpreted by someone to mean that
      counters should start at 1.
      
      Update our implementation to use 1 as now called for by the standard.
      
      Bug: 111446262
      Test: atest android.security.identity.cts
      Change-Id: I09d1216713d57b54036e4f9aa6677dfa5713133c
      e8a6bffe
  4. Jan 31, 2020
  5. Jan 21, 2020
  6. Jan 20, 2020
    • David Zeuthen's avatar
      Add Framework APIs for Identity Credential. · 045b6de9
      David Zeuthen authored
      The Identity Credential APIs provides an interface to a secure store
      for user identity documents.  These APIs are deliberately fairly
      general and abstract.  To the extent possible, specification of the
      message formats and semantics of communication with credential
      verification devices and Issuing Authorities (IAs) is out of scope for
      these APIs.
      
      The Identity Credential APIs rely on user authentication to protect
      data elements in credentials which is implemented through
      auth-tokens. This CL contains changes to CryptoObject to allow this.
      
      Bug: 111446262
      Test: CtsIdentityTestCases
      Change-Id: I48f21a561b762d86c9ca8d229962782572412f47
      045b6de9
Loading