| Age | Commit message (Collapse) | Author |
|
With help of spdxconv tool [1], we able to bulk update all files license
and copyright format to comply with SPDX formats.
[1] https://kilabit.info/project/spdxconv/
|
|
|
|
|
|
The valid syntax to suppress linter warnings is "//nolint:<name>" with
no space between comment and "nolint" and between ":". Also, we move the
placement of nolint directive to the top of statements for multiple
nolint in the same scope.
While at it, fix and supress some linter warnings.
|
|
* HashAlg: Add unit test for unpacking hash algorithms.
* Key,
* make Type to be nil-able. Nil value on Type means its not defined and
will not print the default when packing;
* check for empty parameter on ParseTXT and lookupDNSTXT;
* check for DNS message response code; and
* make the Pack() method return compact text, without printing default
key value.
* KeyFlag: prevent duplicate flags.
* Signature,
* check the value immediately on set();
* add more unit test cases.
|
|
This implementation is based on RFC 6376 section 3.6 Key Management and
Representation.
|