summaryrefslogtreecommitdiffstats
path: root/core/java/android/net/SSLCertificateSocketFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Open up setKeyManager/setTrustManager.Ben Komalo2011-06-131-2/+0
* Makes SSLCertificateSocketFactory more flexibleBen Komalo2011-06-061-4/+34
* Don't link to Harmony implementation details in public APIs.Jesse Wilson2011-03-241-12/+4
* am 2d2f10fa: am 28c74257: Add @Deprecated to match @deprecated where it\'s mi...Jesse Wilson2010-11-091-0/+1
|\
| * Add @Deprecated to match @deprecated where it's missing.Jesse Wilson2010-11-091-0/+1
* | Delete used importBrian Carlstrom2010-11-081-3/+0
|/
* Rename internal SSLParameters to SSLParametersImpl to avoid collision with ne...Brian Carlstrom2010-09-141-1/+0
* Remove SSLContextImpl.engineInit(..) that takes persistent cache argumentsBrian Carlstrom2010-09-141-1/+2
* Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom2010-08-041-2/+2
* Skip hostname verification when using insecure factoryAndrew Stadler2010-07-121-6/+15
* Verify hostname where possible, and clarify where not.Dan Egnor2010-06-291-13/+120
* switching from ro.secure to ro.debuggable for relaxing ssl cert check.Debajit Ghosh2010-03-041-1/+1
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+2
* Add getInsecure() that returns a persistently insecure SSLSocketFactory,Dan Egnor2010-02-161-18/+39
* API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session cac...Dan Egnor2010-02-101-163/+113
* Moved DomainNameChecker to android common.Makoto Onuki2010-01-121-2/+3
* Updated Browser and MCS to use shared default trust manager instead of initia...Bob Lee2009-08-201-31/+3
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+290
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-254/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-53/+19
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-19/+53
* Initial ContributionThe Android Open Source Project2008-10-211-0/+254