1. 15 Aug, 2013 1 commit
    • Kenny Root's avatar
      Delay SSLSocketImpl instantiation until needed DO NOT MERGE · 88029ddb
      Kenny Root authored
      Class preloading will create an instance of objects if they are in
      static fields, so put the ones we don't want instantiated into a holder
      class that is not preloaded.
      
      (cherry picked from commit da5b7116)
      
      Bug: 9984058
      Change-Id: Ifbf7b7a3668f19ca21fa66a486ae557086a195b5
      88029ddb
  2. 15 Jul, 2013 1 commit
  3. 11 Jul, 2013 7 commits
  4. 08 Jul, 2013 7 commits
  5. 04 Jul, 2013 1 commit
  6. 03 Jul, 2013 1 commit
  7. 09 Jun, 2013 1 commit
  8. 07 Jun, 2013 1 commit
    • Elliott Hughes's avatar
      Fix zone.tab parsing. · 9762df29
      Elliott Hughes authored
      Not every zone.tab line has a comment.
      
      Bug: 9327819
      
      (cherry picked from commit b2181542)
      
      Change-Id: I36d48321e91ed18d1434bda8c33a395349bf5608
      9762df29
  9. 06 Jun, 2013 1 commit
  10. 05 Jun, 2013 1 commit
    • Kenny Root's avatar
      NativeCrypto: handle X.509 serial number 0 · 711e1695
      Kenny Root authored
      There is no need to try to convert numbers that are of zero length
      because they'll be zero anyway. Returning NULL in this instance caused a
      crash in X.509 code since it immediately tried to pass it to BigInteger
      which through a NullPointerException.
      
      (cherry picked from commit adadc611)
      
      Bug: 9297758
      Change-Id: I719ca7b8f086937ee25094bfe981987def855744
      711e1695
  11. 24 May, 2013 2 commits
  12. 13 May, 2013 1 commit
  13. 09 May, 2013 1 commit
  14. 01 May, 2013 2 commits
  15. 29 Apr, 2013 1 commit
  16. 25 Apr, 2013 1 commit
  17. 24 Apr, 2013 1 commit
  18. 23 Apr, 2013 1 commit
  19. 22 Apr, 2013 1 commit
  20. 19 Apr, 2013 1 commit
  21. 18 Apr, 2013 1 commit
  22. 17 Apr, 2013 5 commits