BigW Consortium Gitlab

Commit ae0c7af2 by Lin Jen-Shin

Only test some of the keys for now

We could speed it up and test more keys later
parent 187711c1
......@@ -15,11 +15,7 @@ module QA
end
keys = [
Runtime::Key::RSA.new(2048),
Runtime::Key::RSA.new(4096),
Runtime::Key::RSA.new(8192),
Runtime::Key::ECDSA.new(256),
Runtime::Key::ECDSA.new(384),
Runtime::Key::ECDSA.new(521),
Runtime::Key::ED25519.new
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment