The App should accept both SHA256 and SHA1 Fingerprints.
Thus the following line should check for cert.fingerprint as well as cert.fingerprint256 but it only checks for cert.fingerprint (SHA1).
|
if (options.fingerprints.indexOf(cert.fingerprint) !== NOT_FOUND) { |
The App should accept both SHA256 and SHA1 Fingerprints.
Thus the following line should check for cert.fingerprint as well as cert.fingerprint256 but it only checks for cert.fingerprint (SHA1).
sieve/src/app/libs/libManageSieve/SieveClient.js
Line 227 in 4b049d8