summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax/net/ssl
Commit message (Expand)AuthorAgeFilesLines
* Mark deprecated ciphers visuallyKenny Root2015-06-122-146/+162
* Update offered ciphersKenny Root2015-06-042-102/+102
* Replace hyphen with en dashKenny Root2015-06-032-112/+112
* Reflect removal of DSS cipher suites in Javadocs.Alex Klyubin2015-03-122-31/+29
* Use okhttp's OkHostnameVerifier as the default.Alex Klyubin2014-12-042-203/+10
* CTS tests for the platform-default HostnameVerifier.Alex Klyubin2014-11-241-2/+3
* Adjust tests for removal of DSS TLS/SSL cipher suites.Alex Klyubin2014-11-172-0/+2
* Remove workaround for *.clients.google.com hostname verication.Alex Klyubin2014-11-101-4/+1
* am e6a6e935: Add support for TLS_FALLBACK_SCSVKenny Root2014-10-062-0/+10
|\
| * Add support for TLS_FALLBACK_SCSVKenny Root2014-10-062-0/+10
* | am 3a025d3d: Merge "Enable hostname verification for absolute hostnames."Kenny Root2014-09-301-0/+8
|\ \
| * \ Merge "Enable hostname verification for absolute hostnames."Kenny Root2014-09-301-0/+8
| |\ \
| | * | Enable hostname verification for absolute hostnames.Alex Klyubin2014-09-171-0/+8
* | | | am 76d38635: Merge "Reject wildcard certs for single-label domain names."Kenny Root2014-09-301-0/+27
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Reject wildcard certs for single-label domain names.Alex Klyubin2014-09-241-0/+27
| |/
| * Merge "SSLSocketFactory: don't reload the default if class name is same"Kenny Root2014-07-241-20/+30
| |\
| | * SSLSocketFactory: don't reload the default if class name is sameKenny Root2014-07-231-20/+30
* | | Reinstate the workaround for android.clients.google.com.Alex Klyubin2014-07-311-1/+4
* | | am 98701d71: Merge "Add a way to get all values of an attribute of DN." into ...Alex Klyubin2014-07-251-0/+70
|\ \ \
| * \ \ Merge "Add a way to get all values of an attribute of DN." into lmp-devAlex Klyubin2014-07-241-0/+70
| |\ \ \
| | * | | Add a way to get all values of an attribute of DN.Alex Klyubin2014-07-241-0/+70
* | | | | am fa7f9bad: SSLSocketFactory: don\'t reload the default if class name is sameKenny Root2014-07-251-20/+30
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | SSLSocketFactory: don't reload the default if class name is sameKenny Root2014-07-251-20/+30
| |/ /
| * | TLS-PSK cipher suites enabled when PSKKeyManager is provided.Alex Klyubin2014-07-152-8/+14
| * | reconcile aosp (510a147e8b463fc2678aed6ad4f8095cc891eea8) after branching. Pl...Ed Heyl2014-07-142-16/+16
| * | reconcile aosp (86eae8dd1e7405394f0e9efe1252575ef9a9674c) after branching. Pl...Ed Heyl2014-07-142-0/+18
| * | RemoveBrian Carlstrom2014-07-074-161/+0
| * | am e8a95806: @hide.Elliott Hughes2014-06-164-0/+5
| |\ \
| | * | @hide.Elliott Hughes2014-06-164-0/+5
| * | | am c0a8f479: am 9adf681e: am 4352ab40: Merge "Document and assert support for...Alex Klyubin2014-05-292-0/+60
| |\ \ \
| * \ \ \ am a8a3743a: am daa5c14e: am b106b5f3: Merge "Update SSLEngine Javadoc to ref...Alex Klyubin2014-05-281-53/+358
| |\ \ \ \
| * \ \ \ \ am 8efbeb67: am 0509b224: am cbc04230: Merge "Fix a sorting bug in SSLSocket ...Alex Klyubin2014-05-231-4/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Unhide new SSL APIsKenny Root2014-05-064-5/+0
* | | | | | Remove workaround for *.clients.google.com.Alex Klyubin2014-07-231-4/+1
| |_|_|_|/ |/| | | |
* | | | | 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
* 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