Closed tobiasbrunner closed 11 months ago
https://github.com/thsmi/sieve/blob/dfeeac10cb5cf65b08b31360229053bcdae50174/src/common/libManageSieve/SieveCrypto.mjs#L41
This should be:
if ((name !== HASH_SHA1) && (name !== HASH_SHA256) && (name !== HASH_SHA512))
as this.name is only set after this check.
this.name
Thank you for you contribution it is now integrated into the main.
https://github.com/thsmi/sieve/blob/dfeeac10cb5cf65b08b31360229053bcdae50174/src/common/libManageSieve/SieveCrypto.mjs#L41
This should be:
as
this.name
is only set after this check.