1. 17 Jul, 2014 5 commits
  2. 16 Jul, 2014 2 commits
  3. 15 Jul, 2014 2 commits
    • Alex Klyubin's avatar
      Enable PSK cipher suites when PSKKeyManager is provided. · fdb7d8c5
      Alex Klyubin authored
      This enables TLS-PSK cipher suites by default iff SSLContext is
      initialized with a PSKKeyManager. For consistency, X.509 based
      cipher suites are no longer enabled by default at all times -- they
      are now only enabled by default iff SSLContext is initialized with a
      X509KeyManager or a X509TrustManager.
      
      When both X.509 and PSK cipher suites need to be enabled, PSK cipher
      suites are given higher priority in the resulting list of cipher
      suites. This is based on the assumption that in most cases users of
      TLS/SSL who enable TLS-PSK would prefer TLS-PSK to be used when the
      peer supports TLS-PSK.
      
      Bug: 15073623
      
      (cherry picked from commit 8f9ac1af)
      
      Change-Id: Icd7fe066147a6b2fc64d807204cc99f6af821313
      fdb7d8c5
    • Ed Heyl's avatar
      reconcile aosp (e79c25bf) after branching. Please do not merge. · 6e2315fd
      Ed Heyl authored
      Change-Id: I39ab275cd9744ba442fee7db9038107b4603526f
      6e2315fd
  4. 07 Jul, 2014 4 commits
  5. 27 Jun, 2014 1 commit
    • Rich Cannings's avatar
      Revert "Log OpenSSL CCS errors" · 6456f02c
      Rich Cannings authored
      This reverts commit b1599520.
      
      Some build targets (e.g. git_dalvik-dev) do not have API-1 Android APIs available, like android.os.Process and android.util.EventLog. Investigating.
      
      Change-Id: Iddce3f445be0502d1afa4f8244a7b8867721613e
      6456f02c
  6. 24 Jun, 2014 1 commit
  7. 21 Jun, 2014 1 commit
  8. 20 Jun, 2014 3 commits
  9. 21 Jun, 2014 1 commit
    • Kenny Root's avatar
      Remove direct reference to PROVIDER_NAME · c59af1c1
      Kenny Root authored
      It's unnecessary and this is the only code that does it like this. It
      casuses problems with unbundling since the PROVIDER_NAME can change when
      used unbundled.
      
      Bug: 15771893
      Change-Id: I1450cf7033b0629e7b79616c3660ec12b8afb8d6
      c59af1c1
  10. 20 Jun, 2014 2 commits
  11. 21 Jun, 2014 2 commits
  12. 20 Jun, 2014 2 commits
  13. 19 Jun, 2014 13 commits
  14. 18 Jun, 2014 1 commit