Project

General

Profile

Actions

Feature #1482

closed

Enable wildcard trust-anchor in ValidatorConfig

Added by Yingdi Yu about 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Security
Target version:
Start date:
04/14/2014
Due date:
% Done:

100%

Estimated time:

Description

When building a demo application, developers may want to disable packet validation.
Current implementation of ValidatorConfig does not allow that.

We can support this feature by defining a special trust anchor:

trust-anchor
{
  type any
}

As long as such a trust-anchor is defined in config file,
packet validation will be turned off.

Such a type of trust anchor is dangerous and may be abused by developers.
The risk of using it will be emphasized in the document.

Actions

Also available in: Atom PDF