summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge "Remove workaround for *.clients.google.com."Alex Klyubin2014-07-231-4/+1
|\ \ \ \ \ \
| * | | | | | Remove workaround for *.clients.google.com.Alex Klyubin2014-07-231-4/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Fix serialization / deserialization of SealedObjectNeil Fuller2014-07-241-29/+43
|/ / / / /
* | | | | TLS-PSK cipher suites enabled when PSKKeyManager is provided.Alex Klyubin2014-07-142-8/+14
* | | | | Merge "TLS-PSK cipher suites should appear in API Level 21."Alex Klyubin2014-07-112-16/+16
|\ \ \ \ \
| * | | | | TLS-PSK cipher suites should appear in API Level 21.Alex Klyubin2014-07-082-16/+16
* | | | | | Merge "Invalidate cache of default SocketFactory"Kenny Root2014-07-102-0/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Invalidate cache of default SocketFactoryKenny Root2014-06-272-0/+18
| | |_|_|/ | |/| | |
* | | | | RemoveBrian Carlstrom2014-07-074-161/+0
|/ / / /
* | | | Merge "Document and assert support for TLS-PSK cipher suites."Alex Klyubin2014-05-292-0/+60
|\ \ \ \ | |_|_|/ |/| | |
| * | | Document and assert support for TLS-PSK cipher suites.Alex Klyubin2014-05-272-0/+60
| | |/ | |/|
* | | Merge "Update SSLEngine Javadoc to reflect recent changes."Alex Klyubin2014-05-281-53/+358
|\ \ \ | |/ / |/| |
| * | Update SSLEngine Javadoc to reflect recent changes.Alex Klyubin2014-05-231-53/+358
| |/
* | Fix a sorting bug in SSLSocket javadoc.Alex Klyubin2014-05-231-4/+4
|/
* SSLEngineResult: better exception messagesKenny Root2014-05-051-4/+4
* Improve documentation and tests of SSLContext.init.Alex Klyubin2014-03-271-6/+23
* Add X509ExtendedTrustManagerKenny Root2014-03-254-6/+166
* Late binding: support NullCipherKenny Root2014-02-131-1/+11
* Late binding: add support to MacKenny Root2014-02-061-26/+133
* Late binding: add support to KeyAgreementKenny Root2014-02-061-33/+120
* Late binding: reinitializing causes selectionKenny Root2014-02-061-4/+10
* Late binding: fix refactor mistake in CipherKenny Root2014-02-061-3/+3
* Improve JCE getInstance documentationKenny Root2014-02-056-5/+11
* Late binding: supplied Provider should be usedKenny Root2014-02-051-32/+47
* CipherInputStream: increase buffers for speedKenny Root2014-01-151-29/+44
* Disable MD5 cipher suites in SSLSocket and SSLEngine.Alex Klyubin2013-12-191-2/+2
* Disable 3DES cipher suites in SSLSocket.Alex Klyubin2013-12-181-7/+7
* Disable static server key ECDH cipher suites in SSLSocket.Alex Klyubin2013-12-171-8/+8
* Enable AES-GCM cipher suites by default in SSLSocket.Alex Klyubin2013-12-171-9/+9
* Enable support for TLSv1.2 cipher suites in SSLSocket.Alex Klyubin2013-12-171-0/+165
* Enable TLSv1.1 and TLSv1.2 by default for SSLSocket.Alex Klyubin2013-12-161-2/+2
* Merge "Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket."Alex Klyubin2013-12-161-4/+4
|\
| * Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket.Alex Klyubin2013-12-161-4/+4
* | Late binding: add support to CipherKenny Root2013-12-161-109/+213
|/
* Javadoc protocols and providers supported by SSLContext.Alex Klyubin2013-12-131-0/+113
* Javadoc the default configuration of SSLEngine.Alex Klyubin2013-12-121-0/+280
* Javadoc the default configuration of SSLSocket.Alex Klyubin2013-12-111-0/+506
* Fix Cipher doc.Xizhi Zhu (Steven)2013-12-051-1/+1
* Use @throws rather than the deprecated and unusual @exception.Elliott Hughes2013-10-151-6/+5
* Add specific exception for wrong final block lengthKenny Root2013-09-121-1/+1
* Delay SSLSocketImpl instantiation until neededKenny Root2013-09-101-10/+15
* Move initialization check higher for updateAADKenny Root2013-05-311-3/+3
* Add classes for AEAD encryptionKenny Root2013-05-144-1/+297
* Fix DatatypeFactory documentation.Elliott Hughes2013-02-221-0/+3
* Improve exception detail in Mac.updateBrian Carlstrom2013-01-181-1/+3
* Should favor most specific CN when working with distinguished namesBrian Carlstrom2013-01-071-7/+9
* Should favor last CN when working with distinguished namesBrian Carlstrom2013-01-042-7/+12
* Prefer PKIX algorithm name for TrustManagerFactory and KeyManagerFactoryBrian Carlstrom2012-10-293-5/+15
* Merge "Remove various content-free package.html files."Elliott Hughes2012-10-111-7/+0
|\
| * Remove various content-free package.html files.Elliott Hughes2012-10-111-7/+0