|
@@ -183,9 +183,9 @@ public:
|
|
|
try {
|
|
|
Botan::SecureVector<Botan::byte> our_mac = hmac_->final();
|
|
|
if (len < getOutputLength()) {
|
|
|
- // Currently we don't support truncated signature. To avoid
|
|
|
- // validating too short signature accidently, we enforce the
|
|
|
- // standard signature size for the moment.
|
|
|
+ // Currently we don't support truncated signature in TSIG (see
|
|
|
+ // #920). To avoid validating too short signature accidently,
|
|
|
+ // we enforce the standard signature size for the moment.
|
|
|
// Once we support truncation correctly, this if-clause should
|
|
|
// (and the capitalized comment above) be removed.
|
|
|
return (false);
|