1. 17 Apr, 2012 1 commit
  2. 11 Apr, 2012 1 commit
  3. 04 Apr, 2012 3 commits
  4. 03 Apr, 2012 8 commits
  5. 02 Apr, 2012 2 commits
  6. 28 Mar, 2012 3 commits
  7. 26 Mar, 2012 8 commits
  8. 23 Mar, 2012 1 commit
  9. 22 Mar, 2012 1 commit
  10. 21 Mar, 2012 1 commit
  11. 16 Mar, 2012 1 commit
  12. 13 Mar, 2012 2 commits
  13. 12 Mar, 2012 4 commits
  14. 08 Mar, 2012 2 commits
    • Brian Carlstrom's avatar
      getPeerHostName should check for null InetAddress · f52b35a5
      Brian Carlstrom authored
      The address can be null for SSLSockets that have not been connected.
      
      Bug: 5835165
      
      (cherry picked from commit cb047c49abcf3b7b5c231b68431c291fe2d81b52)
      
      Change-Id: I12eb92ab0cdb42b89333361a485979c48365d5da
      f52b35a5
    • Brian Carlstrom's avatar
      Use KeyManagementException with causes to report errors · ffec9b89
      Brian Carlstrom authored
      Before the code would squash excecptions into null values, then turn
      the values back into KeyManagementException. Now the code preservers
      the underlying exception as the cause of the KeyManagementException.
      
      (cherry picked from commit b6d100ca03dd4c576c6735ce510cecc70d2e6617)
      
      Change-Id: Ia833145839578760ed9b49c626e8d4ab86ceacbe
      ffec9b89
  15. 02 Mar, 2012 2 commits