You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill in the fields below to submit an issue or feature request. The
more information that is provided, the better.
Description of issue or feature request:
#19 added sublayout verification functionality to the go implementation. However, there are certain tests missing that must be added. Specifically we must test for:
multi level sublayouts
failure to verify superlayout because of failure of verification of sublayout
further tests designed for verification to fail to ensure failure occurs gracefully
Current behavior:
The above tests are currently missing, as to add them, we will have to include a variety of layout and link files.
Expected behavior:
The tests must be added after the go implementation has an updated runlib capable of signing and generating layouts on the fly. We can use this capability to create the metadata files required for the tests.
The text was updated successfully, but these errors were encountered:
…in-toto#22)
* Adds CertificateConstraint struct with helper functions that can
constrain a functionary by their provided certificate's CommonName and
URIs.
* Adds an array of CertificateConstraints to the Step struct.
* Check constraints during verification
* Updates test files to account for layout and step changes
Please fill in the fields below to submit an issue or feature request. The
more information that is provided, the better.
Description of issue or feature request:
#19 added sublayout verification functionality to the go implementation. However, there are certain tests missing that must be added. Specifically we must test for:
Current behavior:
The above tests are currently missing, as to add them, we will have to include a variety of layout and link files.
Expected behavior:
The tests must be added after the go implementation has an updated
runlib
capable of signing and generating layouts on the fly. We can use this capability to create the metadata files required for the tests.The text was updated successfully, but these errors were encountered: