summaryrefslogtreecommitdiffstats
path: root/support/src/test/java/javax/net/ssl
Commit message (Expand)AuthorAgeFilesLines
* Moving tests to be under the libcore.* package.Jesse Wilson2010-08-104-579/+0
* Bring SSLSocketImpl and SSLEngine in line with OpenSSLSocketImpl's cipher suitesBrian Carlstrom2010-07-222-58/+69
* Fix PKCS12 and BKS KeyStore as well as SSL renegotiationBrian Carlstrom2010-07-162-440/+20
* Improved client certificate and certificate chain supportBrian Carlstrom2010-07-134-99/+370
* TestKeyStore only use RSA by default & fixing SSLEngine client auth with DSA ...Brian Carlstrom2010-07-081-5/+11
* Move StandardNames from javax.net.ssl package to the more appropriate java.se...Brian Carlstrom2010-06-212-611/+2
* Updating StandardNames for updated bouncycastle that is closer to the RIBrian Carlstrom2010-06-211-156/+77
* Add ProviderTest to verify expected algorithms from register ProvidersBrian Carlstrom2010-06-181-6/+388
* RI 6 support for javax.net.sslBrian Carlstrom2010-05-264-20/+305
* Enable Diffie-Hellman cipher suitesBrian Carlstrom2010-05-201-17/+17
* Change Harmony CipherSuite to use JSSE namesBrian Carlstrom2010-05-171-0/+2
* Supported cipher suites improvementsBrian Carlstrom2010-05-174-181/+289
* Remove ScopedGlobalRef (and other cleanups)Brian Carlstrom2010-05-151-5/+11
* Use JSSE cipher suite names and restore JSSE SSLSessionContext semanticsBrian Carlstrom2010-05-141-46/+106
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-2/+2
* SSLSessionContexts should throw NullPointerException on getSession(null)Brian Carlstrom2010-05-111-0/+8
* Addressing post-submit comments regarding OpenSSL handhake changesBrian Carlstrom2010-05-041-39/+99
* Remove workarounds from JSSE tests now that SSLServerSocket.accept no longer ...Brian Carlstrom2010-05-042-13/+11
* OpenSSLSocket handshake overhaulBrian Carlstrom2010-05-044-0/+490