This commit is contained in:
Thomas Nordquist
2019-04-04 19:51:44 +02:00
parent c20c075bcf
commit 09dcce97b7
55 changed files with 775 additions and 1415 deletions

View File

@@ -70,7 +70,7 @@ async function openCertificate(): Promise<CertificateParameters> {
return
}
if (data.length > 16_384 || data.length < 128) {
if (data.length > 16_384 || data.length < 128) {
reject(rejectReasons.certificateSizeDoesNotMatch)
return
}