summaryrefslogtreecommitdiff
path: root/core/java/android/net/SSLCertificateSocketFactory.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-01-08Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-12docs: Fix broken link to NPN protocolKevin Hufnagle
2019-03-12Improve documentation around HostnameVerifierNeil Fuller
2019-02-26Use public APIs instead of Conscrypt onesAdam Vartanian
2019-01-21Deprecate SSLCertificateSocketFactoryAdam Vartanian
2018-10-22Move some members to the "Q blacklist".Mathew Inwood
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-06Merge "Clarify which methods return connected sockets"Adam Vartanian
2018-08-02Clarify which methods return connected socketsAdam Vartanian
2018-05-09Merge "Fix android.net.SSLTest" am: ef43ea3238Remi NGUYEN VAN
2018-05-08Fix android.net.SSLTestRemi NGUYEN VAN
2017-11-09Merge "Docs: Added a link to Updating Your Security Provider to Protect Again...Jon Dormody
2017-11-08Docs: Added a link to Updating Your Security Provider to Protect AgainstJonathan Dormody
2017-05-01Track updates to ConscryptKenny Root
2017-01-27Fix a bunch of repeated reads of a ro.* propertyJohn Reck
2016-09-21Fix a bunch of repeated reads of a ro.* propertyJohn Reck
2015-02-04Remove apache specific socket factory API.Narayan Kamath
2014-11-03am d00ced98: am b0cb0734: Merge "Track change to Conscrypt"Kenny Root
2014-10-31Track change to ConscryptKenny Root
2014-10-23Deprecate more apache-http.Narayan Kamath
2014-08-14Revert "Remove the warning if the caller gets the insecure variant and add ho...Kenny Root
2013-10-29am 07873e3a: am 56922039: am b4cae4a9: Merge "Fix SSLCertificateSocketFactory...Alex Klyubin
2013-10-28Fix SSLCertificateSocketFactory.getDefaultCipherSuites.Alex Klyubin
2013-10-15Remove the warning if the caller gets the insecure variant and add hostname v...Costin Manolache
2013-09-10Use hostname verifier directly instead of instanceKenny Root
2013-07-23Use hostname verifier directly instead of instanceKenny Root
2013-06-26Add ALPN support to SSL socket factoryKenny Root
2013-04-29Track change to JSSE providerKenny Root
2013-03-12Switch TLS Channel ID API from ECPrivateKey to PrivateKey.Alex Klyubin
2013-01-18Add TLS Channel ID support to SSLCertificateSocketFactory.Alex Klyubin
2012-09-26Reverting public setSoWriteTimeoutBrian Carlstrom
2012-09-25Add a static generator that takes a Socket Write Timeout ArgumanetAlon Albert
2012-09-25Unhide SSLCertificateSocketFactory.setSoWriteTimeoutBrian Carlstrom
2012-09-21Add SSLCertificateSocketFactory.setSoWriteTimeout to allow SO_SNDTIMEO to be ...Brian Carlstrom
2012-09-18Add APIs to enable SNI and session tickets on sockets.Narayan Kamath
2012-05-17Change NPN to forbid empty lists of protocols.Jesse Wilson
2012-03-25Add an API to expose Next Protocol Negotiation (NPN).Jesse Wilson
2011-06-13Open up setKeyManager/setTrustManager.Ben Komalo
2011-06-06Makes SSLCertificateSocketFactory more flexibleBen Komalo
2011-03-24Don't link to Harmony implementation details in public APIs.Jesse Wilson
2010-11-09am 2d2f10fa: am 28c74257: Add @Deprecated to match @deprecated where it\'s mi...Jesse Wilson
2010-11-09Add @Deprecated to match @deprecated where it's missing.Jesse Wilson
2010-11-08Delete used importBrian Carlstrom
2010-09-14Rename internal SSLParameters to SSLParametersImpl to avoid collision with ne...Brian Carlstrom
2010-09-14Remove SSLContextImpl.engineInit(..) that takes persistent cache argumentsBrian Carlstrom
2010-08-04Tracking merge of dalvik-dev to gingerbreadBrian Carlstrom
2010-07-12Skip hostname verification when using insecure factoryAndrew Stadler
2010-06-29Verify hostname where possible, and clarify where not.Dan Egnor