зеркало из https://github.com/microsoft/CCF.git
Restore didx509 time validation, update test's sample SNP report (#5888)
This commit is contained in:
Родитель
d95a0cea35
Коммит
43feda0a20
|
@ -282,11 +282,7 @@ namespace ccf
|
|||
|
||||
const auto& did = phdr.iss;
|
||||
|
||||
auto did_document_str = didx509::resolve(
|
||||
pem_chain,
|
||||
did,
|
||||
true // Ignore time validation (allow expired certs)
|
||||
);
|
||||
auto did_document_str = didx509::resolve(pem_chain, did);
|
||||
did::DIDDocument did_document = nlohmann::json::parse(did_document_str);
|
||||
|
||||
if (did_document.verification_method.empty())
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче