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