1. 13 Oct, 2013 1 commit
  2. 11 Oct, 2013 1 commit
  3. 09 Oct, 2013 2 commits
  4. 08 Oct, 2013 2 commits
  5. 02 Oct, 2013 2 commits
  6. 01 Oct, 2013 3 commits
  7. 30 Sep, 2013 1 commit
  8. 29 Sep, 2013 1 commit
  9. 27 Sep, 2013 1 commit
    • Kenny Root's avatar
      Conscrypt: correct key selection with no sigAlg · 25adf29f
      Kenny Root authored
      The KeyManagerImpl was changed to support the "EC_EC" and "EC_RSA" key
      types in the StandardNames document. The intention of those aliases are
      to require a certain signature type. If it is missing, it should accept
      any signature type as before. However, it was erroneously requiring the
      same signature type as the key type if it was missing. This causes RSA
      client certificates signed by an EC key, for instance, to fail.
      
      (cherry picked from commit 5936343f)
      
      Bug: 10966884
      Change-Id: I4fb1a005bf66510d0963019227c6ca3c5340c39d
      25adf29f
  10. 26 Sep, 2013 1 commit
  11. 24 Sep, 2013 1 commit
  12. 22 Sep, 2013 3 commits
    • Ian Rogers's avatar
      Avoid computing class def indices. · a6e22fc9
      Ian Rogers authored
      Bug: 10244719
      Also tidy AnnotationAccess.
      
      (cherry-picked from 8b2c0b9abc3f520495f4387ea040132ba85cae69)
      Change-Id: I6ec8fd4e36b428d7e16e01d98b7bebc143fac8c3
      
      Conflicts:
      	libdvm/src/main/java/java/lang/Class.java
      a6e22fc9
    • Ian Rogers's avatar
      Fix getGenericInterfaces for the no annotation case. · 98430d0d
      Ian Rogers authored
      Bug: 10244719
      (cherry-picked from 43111aab512b1a7c7c8095a7135a7ae2754ea5bd)
      Change-Id: I758d32e9cffcabf771e6f5f86ffa2666c8e1cb02
      
      Conflicts:
      	libdvm/src/main/java/java/lang/Class.java
      98430d0d
    • Ian Rogers's avatar
      Lazier annotation signature parsing. · d4ec55c4
      Ian Rogers authored
      Bug: 10244719.
      Also, make wider use of empty arrays.
      Also, use named inner classes to aid profiling.
      Remove caching as the empty result will be fast.
      Porting the ART changes to DVM, to avoid the caching, results in bringing
      in a bunch of other ART clean-up.
      TODO, avoid modified-UTF8 to String conversions by Dex.
      
      Change-Id: I051b6e34b5a4e7a7f1383461a799755947a5ba36
      
      Conflicts:
      	libdvm/src/main/java/java/lang/Class.java
      d4ec55c4
  13. 19 Sep, 2013 4 commits
  14. 16 Sep, 2013 2 commits
  15. 12 Sep, 2013 3 commits
  16. 11 Sep, 2013 12 commits