1. 06 Feb, 2013 3 commits
  2. 05 Feb, 2013 13 commits
  3. 04 Feb, 2013 5 commits
  4. 02 Feb, 2013 3 commits
  5. 01 Feb, 2013 6 commits
    • Kenny Root's avatar
      Merge "Change native test module name" · fc8ee97a
      Kenny Root authored
      fc8ee97a
    • Kenny Root's avatar
      Change native test module name · 5f1f97c3
      Kenny Root authored
      Change-Id: Ie4f9c5a2fb440d8455748bc30949b8b956d75625
      5f1f97c3
    • Kenny Root's avatar
      Merge changes I2483af79,Id7c4d362,I733fe626 · bae3d395
      Kenny Root authored
      * changes:
        NativeCrypto: fix up Channel ID test
        OpenSSL KeyFactory for DSA and EC
        NativeCrypto: fix Channel ID tests
      bae3d395
    • Kenny Root's avatar
      NativeCrypto: fix up Channel ID test · 0db0bb47
      Kenny Root authored
      Previously there was no way to construct an OpenSSLECPrivateKey from a
      ECPrivateKeySpec, but that was added in a previous commit. Switch the
      Channel ID test to use this instead.
      
      Change-Id: I2483af79641ba95965ea3432a7d415df513b3fd3
      0db0bb47
    • Kenny Root's avatar
      OpenSSL KeyFactory for DSA and EC · c9989de4
      Kenny Root authored
      Add KeyFactory for EC. Uncomment the KeyFactory for DSA.
      
      Remove useless template parameters from RSA KeyFactory.
      
      Change-Id: Id7c4d3624719b5088abf239482ba58c7a2557d61
      c9989de4
    • Kenny Root's avatar
      NativeCrypto: fix Channel ID tests · 7245d2ec
      Kenny Root authored
      The NativeCryptoTest runs from a different class loader, so we need to
      make the OpenSSLECGroupContext public to use it from there.
      
      Also make sure we explicitly initialize the EC key at the beginning of
      the test.
      
      Change-Id: I733fe6263ef2ef72988987bf608cb806752033f5
      7245d2ec
  6. 31 Jan, 2013 4 commits
  7. 30 Jan, 2013 1 commit
  8. 29 Jan, 2013 5 commits