| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for RFC 5746 TLS extension | Kenny Root | 2016-01-06 | 1 | -1/+2 |
* | Add RSA-OAEP and RSA-PSS to StandardNames. | Alex Klyubin | 2015-06-17 | 1 | -0/+11 |
* | Update offered ciphers | Kenny Root | 2015-06-04 | 1 | -48/+48 |
* | No need to test "GCM" mode in regular Cipher test | Kenny Root | 2015-05-19 | 1 | -1/+1 |
* | Track change from GCM -> AES/GCM/NoPadding | Kenny Root | 2015-05-19 | 1 | -2/+2 |
* | Unbreak SecretKeyFactory-related ProviderTest. | Alex Klyubin | 2015-04-15 | 1 | -0/+6 |
* | libcore: change SSLEngineTest to close SSLEngine instances | Sergio Giro | 2015-04-08 | 1 | -0/+18 |
* | Fix misspelling of Kerberos | Brian Carlstrom | 2015-03-18 | 1 | -1/+1 |
* | am f0841451: Merge "Add SSLSocket tests which inspect emitted ClientHello fie... | Alex Klyubin | 2015-01-23 | 2 | -58/+49 |
|\ |
|
| * | Add SSLSocket tests which inspect emitted ClientHello fields. | Alex Klyubin | 2015-01-22 | 2 | -58/+49 |
* | | am ed755e7c: Merge "SSLEngineTest: position should be same as produced/consumed" | Kenny Root | 2015-01-08 | 1 | -3/+11 |
|\ \
| |/ |
|
| * | SSLEngineTest: position should be same as produced/consumed | Kenny Root | 2015-01-07 | 1 | -3/+11 |
* | | am 8f090052: Merge "Repurpose "HexEncoding" for internal users." | Narayan Kamath | 2014-12-16 | 3 | -97/+4 |
|\ \
| |/ |
|
| * | Repurpose "HexEncoding" for internal users. | Narayan Kamath | 2014-12-16 | 3 | -97/+4 |
* | | am 06609270: Merge "Assert finite default timeout for TLS/SSL sessions." | Alex Klyubin | 2014-11-25 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Assert finite default timeout for TLS/SSL sessions. | Alex Klyubin | 2014-11-24 | 1 | -1/+2 |
* | | am 4b5092ae: Merge "Fix SSLContextTest.test_SSLContext_defaultConfiguration f... | Alex Klyubin | 2014-11-18 | 3 | -241/+255 |
|\ \
| |/ |
|
| * | Merge "Fix SSLContextTest.test_SSLContext_defaultConfiguration failure" | Alex Klyubin | 2014-11-18 | 3 | -241/+255 |
| |\ |
|
| | * | Fix SSLContextTest.test_SSLContext_defaultConfiguration failure | Alex Klyubin | 2014-11-18 | 3 | -241/+255 |
* | | | am 5a32ef57: Merge "Adjust tests for removal of DSS TLS/SSL cipher suites." | Alex Klyubin | 2014-11-18 | 1 | -11/+11 |
|\ \ \
| |/ / |
|
| * | | Adjust tests for removal of DSS TLS/SSL cipher suites. | Alex Klyubin | 2014-11-17 | 1 | -11/+11 |
| |/ |
|
* | | am 5dbbe831: Merge "Basic library for parsing TLS/SSL ClientHellos in tests." | Alex Klyubin | 2014-11-13 | 11 | -0/+1194 |
|\ \
| |/ |
|
| * | Basic library for parsing TLS/SSL ClientHellos in tests. | Alex Klyubin | 2014-11-12 | 11 | -0/+1194 |
* | | am 258e3d15: TestKeyStore: more possibilities for KeyStore creation | Kenny Root | 2014-11-12 | 1 | -31/+78 |
|\ \
| |/
|/| |
|
| * | TestKeyStore: more possibilities for KeyStore creation | Kenny Root | 2014-11-12 | 1 | -31/+78 |
| * | Add support for TLS_FALLBACK_SCSV | Kenny Root | 2014-10-06 | 1 | -0/+12 |
* | | SSLSocket: track update to TLS defaults | Kenny Root | 2014-11-03 | 1 | -6/+8 |
* | | SSLSocket: document current behavior with SSLContext | Kenny Root | 2014-11-03 | 1 | -0/+50 |
* | | Add support for TLS_FALLBACK_SCSV | Kenny Root | 2014-10-22 | 1 | -0/+12 |
|/ |
|
* | TLS-PSK cipher suites enabled when PSKKeyManager is provided. | Alex Klyubin | 2014-07-14 | 1 | -0/+9 |
* | Remove | Brian Carlstrom | 2014-07-07 | 2 | -109/+9 |
* | Assert the updated list of supported ECDHE-PSK cipher suites. | Alex Klyubin | 2014-06-04 | 1 | -2/+2 |
* | Merge "Document and assert support for TLS-PSK cipher suites." | Alex Klyubin | 2014-05-29 | 2 | -4/+37 |
|\ |
|
| * | Document and assert support for TLS-PSK cipher suites. | Alex Klyubin | 2014-05-27 | 2 | -4/+37 |
* | | Simplify assertions about SSLEngine. | Alex Klyubin | 2014-05-23 | 2 | -78/+6 |
|/ |
|
* | Enlarge the minimum key size of RSA to enhance the security | DanielMo | 2014-05-09 | 1 | -1/+1 |
* | KeyManagerFactoryTest: add all the possible key types | Kenny Root | 2014-05-07 | 1 | -4/+17 |
* | Improve detection of CloseGuard protected resource leakage | Paul Duffin | 2014-05-01 | 1 | -68/+0 |
* | Fix SSLEngineTest for RI | Kenny Root | 2014-04-22 | 1 | -1/+1 |
* | Update SSLEngineTest for OpenSSL | Kenny Root | 2014-04-10 | 2 | -31/+42 |
* | Update SSLEngineTest for RI | Kenny Root | 2014-04-10 | 4 | -15/+41 |
* | Add X509ExtendedTrustManager | Kenny Root | 2014-03-25 | 3 | -16/+123 |
* | StandardNames: only remove DH_* for RI | Kenny Root | 2014-03-21 | 1 | -3/+9 |
* | Merge "Support multiple KeyManagers in TestSSLContext and TestKeyStore." | Alex Klyubin | 2014-03-21 | 2 | -15/+12 |
|\ |
|
| * | Support multiple KeyManagers in TestSSLContext and TestKeyStore. | Alex Klyubin | 2014-03-19 | 2 | -15/+12 |
* | | StandardNames: update RI expectations | Kenny Root | 2014-03-20 | 1 | -32/+45 |
|/ |
|
* | Modify FinalizationTester to use Runtime.gc() | Neil Fuller | 2014-03-03 | 1 | -1/+3 |
* | Skip TimaKeyStore in KeyStoreTest | An Liu | 2014-02-07 | 1 | -0/+6 |
* | Assert PKCS#7 padding supported for AES and 3DES. | Alex Klyubin | 2014-01-31 | 1 | -0/+12 |
* | Disable MD5 cipher suites in SSLSocket and SSLEngine. | Alex Klyubin | 2013-12-19 | 1 | -3/+1 |