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
* allow to write to tar file.
Add a switch to the scionlab-config script to just write the config
to a tar file.
Fix the --tar switch behavior so that it opens a tar file.
* refactor verify functions
* add crypto verification functions to AS and ISD.
These functions check the validity of the current certificates and keys,
as well as the whole chain of TRCs that is stored for the ISD.
* update scion-pki so we can use --check-time
* simple command to check validity of crypto.
For the moment, it retrieves all ISDs and checks their crypto validity.
The same for all infrastructure ASes.
* update UTs
* from review, changes to scionlab-config
* cleanup
Some functions and a file rename.
* reaname noinstall option to onlydownload.
The argparse option noinstall is now called onlydownload.
* Change verify_ functions' signatures.
Requested from review #390, see comments.
* move cert/key cardinality check to AS.validate_crypto
0 commit comments