1. 19 Apr, 2013 1 commit
  2. 17 Apr, 2013 5 commits
  3. 16 Apr, 2013 8 commits
  4. 15 Apr, 2013 1 commit
    • Kenny Root's avatar
      NativeCrypto: set Calendar instances to 0 millis · 37258938
      Kenny Root authored
      X.509 does not have a notion of milliseconds so it was not being set
      through the Calendar instances we used in OpenSSLX509Certificate, et al.
      Instead it was getting whatever the current millisecond offset was from
      the GregorianCalendar default constructor. That made two parsed
      certificates unlikely to be equal when comparing since the milliseconds
      were also checked.
      
      Bug: 8616647
      Change-Id: I756088d946191417bb3afcba082bed5371ed731a
      37258938
  5. 12 Apr, 2013 1 commit
    • Kenny Root's avatar
      Disable KeyPairGenerator test for AndroidKeyStore · e60ba623
      Kenny Root authored
      The new AndroidKeyStore uses a KeyPairGenerator which uses a special
      algorithm parameters. The libcore test doesn't know about those at
      compile time. It is tested elsewhere in the CTS tests.
      
      Bug: 8704815
      Change-Id: I3f5470320b779460d68a4f0eab449956ae07c3a0
      e60ba623
  6. 11 Apr, 2013 12 commits
  7. 08 Apr, 2013 3 commits
  8. 05 Apr, 2013 2 commits
  9. 04 Apr, 2013 2 commits
  10. 02 Apr, 2013 5 commits