History log of /external/apache-http/src/org/apache/http/conn/ssl/AbstractVerifier.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
177cd647c9fa02329fb9800f71282b233170f986 14-Mar-2011 Brian Carlstrom <bdc@google.com> Backport hostname verification correctness fix

From libcore's commit with sha 6767bdbe6bb1d4542c97868d8df1f71d2414fc62

The only behavior change should be a bug fix. There was a check
"cn.lastIndexOf('.') >= 0" that was always true. This has been
fixed to match the comment "require two dots".

Change-Id: I680cad56a1f86150128e587f8c8e19be6ef27bc3
/external/apache-http/src/org/apache/http/conn/ssl/AbstractVerifier.java
5648c97be2c515bdafeff3d8a4b07ea0ddc3e357 05-May-2010 Brian Carlstrom <bdc@google.com> Remove explicit SSLSocket.startHandshake

When dalvik-dev merges to master, startHandshake will imply that the
caller wants a fully synchronous handshake instead of using handshake
cutthrough. This removes an unnecessary startHandshake so that
handshake cutthrough won't be disabled for Apache http connections.

This change brings Abstract verify into sync with the code from
javax.net.ssl.DefaultHostnameVerifier from dalvik-dev which also
removed this same duplicated code.

src/org/apache/http/conn/ssl/AbstractVerifier.java

Change-Id: I505e27db97ce49d3c76b3a8af9046238149500d3
/external/apache-http/src/org/apache/http/conn/ssl/AbstractVerifier.java
069490a5ca2fd1988d29daf45d892f47ad665115 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/apache-http/src/org/apache/http/conn/ssl/AbstractVerifier.java
e5d9544310b857f3ee9ec172bdbff8077323f9a1 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/apache-http/src/org/apache/http/conn/ssl/AbstractVerifier.java
417f3b92ba4549b2f22340e3107d869d2b9c5bb8 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/apache-http/src/org/apache/http/conn/ssl/AbstractVerifier.java