summaryrefslogtreecommitdiff
path: root/core/java/android/net/SSLCertificateSocketFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-10/+10
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-10/+10
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-10/+10
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-5/+5
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-081-1/+1
* docs: Fix broken link to NPN protocolKevin Hufnagle2019-11-121-1/+2
* Improve documentation around HostnameVerifierNeil Fuller2019-03-121-11/+14
* Use public APIs instead of Conscrypt onesAdam Vartanian2019-02-261-7/+10
* Deprecate SSLCertificateSocketFactoryAdam Vartanian2019-01-211-0/+9
* Move some members to the "Q blacklist".Mathew Inwood2018-10-221-3/+4
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+23
* Merge "Clarify which methods return connected sockets"Adam Vartanian2018-08-061-8/+22
|\
| * Clarify which methods return connected socketsAdam Vartanian2018-08-021-8/+22
* | Merge "Fix android.net.SSLTest" am: ef43ea3238Remi NGUYEN VAN2018-05-091-1/+6
|\|
| * Fix android.net.SSLTestRemi NGUYEN VAN2018-05-081-1/+6
* | Merge "Docs: Added a link to Updating Your Security Provider to Protect Again...Jon Dormody2017-11-091-1/+6
|\ \ | |/ |/|
| * Docs: Added a link to Updating Your Security Provider to Protect AgainstJonathan Dormody2017-11-081-1/+6
| * Fix a bunch of repeated reads of a ro.* propertyJohn Reck2016-09-211-2/+4
* | Track updates to ConscryptKenny Root2017-05-011-1/+2
* | Fix a bunch of repeated reads of a ro.* propertyJohn Reck2017-01-271-2/+4
|/
* Remove apache specific socket factory API.Narayan Kamath2015-02-041-0/+2
* am d00ced98: am b0cb0734: Merge "Track change to Conscrypt"Kenny Root2014-11-031-1/+1
|\
| * Track change to ConscryptKenny Root2014-10-311-1/+1
* | Deprecate more apache-http.Narayan Kamath2014-10-231-0/+6
* | Revert "Remove the warning if the caller gets the insecure variant and add ho...Kenny Root2014-08-141-3/+3
* | am 07873e3a: am 56922039: am b4cae4a9: Merge "Fix SSLCertificateSocketFactory...Alex Klyubin2013-10-291-1/+1
|\|
| * Fix SSLCertificateSocketFactory.getDefaultCipherSuites.Alex Klyubin2013-10-281-1/+1
| * Use hostname verifier directly instead of instanceKenny Root2013-09-101-4/+1
* | Remove the warning if the caller gets the insecure variant and add hostname v...Costin Manolache2013-10-151-3/+3
* | Use hostname verifier directly instead of instanceKenny Root2013-07-231-4/+1
|/
* Add ALPN support to SSL socket factoryKenny Root2013-06-261-6/+50
* Track change to JSSE providerKenny Root2013-04-291-3/+3
* Switch TLS Channel ID API from ECPrivateKey to PrivateKey.Alex Klyubin2013-03-121-4/+4
* Add TLS Channel ID support to SSLCertificateSocketFactory.Alex Klyubin2013-01-181-0/+22
* Reverting public setSoWriteTimeoutBrian Carlstrom2012-09-261-36/+4
* Add a static generator that takes a Socket Write Timeout ArgumanetAlon Albert2012-09-251-1/+35
* Unhide SSLCertificateSocketFactory.setSoWriteTimeoutBrian Carlstrom2012-09-251-3/+1
* Add SSLCertificateSocketFactory.setSoWriteTimeout to allow SO_SNDTIMEO to be ...Brian Carlstrom2012-09-211-0/+17
* Add APIs to enable SNI and session tickets on sockets.Narayan Kamath2012-09-181-1/+34
* Change NPN to forbid empty lists of protocols.Jesse Wilson2012-05-171-2/+5
* Add an API to expose Next Protocol Negotiation (NPN).Jesse Wilson2012-03-251-3/+61
* 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