From Fedora Project Wiki

Revision as of 19:23, 29 March 2017 by Szidek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Switching to non-existing profile


How to test

We will test if setting non-existing profile is handled in reasonable way

  1. Switch to profile name you made up. Be creative and try to break it ;)
    update-crypto-policies --set ABSOLUTELYMADEUPCRAZYNAME
  2. Test that you can still connect to real world
    curl -sL https://google.com >/dev/null || echo FAIL

Expected Results

  1. Unknown profile: ...
  2. connection does not fail