1. 09 Oct, 2014 1 commit
    • Neil Fuller's avatar
      Apply conscrypt changes from merge commit · ea961ada
      Neil Fuller authored
      Merge commit 8b188b864302f5ea9df17636b378938a15b4605a was incomplete
      because some conscrypt files have been moved into a separate repo.
      
      There have been various changes in conscrypt which renders changes to:
      
      crypto/src/main/java/org/conscrypt/OpenSSLServerSocketImpl.java
      crypto/src/main/java/org/conscrypt/OpenSSLSocketImpl.java
      crypto/src/test/java/org/conscrypt/CipherSuiteTest.java
      
      unnecessary.
      
      This is effectively the same change as conscrypt
      commit 8d7e23e1.
      
      Change-Id: I0f8199f3bf39a035ad5453be6fea92f511dcf548
      ea961ada
  2. 10 Sep, 2014 1 commit
    • Kenny Root's avatar
      Fix the ENGINE_finish/ENGINE_free mixup · f427ec90
      Kenny Root authored
      The tests were calling finish when it meant free. This caused tests to
      segmentation fault next time the ENGINE was looked up in the dynamic
      engine list.
      
      (cherry picked from commit 984b7ec6)
      
      Bug: 14994037
      Change-Id: If7379fee26f7e79fa0b43104ac9d13b4ffb62ba8
      f427ec90
  3. 14 May, 2014 1 commit
  4. 08 May, 2014 1 commit
  5. 04 Apr, 2014 2 commits
    • Kenny Root's avatar
      DO NOT MERGE NativeCrypto: Handle 0-byte bignum arrays · 11f64233
      Kenny Root authored
      Some DSA tests were calling with bignum arrays that had the high bit set
      indicating a negative number.
      
      Also an empty array was being passed as another part of the test. This
      was working, but it was reading one byte past the end of the buffer.
      
      (cherry picked from commit 5b1934c7)
      
      Bug: 13789608
      
      Change-Id: Ibd5a0dce61703ea569fd483f8acf66fd149703f8
      11f64233
    • Kenny Root's avatar
      DO NOT MERGE BIGNUM convert to Java BigInteger · 0e142ede
      Kenny Root authored
      Java BigInteger is in two's complement, so it needs conversion for
      negative numbers. We were mishandling it before and the previous change
      just hacked around it. Actually convert to two's complement instead.
      
      (cherry picked from commit 1744cf2b)
      
      Bug: 13789608
      
      Change-Id: I6bfe9577f0936678476193b55433b7d7dbc04400
      0e142ede
  6. 05 Mar, 2014 1 commit
  7. 28 Jan, 2014 6 commits
  8. 16 Jan, 2014 2 commits
  9. 13 Jan, 2014 2 commits
  10. 10 Jan, 2014 2 commits
  11. 07 Jan, 2014 1 commit
  12. 06 Jan, 2014 1 commit
  13. 19 Dec, 2013 3 commits
  14. 18 Dec, 2013 6 commits
  15. 17 Dec, 2013 5 commits
  16. 16 Dec, 2013 2 commits
  17. 09 Dec, 2013 1 commit
  18. 07 Dec, 2013 1 commit
  19. 06 Dec, 2013 1 commit