mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Added remarks
This commit is contained in:
@@ -1050,6 +1050,8 @@ public class EmailService implements AutoCloseable {
|
||||
this.cert_strict = cert_strict;
|
||||
this.trustedFingerprint = fingerprint;
|
||||
|
||||
// https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SSLContext
|
||||
// https://stackoverflow.com/questions/69571364/sslcontext-getinstancetls-vulnerability
|
||||
// https://developer.android.com/about/versions/oreo/android-8.0-changes.html#security-all
|
||||
SSLContext sslContext;
|
||||
String protocol = (insecure ? "SSL" : "TLS");
|
||||
|
||||
Reference in New Issue
Block a user