Unverified Commit cec4e6bd authored by kladko's avatar kladko

SKALE-2536-fix-cert

parent 47929d15
......@@ -117,9 +117,6 @@ Json::Value signCertificateImpl(const string &_csr, bool _autoSign = false) {
result["result"] = true;
result["hash"] = hash;
} HANDLE_SGX_EXCEPTION(result)
return result;
......
......@@ -35,7 +35,8 @@ print("Starting build push")
print("Top directory is:" + topDir)
testList = ["[get-server-status]",
testList = [ "[cert-sign]",
"[get-server-status]",
"[ecdsa-key-gen]",
"[ecdsa-key-sig-gen]",
"[ecdsa-get-pub-key]",
......
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