| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
This switches AbstractVerifier to the DN parser used by the platform
default HostnameVerifier.
Bug: 16510257
(cherry picked from commit ec8c48dd748c81ba2cce518bf83cb9f236c30bae)
Change-Id: I8124b54801481065df5230c1277e59c5e602b2b9
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|