Certificate verification callback
- 注意
- This callback function must be compatible with OpenSSL and has the same logic as OpenSSL.
- 参数
-
isPreverifyOk | [IN] Indicates whether the relevant certificate has passed the verification (isPreverifyOk=1) or failed (isPreverifyOk=0) |
storeCtx | [IN] Cert store context |
- 返回值
-
1 | indicates success. Other values indicate failure. |