1. 22 Aug, 2013 1 commit
  2. 21 Aug, 2013 14 commits
  3. 20 Aug, 2013 13 commits
  4. 19 Aug, 2013 2 commits
  5. 17 Aug, 2013 1 commit
    • Brian Carlstrom's avatar
      CA certificate update · 418cb178
      Brian Carlstrom authored
      Added CAs in cacerts directory with summary below.
      
      Added    Subject   : C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
               SHA1      : FE:45:65:9B:79:03:5B:98:A1:61:B5:51:2E:AC:DA:58:09:48:22:4D
      
      Added    Subject   : C=IL, O=StartCom Ltd., CN=StartCom Certification Authority G2
               SHA1      : 31:F1:FD:68:22:63:20:EE:C6:3B:3F:9D:EA:4A:3E:53:7C:7C:39:17
      
      Added    Subject   : CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
               SHA1      : 93:05:7A:88:15:C6:4F:CE:88:2F:FA:91:16:52:28:78:BC:53:64:17
      
      Added    Subject   : C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1
               SHA1      : 20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47
      
      Bug: https://code.google.com/p/android/issues/detail?id=36290
      Bug: 9050922
      
      Bug: https://code.google.com/p/android/issues/detail?id=55661
      Bug: 9304475
      
      Change-Id: I76a2398772c7c68f2284741f4bcfaf97d8789662
      418cb178
  6. 16 Aug, 2013 1 commit
    • Elliott Hughes's avatar
      Fix a bunch of Charset tests. · f5d8857b
      Elliott Hughes authored
      The isRegistered test is still failing. The problem is that icu4c's
      convrtrs.txt has names like "windows-1252" that are both the canonical
      name for one charset and an alias for another legacy charset. I need
      to work out how to resolve that.
      
      Bug: 10210999
      
      (cherry picked from commit ea1caf4c)
      
      Change-Id: I83cf1b9ae1d29f9956f443ef914a3e473e0f4692
      f5d8857b
  7. 15 Aug, 2013 3 commits
    • Kenny Root's avatar
      Make sure seed values use full range · ab6d7714
      Kenny Root authored
      (cherry picked from commit 00443571)
      
      Bug: 6642616
      Change-Id: I773dd31d92207151df05122920170851fa021fd5
      ab6d7714
    • Narayan Kamath's avatar
      Fix URLConnectionTest#testConnectTimeouts. · a37fb255
      Narayan Kamath authored
      Use StuckServer correctly. When StuckServer isn't
      in blocking mode, its local socket address isn't 127.0.0.1.
      
      Attempting to connect to localhost will then throw a
      SocketException (ECONNREFUSED) instead of a
      SocketTimeoutException.
      
      (cherry picked from commit bf1a9e10)
      
      Bug: 10211309
      Change-Id: I8aaab598d043b893e73fab9055082fa420cfb9cd
      a37fb255
    • Brian Carlstrom's avatar
      Share ClassLoader code · ca2c58ce
      Brian Carlstrom authored
      Bug: 9071417
      Change-Id: Icdde3aace023d1d7509c932cdd71f203213b59d6
      ca2c58ce
  8. 14 Aug, 2013 5 commits