1. a7a96f2 SSLEngine: verify DHE signature by Kenny Root · 11 years ago
  2. 97452bf Merge "Test fallback SHA1PRNG uses full width seeds" into jb-dev by Kenny Root · 11 years ago
  3. a3c562a Merge "Move SHA1PRNG_SecureRandomImpl tests to libcore" into jb-dev by Kenny Root · 11 years ago
  4. 0f55bd8 Merge "Make sure seed values use full range" into jb-dev by Kenny Root · 11 years ago
  5. 30d79c4 Test fallback SHA1PRNG uses full width seeds by Kenny Root · 11 years ago
  6. c82a204 Move SHA1PRNG_SecureRandomImpl tests to libcore by Kenny Root · 11 years ago
  7. 341cfb1 Make sure seed values use full range by Kenny Root · 11 years ago
  8. 89c50e8 Delay SSLSocketImpl instantiation until needed by Kenny Root · 11 years ago
  9. 44e8930 Bumper ZipFile/ZipEntry backport. by Elliott Hughes · 11 years ago
  10. 15a9389 Tests for ZIP sign extension bugs. by Elliott Hughes · 11 years ago
  11. fe39951 Values in ZIP files are unsigned. by Elliott Hughes · 11 years ago
  12. 300cde3 Merge "Remove support for duplicate file entries." into jb-dev by Geremy Condra · 11 years ago
  13. c7bcde8 Remove support for duplicate file entries. by Geremy Condra · 12 years ago
  14. 4beeee8 Revert "Remove support for duplicate file entries." by Geremy Condra · 11 years ago
  15. 5360af4 Remove support for duplicate file entries. by Geremy Condra · 12 years ago
  16. a0d32ad DO NOT MERGE by Brian Carlstrom · 12 years ago
  17. 4547609 Reconcile GOOG and AOSP jb-dev by Jean-Baptiste Queru · 12 years ago
  18. 0bcfe10 Tracking DSA Signature.verify behavioral change by Brian Carlstrom · 12 years ago
  19. 5e1acf9 Tracking DSA Signature.verify behavioral change by Brian Carlstrom · 12 years ago
  20. 1f9fe21 Increment OpenSSLKey EVP_PKEY reference when it is selected for use with SSL_use_PrivateKey by Brian Carlstrom · 12 years ago
  21. 5de3e62 Merge "Add test for isPubkeyBlacklisted" into jb-dev by Geremy Condra · 12 years ago
  22. 2115f4a Merge "Tests for the CertBlacklist." into jb-dev by Geremy Condra · 12 years ago
  23. 6012ba8 Add test for isPubkeyBlacklisted by Geremy Condra · 12 years ago
  24. f9ace73 Tests for the CertBlacklist. by Geremy Condra · 12 years ago
  25. 281be77 Fix even more CipherTest flakiness due to implicit random IV values by Brian Carlstrom · 12 years ago
  26. 02e0e9b Make ZipFileTest#testHugeZipFile faster, and reduce ZipFile memory usage. by Elliott Hughes · 12 years ago
  27. f19b9c4 Address more CipherTest flakiness due to random IV values by Brian Carlstrom · 12 years ago
  28. d3298cd Fix URLConnectionTest#test_getAllowUserInteraction. by Elliott Hughes · 12 years ago
  29. 3ff7a80 Signature.verify should not throw if called twice by Brian Carlstrom · 12 years ago
  30. 4f81a06 TLS + SNI + proxy => bug : the SNI at the TLS layer is the hostname of the proxy instead of the hostname in the URL by Brian Carlstrom · 12 years ago
  31. 2ac3f4d Address flakiness of doFinal and unwrap CipherTests by Brian Carlstrom · 12 years ago
  32. dfe203b OldDateFormatTest is flaky; improve its output. by Elliott Hughes · 12 years ago
  33. 8399ee3 Remove flakiness from libcore.javax.net.ssl.SSLSessionTest#test_SSLSession_getCreationTime. by Elliott Hughes · 12 years ago
  34. 6a57eff Remove flakiness from OldSocketChannelTest#test_socketChannel_read_DirectByteBuffer. by Elliott Hughes · 12 years ago
  35. 6e71c9e add timezone setting by Keun young Park · 12 years ago
  36. 4ec2d0d HttpEngine should not attempt to cache proxy CONNECT responses by Brian Carlstrom · 12 years ago
  37. 5e60f2b Fix OldAndroidZipStressTest for user builds by Brian Muramatsu · 12 years ago
  38. 1982194 Change OpenSSLSocketImpl to forbid empty lists of NPN protocols. by Jesse Wilson · 12 years ago
  39. c1e57ed Revert "Revert "Cut down on object allocation in CipherInputStream"" by Brian Carlstrom · 12 years ago
  40. 6b3f949 Revert "Cut down on object allocation in CipherInputStream" by Brian Carlstrom · 12 years ago
  41. 4dda1fc Cut down on object allocation in CipherInputStream by Brian Carlstrom · 12 years ago
  42. 3b47d62 Merge "AssertionError(Object) should only initCause if the object is a Throwable." into jb-dev by Elliott Hughes · 12 years ago
  43. 89b01df AssertionError(Object) should only initCause if the object is a Throwable. by Elliott Hughes · 12 years ago
  44. 049ddf94 Fix BitSet.nextClearBit. by Elliott Hughes · 12 years ago
  45. dea827d Merge "Only use SSL CUTTHROUGH (False Start) if the server supports NPN." into jb-dev by Jesse Wilson · 12 years ago
  46. 679ac55 Only use SSL CUTTHROUGH (False Start) if the server supports NPN. by Jesse Wilson · 12 years ago
  47. f7bd2a9 Work around poll(2) failing with EINTR. by Elliott Hughes · 12 years ago
  48. 0d5234c Merge "Added tests for the CertBlacklister." into jb-dev by Geremy Condra · 12 years ago
  49. 497b216 Added tests for the CertBlacklister. by Geremy Condra · 12 years ago
  50. ff1c416 Merge "Use weasel words to cover changed behavior around END_DOCUMENT." into jb-dev by Jesse Wilson · 12 years ago
  51. f1a7fc1 Use weasel words to cover changed behavior around END_DOCUMENT. by Jesse Wilson · 12 years ago
  52. 3877cb6 CA certificate update: EC-ACC by Brian Carlstrom · 12 years ago
  53. af732da Merge "javax.net.ssl javadoc cleanup" into jb-dev by Brian Carlstrom · 12 years ago
  54. 0f38ecc javax.net.ssl javadoc cleanup by Brian Carlstrom · 12 years ago
  55. fe57650 Fix FileTest#test_getCanonicalPath by Brian Muramatsu · 12 years ago
  56. d71c847 Merge "Provide key context" into jb-dev by Selim Gurun · 12 years ago
  57. 7cd6760 Make libjavacore independent of libnativehelper for the PDK. by Elliott Hughes · 12 years ago
  58. 9089750 Provide key context by Selim Gurun · 12 years ago
  59. 88f3ec9 NativeCrypto should honor timeout less than one second by Brian Carlstrom · 12 years ago
  60. 0afb10f Avoid session reuse to fix test_SSL_do_handshake_clientCertificateRequested_throws_after_renegotiate for OpenSSL 1.0.1 by Brian Carlstrom · 12 years ago
  61. 4b20583 Tracking openssl-1.0.1b by Brian Carlstrom · 12 years ago
  62. 60cf2c3 am 474c15b3: am b685e1b4: am 4c432afd: Merge "Modify the behavior of test. It always test in en_US, and it will test in en_IN when en_IN is available." by Keun-young Park · 12 years ago
  63. 6912887 am 617f435b: am 8d778522: am 61f172cd: Merge "Simplify and speed up makefile." by Jean-Baptiste Queru · 12 years ago
  64. 474c15b am b685e1b4: am 4c432afd: Merge "Modify the behavior of test. It always test in en_US, and it will test in en_IN when en_IN is available." by Keun-young Park · 12 years ago
  65. b685e1b am 4c432afd: Merge "Modify the behavior of test. It always test in en_US, and it will test in en_IN when en_IN is available." by Keun-young Park · 12 years ago
  66. 4c432af Merge "Modify the behavior of test. It always test in en_US, and it will test in en_IN when en_IN is available." by Keun-young Park · 12 years ago
  67. 617f435 am 8d778522: am 61f172cd: Merge "Simplify and speed up makefile." by Jean-Baptiste Queru · 12 years ago
  68. 8d77852 am 61f172cd: Merge "Simplify and speed up makefile." by Jean-Baptiste Queru · 12 years ago
  69. 61f172c Merge "Simplify and speed up makefile." by Jean-Baptiste Queru · 12 years ago
  70. 3d8e4ea Modify the behavior of test. It always test in en_US, and it will test in en_IN when en_IN is available. by android-htc-contribute · 12 years ago
  71. 2e7fae9 Simplify and speed up makefile. by Jean-Baptiste Queru · 12 years ago
  72. d3990f0 Fix a buffer overrun found by CTS (and pinpointed by valgrind). by Elliott Hughes · 12 years ago
  73. 9d3a34e Merge "Fix a minor documentation bug in XmlPullParser." by Elliott Hughes · 12 years ago
  74. 59aa663 Fix a minor documentation bug in XmlPullParser. by Elliott Hughes · 12 years ago
  75. ebe87d1 Use SSL_CTX_set_session_id_context in ServerSessionContext by Brian Carlstrom · 12 years ago
  76. ca540b8 Merge "Remove junit source from libcore." by Brett Chabot · 12 years ago
  77. 17cdf1a Remove junit source from libcore. by Brett Chabot · 12 years ago
  78. e940661 Fix File.listImpl's error checking. by Elliott Hughes · 12 years ago
  79. 99e7245 Upgrade libcore/junit classes to their JUnit4.10 implementation. by Brett Chabot · 13 years ago
  80. 79ce105 am 83b85dfe: am d903a83f: Add No Arg Constructor for Some Tests by Brian Muramatsu · 12 years ago
  81. d56a81b Merge "Add a test for an already-fixed publicly-reported bug." by Elliott Hughes · 12 years ago
  82. deb2671 Add a test for an already-fixed publicly-reported bug. by Elliott Hughes · 12 years ago
  83. 854c784 am e660af5f: am f06967f5: am d903a83f: Add No Arg Constructor for Some Tests by Brian Muramatsu · 12 years ago
  84. 2eb77c7 am bc5c2fdf: am 9b25ac0e: am d903a83f: Add No Arg Constructor for Some Tests by Brian Muramatsu · 12 years ago
  85. e660af5 am f06967f5: am d903a83f: Add No Arg Constructor for Some Tests by Brian Muramatsu · 12 years ago
  86. bc5c2fd am 9b25ac0e: am d903a83f: Add No Arg Constructor for Some Tests by Brian Muramatsu · 12 years ago
  87. 83b85df am d903a83f: Add No Arg Constructor for Some Tests by Brian Muramatsu · 12 years ago
  88. 9b25ac0 am d903a83f: Add No Arg Constructor for Some Tests by Brian Muramatsu · 12 years ago
  89. f06967f am d903a83f: Add No Arg Constructor for Some Tests by Brian Muramatsu · 12 years ago
  90. 835040f Merge remote-tracking branch 'goog/ics-aah' by Mike Lockwood · 12 years ago
  91. d4746c6 Add test for case insensitivity in OpenSSLSignature. by Geremy Condra · 12 years ago
  92. d903a83 Add No Arg Constructor for Some Tests by Brian Muramatsu · 12 years ago
  93. 3d74b4b Disable TLSv1.1 and TLSv1.2 by default by Brian Carlstrom · 12 years ago
  94. 12b42fd Merge "Use WRAP/UNWRAP for key exchange" by Brian Carlstrom · 12 years ago
  95. b9f9831 Use WRAP/UNWRAP for key exchange by Brian Carlstrom · 12 years ago
  96. 0c22436 Merge "Use the release name in Locale's table of releases." by Elliott Hughes · 12 years ago
  97. 271af43 Use the release name in Locale's table of releases. by Elliott Hughes · 12 years ago
  98. 087043b Merge "More support for ENGINE-based keys" by Kenny Root · 12 years ago
  99. beac31e More support for ENGINE-based keys by Kenny Root · 12 years ago
  100. 600dc49 Don't use the SSL_CTX prefix for a method that takes an SSL. by Jesse Wilson · 12 years ago