Merge pull request #2120 from jackschmidt/nsec3-empty-salt-fix

nsec3 m 8300: salt can be empty
pull/2115/head
Jens Steube 5 years ago committed by GitHub
commit dc000aa281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ int module_hash_decode (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSE
token.attr[1] = TOKEN_ATTR_VERIFY_LENGTH;
token.sep[2] = ':';
token.len_min[2] = 1;
token.len_min[2] = 0;
token.len_max[2] = 32;
token.attr[2] = TOKEN_ATTR_VERIFY_LENGTH;

Loading…
Cancel
Save