summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/javax/net
Commit message (Expand)AuthorAgeFilesLines
* Moving tests to be under the libcore.* package.Jesse Wilson2010-08-108-2300/+0
* Bring SSLSocketImpl and SSLEngine in line with OpenSSLSocketImpl's cipher suitesBrian Carlstrom2010-07-223-11/+239
* Fix PKCS12 and BKS KeyStore as well as SSL renegotiationBrian Carlstrom2010-07-164-2/+7
* Improved client certificate and certificate chain supportBrian Carlstrom2010-07-135-129/+182
* TestKeyStore only use RSA by default & fixing SSLEngine client auth with DSA ...Brian Carlstrom2010-07-081-1/+4
* Move StandardNames from javax.net.ssl package to the more appropriate java.se...Brian Carlstrom2010-06-215-2/+7
* Scrubbing broken tests and removing unnecessary organization AllTests.java fi...Jesse Wilson2010-06-041-34/+0
* RI 6 support for javax.net.sslBrian Carlstrom2010-05-267-182/+793
* Add RSA ephemeral callback for SSL_RSA_EXPORT_WITH_RC4_40_MD5 support (and mo...Brian Carlstrom2010-05-191-4/+0
* Rename expected exception to "expected" for test clarityBrian Carlstrom2010-05-195-50/+60
* SSLSocket.startHandshake should throw SSLProtocolException on handshake proto...Brian Carlstrom2010-05-191-5/+2
* SSLServerSocket accept should make sure enabled cipher suites have supporting...Brian Carlstrom2010-05-181-3/+0
* SSLSocketFactory.connect(Socket...) should allow port of -1Brian Carlstrom2010-05-181-2/+0
* Client certificates should only be set on request from serverBrian Carlstrom2010-05-182-12/+0
* Change Harmony CipherSuite to use JSSE namesBrian Carlstrom2010-05-171-2/+1
* Supported cipher suites improvementsBrian Carlstrom2010-05-174-58/+51
* Use JSSE cipher suite names and restore JSSE SSLSessionContext semanticsBrian Carlstrom2010-05-144-97/+75
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-11/+11
* SSLSessionContexts should throw NullPointerException on getSession(null)Brian Carlstrom2010-05-111-33/+87
* SSLContext.getClientSessionContext and getServerSessionContext should work be...Brian Carlstrom2010-05-101-3/+0
* Addressing post-submit comments regarding OpenSSL handhake changesBrian Carlstrom2010-05-041-0/+48
* Remove workarounds from JSSE tests now that SSLServerSocket.accept no longer ...Brian Carlstrom2010-05-042-160/+58
* OpenSSLSocket handshake overhaulBrian Carlstrom2010-05-045-457/+231
* Fixing javax.net.ssl test failures on RIBrian Carlstrom2010-04-083-5/+13
* Rewrite JSSE code to use one openssl SSL per SSLSocket an one SSL_CTX per SSL...Brian Carlstrom2010-04-061-2/+4
* Remove unnecessary final local variables and arguments from javax.net.ssl testsBrian Carlstrom2010-04-054-157/+157
* New "from scratch" Junit tests for javax.net.sslBrian Carlstrom2010-04-036-0/+1692