summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax/net/ssl/DefaultHostnameVerifier.java
Commit message (Expand)AuthorAgeFilesLines
* Use okhttp's OkHostnameVerifier as the default.Alex Klyubin2014-12-041-202/+0
* CTS tests for the platform-default HostnameVerifier.Alex Klyubin2014-11-241-2/+3
* Remove workaround for *.clients.google.com hostname verication.Alex Klyubin2014-11-101-4/+1
* 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
| |/
* | Reinstate the workaround for android.clients.google.com.Alex Klyubin2014-07-311-1/+4
|/
* Remove workaround for *.clients.google.com.Alex Klyubin2014-07-231-4/+1
* Should favor last CN when working with distinguished namesBrian Carlstrom2013-01-041-1/+2
* Use lenient wildcard matching for *.clients.google.com.Brian Carlstrom2012-01-231-2/+2
* Use lenient wildcard matching for android.clients.google.com.Jesse Wilson2012-01-031-1/+4
* Cleanup verifyHostName to use regionMatches instead of regex splits.Jesse Wilson2012-01-021-36/+21
* Move the frameworks/base hostname verifier into libcore. Part 1/2Jesse Wilson2011-12-271-131/+110
* Simplify internal libcore logging.Elliott Hughes2011-02-221-4/+1
* Kill most users of StringTokenizer.Elliott Hughes2011-01-131-6/+3
* Change all "final static"s to "static final".Elliott Hughes2011-01-111-2/+2
* Optimize DefaultHostnameVerifier.Jesse Wilson2010-12-201-218/+65
* Favor Harmony's CertificateFactory.X509 over BouncyCastle'sBrian Carlstrom2010-10-041-52/+43
* Don't use StringBuffer where we don't need to.Brian Carlstrom2010-09-011-3/+3
* Clean up some dead/useless code.Elliott Hughes2010-08-111-2/+49
* Sorting imports.Jesse Wilson2010-08-111-8/+1
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-6/+6
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-041-0/+329