Master List verification fails
- 主要語言
- Rust
- 星號
- 7
- 分支
- 3
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Master List verification fails during master list parsing with the following error:
```
Error while verifying Master List Signer Certificate signature: Certificate public key has explicit ECC parameters
```
This error is caused by [openssl](https://github.com/openssl/openssl/) and there are issues for this created in `openssl` GitHub: https://github.com/openssl/openssl/issues/9286 https://github.com/openssl/openssl/issues/20117 https://github.com/openssl/openssl/issues/20119 however it seems that there won't be an solution implemented anytime soon. The solution that can be currently implemented is to use the `X509_STORE_CTX_set_verify_cb` function, however that one is not exposed by [rust-openssl](https://github.com/sfackler/rust-openssl). An issue for exposing this function is created in `rust-openssl` GitHub: https://github.com/sfackler/rust-openssl/issues/2220.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。