1. f0cd15d Skip TimaKeyStore in KeyStoreTest by An Liu · 11 years ago
  2. 9f48b7f Assert PKCS#7 padding supported for AES and 3DES. by Alex Klyubin · 11 years ago
  3. f2c1e7e X509CertificateTest: add test for negative serial by Kenny Root · 11 years ago
  4. 82c6425 Delete Support_PortManager & OldDatagramSocketTest by Narayan Kamath · 11 years ago
  5. 71fa3ff Disable MD5 cipher suites in SSLSocket and SSLEngine. by Alex Klyubin · 11 years ago
  6. 1169c54 Actually prefer Forward Secrecy cipher suites. by Alex Klyubin · 11 years ago
  7. 69f9b8d Assert static key ECDH disallowed in default cipher suites. by Alex Klyubin · 11 years ago
  8. 9a61ef3 Disable 3DES cipher suites in SSLSocket. by Alex Klyubin · 11 years ago
  9. 5b15ad6 Disable static server key ECDH cipher suites in SSLSocket. by Alex Klyubin · 11 years ago
  10. 0f0e96a Enable AES-GCM cipher suites by default in SSLSocket. by Alex Klyubin · 11 years ago
  11. 9e73d3f Enable support for TLSv1.2 cipher suites in SSLSocket. by Alex Klyubin · 11 years ago
  12. 5336055 Enable TLSv1.1 and TLSv1.2 by default for SSLSocket. by Alex Klyubin · 11 years ago
  13. 2cca77a Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket. by Alex Klyubin · 11 years ago
  14. 0e5952d CipherTest: add support for GCM cipher by Kenny Root · 11 years ago
  15. b4675a5 Javadoc the default configuration of SSLEngine. by Alex Klyubin · 11 years ago
  16. 50ef556 Javadoc the default configuration of SSLSocket. by Alex Klyubin · 11 years ago
  17. b3cc80c am 439113b7: Merge "Import resources, fix JarURLConnectionTest." by Narayan Kamath · 11 years ago
  18. 7c7bb92 am ebf160a0: Merge "Add serialization golden files, fix tests." by Narayan Kamath · 11 years ago
  19. 114b527 am 4cac31eb: Merge "Add untracked harmony tests." by Narayan Kamath · 11 years ago
  20. 439113b Merge "Import resources, fix JarURLConnectionTest." by Narayan Kamath · 11 years ago
  21. ebf160a Merge "Add serialization golden files, fix tests." by Narayan Kamath · 11 years ago
  22. 4cac31e Merge "Add untracked harmony tests." by Narayan Kamath · 11 years ago
  23. f6fb19a resolved conflicts for merge of 8629cea4 to klp-dev-plus-aosp by Alex Klyubin · 11 years ago
  24. 8629cea am 5ff3bc94: am 4c7d72a6: am fe1f3d77: am 11708986: am b00f46fc: am 23b3ea3a: am e496d90d: am cef32f3b: Merge "SSLEngine: Test that server params are verified" into jb-dev by Alex Klyubin · 11 years ago
  25. 5ff3bc9 am 4c7d72a6: am fe1f3d77: am 11708986: am b00f46fc: am 23b3ea3a: am e496d90d: am cef32f3b: Merge "SSLEngine: Test that server params are verified" into jb-dev by Alex Klyubin · 11 years ago
  26. 4c7d72a am fe1f3d77: am 11708986: am b00f46fc: am 23b3ea3a: am e496d90d: am cef32f3b: Merge "SSLEngine: Test that server params are verified" into jb-dev by Alex Klyubin · 11 years ago
  27. fe1f3d7 am 11708986: am b00f46fc: am 23b3ea3a: am e496d90d: am cef32f3b: Merge "SSLEngine: Test that server params are verified" into jb-dev by Alex Klyubin · 11 years ago
  28. 23b3ea3 am e496d90d: am cef32f3b: Merge "SSLEngine: Test that server params are verified" into jb-dev by Alex Klyubin · 11 years ago
  29. e496d90 am cef32f3b: Merge "SSLEngine: Test that server params are verified" into jb-dev by Alex Klyubin · 11 years ago
  30. e19fe36 Import resources, fix JarURLConnectionTest. by Narayan Kamath · 11 years ago
  31. 0669a8c SSLEngine: Test that server params are verified by Alex Klyubin · 11 years ago
  32. 6644b6a Merge "Higher-level default configuration asserts for TLS/SSL primitives." by Alex Klyubin · 11 years ago
  33. 9aab36e Add serialization golden files, fix tests. by Narayan Kamath · 11 years ago
  34. cb318c6 Add untracked harmony tests. by Narayan Kamath · 11 years ago
  35. 36490d4 Merge "Deprioritize HMAC-MD5 in default TLS/SSL cipher suites." by Alex Klyubin · 11 years ago
  36. 181e96d Add a second intermediate test CA. by William Luh · 11 years ago
  37. f605c68 Higher-level default configuration asserts for TLS/SSL primitives. by Alex Klyubin · 11 years ago
  38. 76900fa Deprioritize HMAC-MD5 in default TLS/SSL cipher suites. by Alex Klyubin · 11 years ago
  39. 4892adf Prefer Forward Secrecy TLS/SSL cipher suites by default. by Alex Klyubin · 11 years ago
  40. 3cb3d30 Deprioritize RC4-based TLS/SSL cipher suites. by Alex Klyubin · 11 years ago
  41. f13911b Exact asserts for TLS/SSL protocols used by default. by Alex Klyubin · 11 years ago
  42. 632b6f7 Exact check for cipher suites used by SSLEngine by default. by Alex Klyubin · 11 years ago
  43. 2cd541f Refactor TLS/SSL cipher suite and protocol assertions. by Alex Klyubin · 11 years ago
  44. c1caa05 Do not use short-keyed TLS/SSL cipher suites by default. by Alex Klyubin · 11 years ago
  45. bda6980 JarUtils: try using the DigestEncryptionAlgorithm by Kenny Root · 11 years ago
  46. 9d72aad Conscrypt: add SHA-224 with tests by Kenny Root · 11 years ago
  47. 422092d Remove BC workaround in TestKeyStore by Kenny Root · 11 years ago
  48. 4616c7f Move support library to a separate static library by Kenny Root · 11 years ago
  49. b397b19 Move support library to a separate static library by Kenny Root · 11 years ago
  50. b274574 If libcore wants ASCII casing, it needs to ask for it like everyone else. by Elliott Hughes · 11 years ago
  51. cd059a5 am be240e13: Merge "Remove the isLocaleAvailable hacks." by Elliott Hughes · 11 years ago
  52. dd9b761 Remove the isLocaleAvailable hacks. by Elliott Hughes · 11 years ago
  53. 448053c am 35e2b734: Merge "JarFile: finish support for authenticated attributes" by Kenny Root · 12 years ago
  54. 3de7083 JarFile: finish support for authenticated attributes by Kenny Root · 12 years ago
  55. c286ebc am b5ba804a: Merge "Fix @deprecated javadoc orthography." by Elliott Hughes · 12 years ago
  56. 99b4489 Fix @deprecated javadoc orthography. by Elliott Hughes · 12 years ago
  57. 07064a7 am 0897c605: Merge "PBKDF2 tests to exercise new, correct PBE implementation." by Brian Carlstrom · 12 years ago
  58. 3f410d3 PBKDF2 tests to exercise new, correct PBE implementation. by William Luh · 12 years ago
  59. e9e7f03 CipherTest fixes by Brian Carlstrom · 12 years ago
  60. 1eba66d CipherTest fixes by Brian Carlstrom · 12 years ago
  61. 32d4f90 Rename AndroidKeyStoreProvider -> AndroidKeyStore by Kenny Root · 12 years ago
  62. 0b0c737 Rename AndroidKeyStore in tests to match impl by Kenny Root · 12 years ago
  63. 90d02cb Check the EE's eKU extension field, if present. by Chris Palmer · 12 years ago
  64. 0da1515 Check the EE's eKU extension field, if present. by Chris Palmer · 12 years ago
  65. 691f0a5 Cleanup openssl test generation scripts to work in any directory by Brian Carlstrom · 12 years ago
  66. 8659e5f Add test for empty CRL by Kenny Root · 12 years ago
  67. a698d22 SigAlgParams and other tests by Kenny Root · 12 years ago
  68. ac4b39b Tracking bouncycastle 1.48 upgrade by Brian Carlstrom · 12 years ago
  69. 0d7f656 X509CertificateTest: test for empty subjectAltNames by Kenny Root · 12 years ago
  70. 309e456 Add test for X509CertificateFactory#generateCertificates by Kenny Root · 12 years ago
  71. e9eff57 Add X509CRLTest in libcore tests by Kenny Root · 12 years ago
  72. 9ca3d07 Add X509CertificateTest in libcore tests by Kenny Root · 12 years ago
  73. df99092 resolved conflicts for merge of eef7e935 to jb-mr1-dev-plus-aosp by Brian Carlstrom · 12 years ago
  74. eef7e93 Test to verify BC Signature algorithms by OID by Brian Carlstrom · 12 years ago
  75. 9fb84f4 am adcea0bf: Merge "Prefer PKIX algorithm name for TrustManagerFactory and KeyManagerFactory" by Brian Carlstrom · 12 years ago
  76. c934a09 Prefer PKIX algorithm name for TrustManagerFactory and KeyManagerFactory by Brian Carlstrom · 12 years ago
  77. 1b18a42 am d2f41fe2: Merge "Fix ConcurrentCloseTest flakiness." by Elliott Hughes · 12 years ago
  78. 0e1afa1 Fix ConcurrentCloseTest flakiness. by Elliott Hughes · 12 years ago
  79. babccbf Fix ConcurrentCloseTest flakiness. by Elliott Hughes · 12 years ago
  80. 9dbe25c am 0bf8e7a3: Merge "Add support for ECDSA signatures on jar files" by Kenny Root · 12 years ago
  81. 52c906b Add support for ECDSA signatures on jar files by Kenny Root · 12 years ago
  82. 72e4440 Change OpenSSLCipherRSA.{engineGetBlockSize,engineGetOutputSize} to return result based on key size by Brian Carlstrom · 12 years ago
  83. a56d9c6 am 6508bcc2: Merge "Add stronger digest support to JarVerifier" by Kenny Root · 12 years ago
  84. bff099b Add stronger digest support to JarVerifier by Kenny Root · 12 years ago
  85. e64b5a1 am 9560ed5e: am 6ff99058: Merge "OpenSSLCipher: add Ciphers to StandardNames" by Kenny Root · 12 years ago
  86. 5818245 OpenSSLCipher: add Ciphers to StandardNames by Kenny Root · 12 years ago
  87. 3db1bf0 am 67c7510f: am f776b18f: Merge "Add more CipherTest tests" by Kenny Root · 12 years ago
  88. 847f22a Add more CipherTest tests by Kenny Root · 12 years ago
  89. fe8b870 Tracking upgrade to bouncycastle 1.47 by Brian Carlstrom · 12 years ago
  90. f099327 am a1359997: am 9f519e17: Merge "Add OpenSSLProvider support for Cipher.RSA/None/PKCS1Padding" by Brian Carlstrom · 12 years ago
  91. 0a156e0 Add OpenSSLProvider support for Cipher.RSA/None/PKCS1Padding by Brian Carlstrom · 12 years ago
  92. a8ae31b Add Android KeyStore provider to StandardNames by Kenny Root · 12 years ago
  93. 62fc526 Add new Android-only algos to StandardNames by Kenny Root · 12 years ago
  94. ec9557a Remove SSLContext TLSv1.1 and TLSv1.2 from expected list for RI by Brian Carlstrom · 12 years ago
  95. d3298cd Fix URLConnectionTest#test_getAllowUserInteraction. by Elliott Hughes · 12 years ago
  96. 3827b65 Fix URLConnectionTest#test_getAllowUserInteraction. by Elliott Hughes · 12 years ago
  97. 903b3f5 Start removing Support_PortManager. by Elliott Hughes · 12 years ago
  98. 5b7f91c Split OpenSSLRSAPrivateCrtKey from OpenSSLRSAPrivateKey by Brian Carlstrom · 13 years ago
  99. 3e6dd45 Tracking openssl-1.0.1 by Brian Carlstrom · 13 years ago
  100. 10078da Kill SerializationTester; obsoleted by SerializableTester. by Jesse Wilson · 13 years ago