summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/conn/ssl
Commit message (Collapse)AuthorAgeFilesLines
* Stricter subject DN parsing for HTTPS hostname verification.HEADreplicant-4.2-0004replicant-4.2-0003replicant-4.2Alex Klyubin2014-11-161-32/+4
| | | | | | | | | | | This switches AbstractVerifier to the DN parser used by the platform default HostnameVerifier. Bug: 16510257 (cherry picked from commit ec8c48dd748c81ba2cce518bf83cb9f236c30bae) Change-Id: I8124b54801481065df5230c1277e59c5e602b2b9
* Backport hostname verification correctness fixBrian Carlstrom2011-03-141-1/+1
| | | | | | | | | | 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
* Remove explicit SSLSocket.startHandshakeBrian Carlstrom2010-05-051-37/+0
| | | | | | | | | | | | | | | 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
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-0/+1051
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-1038/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-13/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+13
|
* Initial ContributionThe Android Open Source Project2008-10-217-0/+1038