mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 11:03:41 +02:00
Added remark
This commit is contained in:
@@ -5947,6 +5947,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
}
|
||||
|
||||
private ArrayList<String> getTrace(List<X509Certificate> certs, KeyStore ks) {
|
||||
// https://tools.ietf.org/html/rfc5280#section-4.2.1.3
|
||||
ArrayList<String> trace = new ArrayList<>();
|
||||
for (Certificate c : certs)
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user