summaryrefslogtreecommitdiffstats
path: root/support/src/test/java/libcore
Commit message (Expand)AuthorAgeFilesLines
* Add support for TLS_FALLBACK_SCSVKenny Root2014-10-061-0/+12
* TLS-PSK cipher suites enabled when PSKKeyManager is provided.Alex Klyubin2014-07-141-0/+9
* RemoveBrian Carlstrom2014-07-072-109/+9
* Assert the updated list of supported ECDHE-PSK cipher suites.Alex Klyubin2014-06-041-2/+2
* Merge "Document and assert support for TLS-PSK cipher suites."Alex Klyubin2014-05-292-4/+37
|\
| * Document and assert support for TLS-PSK cipher suites.Alex Klyubin2014-05-272-4/+37
* | Simplify assertions about SSLEngine.Alex Klyubin2014-05-232-78/+6
|/
* Enlarge the minimum key size of RSA to enhance the securityDanielMo2014-05-091-1/+1
* KeyManagerFactoryTest: add all the possible key typesKenny Root2014-05-071-4/+17
* Improve detection of CloseGuard protected resource leakagePaul Duffin2014-05-011-68/+0
* Fix SSLEngineTest for RIKenny Root2014-04-221-1/+1
* Update SSLEngineTest for OpenSSLKenny Root2014-04-102-31/+42
* Update SSLEngineTest for RIKenny Root2014-04-104-15/+41
* Add X509ExtendedTrustManagerKenny Root2014-03-253-16/+123
* StandardNames: only remove DH_* for RIKenny Root2014-03-211-3/+9
* Merge "Support multiple KeyManagers in TestSSLContext and TestKeyStore."Alex Klyubin2014-03-212-15/+12
|\
| * Support multiple KeyManagers in TestSSLContext and TestKeyStore.Alex Klyubin2014-03-192-15/+12
* | StandardNames: update RI expectationsKenny Root2014-03-201-32/+45
|/
* Modify FinalizationTester to use Runtime.gc()Neil Fuller2014-03-031-1/+3
* Skip TimaKeyStore in KeyStoreTestAn Liu2014-02-071-0/+6
* Assert PKCS#7 padding supported for AES and 3DES.Alex Klyubin2014-01-311-0/+12
* Disable MD5 cipher suites in SSLSocket and SSLEngine.Alex Klyubin2013-12-191-3/+1
* Actually prefer Forward Secrecy cipher suites.Alex Klyubin2013-12-181-2/+2
* Assert static key ECDH disallowed in default cipher suites.Alex Klyubin2013-12-181-4/+2
* Disable 3DES cipher suites in SSLSocket.Alex Klyubin2013-12-181-6/+0
* Disable static server key ECDH cipher suites in SSLSocket.Alex Klyubin2013-12-171-8/+0
* Enable AES-GCM cipher suites by default in SSLSocket.Alex Klyubin2013-12-171-3/+15
* Enable support for TLSv1.2 cipher suites in SSLSocket.Alex Klyubin2013-12-171-23/+41
* Enable TLSv1.1 and TLSv1.2 by default for SSLSocket.Alex Klyubin2013-12-161-1/+3
* Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket.Alex Klyubin2013-12-161-11/+5
* CipherTest: add support for GCM cipherKenny Root2013-12-131-0/+2
* Javadoc the default configuration of SSLEngine.Alex Klyubin2013-12-121-2/+4
* Javadoc the default configuration of SSLSocket.Alex Klyubin2013-12-111-1/+4
* resolved conflicts for merge of 8629cea4 to klp-dev-plus-aospAlex Klyubin2013-11-142-0/+161
|\
| * am 5ff3bc94: am 4c7d72a6: am fe1f3d77: am 11708986: am b00f46fc: am 23b3ea3a:...Alex Klyubin2013-11-142-0/+161
| |\
| | * am 4c7d72a6: am fe1f3d77: am 11708986: am b00f46fc: am 23b3ea3a: am e496d90d:...Alex Klyubin2013-11-142-0/+161
| | |\
| | | * am fe1f3d77: am 11708986: am b00f46fc: am 23b3ea3a: am e496d90d: am cef32f3b:...Alex Klyubin2013-11-142-0/+161
| | | |\
| | | | * am 11708986: am b00f46fc: am 23b3ea3a: am e496d90d: am cef32f3b: Merge "SSLEn...Alex Klyubin2013-11-142-0/+161
| | | | |\
| | | | | * am e496d90d: am cef32f3b: Merge "SSLEngine: Test that server params are verif...Alex Klyubin2013-11-142-0/+161
| | | | | |\
| | | | | | * am cef32f3b: Merge "SSLEngine: Test that server params are verified" into jb-devAlex Klyubin2013-11-142-0/+161
| | | | | | |\
| | | | | | | * SSLEngine: Test that server params are verifiedAlex Klyubin2013-11-132-0/+161
| * | | | | | | Move support library to a separate static libraryKenny Root2013-08-301-0/+45
| |/ / / / / /
* | | | | | | Merge "Higher-level default configuration asserts for TLS/SSL primitives."Alex Klyubin2013-11-131-0/+202
|\ \ \ \ \ \ \
| * | | | | | | Higher-level default configuration asserts for TLS/SSL primitives.Alex Klyubin2013-11-081-0/+202
* | | | | | | | Merge "Deprioritize HMAC-MD5 in default TLS/SSL cipher suites."Alex Klyubin2013-11-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Deprioritize HMAC-MD5 in default TLS/SSL cipher suites.Alex Klyubin2013-11-071-1/+1
| |/ / / / / / /
* | | | | | | | Add a second intermediate test CA.William Luh2013-11-081-0/+16
|/ / / / / / /
* | | | | | | Prefer Forward Secrecy TLS/SSL cipher suites by default.Alex Klyubin2013-11-071-14/+14
* | | | | | | Deprioritize RC4-based TLS/SSL cipher suites.Alex Klyubin2013-11-071-7/+7
* | | | | | | Exact asserts for TLS/SSL protocols used by default.Alex Klyubin2013-11-041-2/+43