Skip to content

SHA256 Fingerprints are not handled. #401

@thsmi

Description

@thsmi

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) {

Metadata

Metadata

Assignees

Labels

AppIssue affects the standalone applicationbug

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions