index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
net
/
SSLCertificateSocketFactory.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-09-14
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-01-08
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-12
docs: Fix broken link to NPN protocol
Kevin Hufnagle
2019-03-12
Improve documentation around HostnameVerifier
Neil Fuller
2019-02-26
Use public APIs instead of Conscrypt ones
Adam Vartanian
2019-01-21
Deprecate SSLCertificateSocketFactory
Adam Vartanian
2018-10-22
Move some members to the "Q blacklist".
Mathew Inwood
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-06
Merge "Clarify which methods return connected sockets"
Adam Vartanian
2018-08-02
Clarify which methods return connected sockets
Adam Vartanian
2018-05-09
Merge "Fix android.net.SSLTest" am: ef43ea3238
Remi NGUYEN VAN
2018-05-08
Fix android.net.SSLTest
Remi NGUYEN VAN
2017-11-09
Merge "Docs: Added a link to Updating Your Security Provider to Protect Again...
Jon Dormody
2017-11-08
Docs: Added a link to Updating Your Security Provider to Protect Against
Jonathan Dormody
2017-05-01
Track updates to Conscrypt
Kenny Root
2017-01-27
Fix a bunch of repeated reads of a ro.* property
John Reck
2016-09-21
Fix a bunch of repeated reads of a ro.* property
John Reck
2015-02-04
Remove apache specific socket factory API.
Narayan Kamath
2014-11-03
am d00ced98: am b0cb0734: Merge "Track change to Conscrypt"
Kenny Root
2014-10-31
Track change to Conscrypt
Kenny Root
2014-10-23
Deprecate more apache-http.
Narayan Kamath
2014-08-14
Revert "Remove the warning if the caller gets the insecure variant and add ho...
Kenny Root
2013-10-29
am 07873e3a: am 56922039: am b4cae4a9: Merge "Fix SSLCertificateSocketFactory...
Alex Klyubin
2013-10-28
Fix SSLCertificateSocketFactory.getDefaultCipherSuites.
Alex Klyubin
2013-10-15
Remove the warning if the caller gets the insecure variant and add hostname v...
Costin Manolache
2013-09-10
Use hostname verifier directly instead of instance
Kenny Root
2013-07-23
Use hostname verifier directly instead of instance
Kenny Root
2013-06-26
Add ALPN support to SSL socket factory
Kenny Root
2013-04-29
Track change to JSSE provider
Kenny Root
2013-03-12
Switch TLS Channel ID API from ECPrivateKey to PrivateKey.
Alex Klyubin
2013-01-18
Add TLS Channel ID support to SSLCertificateSocketFactory.
Alex Klyubin
2012-09-26
Reverting public setSoWriteTimeout
Brian Carlstrom
2012-09-25
Add a static generator that takes a Socket Write Timeout Argumanet
Alon Albert
2012-09-25
Unhide SSLCertificateSocketFactory.setSoWriteTimeout
Brian Carlstrom
2012-09-21
Add SSLCertificateSocketFactory.setSoWriteTimeout to allow SO_SNDTIMEO to be ...
Brian Carlstrom
2012-09-18
Add APIs to enable SNI and session tickets on sockets.
Narayan Kamath
2012-05-17
Change NPN to forbid empty lists of protocols.
Jesse Wilson
2012-03-25
Add an API to expose Next Protocol Negotiation (NPN).
Jesse Wilson
2011-06-13
Open up setKeyManager/setTrustManager.
Ben Komalo
2011-06-06
Makes SSLCertificateSocketFactory more flexible
Ben Komalo
2011-03-24
Don't link to Harmony implementation details in public APIs.
Jesse Wilson
2010-11-09
am 2d2f10fa: am 28c74257: Add @Deprecated to match @deprecated where it\'s mi...
Jesse Wilson
2010-11-09
Add @Deprecated to match @deprecated where it's missing.
Jesse Wilson
2010-11-08
Delete used import
Brian Carlstrom
2010-09-14
Rename internal SSLParameters to SSLParametersImpl to avoid collision with ne...
Brian Carlstrom
2010-09-14
Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments
Brian Carlstrom
2010-08-04
Tracking merge of dalvik-dev to gingerbread
Brian Carlstrom
2010-07-12
Skip hostname verification when using insecure factory
Andrew Stadler
2010-06-29
Verify hostname where possible, and clarify where not.
Dan Egnor
[next]