add error code to session.setCertificateVerifyProc
This commit is contained in:
parent
4c9d432bd9
commit
f40cc5ab54
5 changed files with 7 additions and 2 deletions
|
@ -212,6 +212,7 @@ struct Converter<atom::VerifyRequestParams> {
|
|||
dict.Set("hostname", val.hostname);
|
||||
dict.Set("certificate", val.certificate);
|
||||
dict.Set("verificationResult", val.default_result);
|
||||
dict.Set("errorCode", val.error_code);
|
||||
return dict.GetHandle();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue