Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README update for qt #183

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions qt/5.15.9/README_v5159.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Please follow [README](https://github.com/wolfSSL/osp/blob/master/qt/README_v515

Note1: <strong>For wolfSSL configuration, you need to add `-DALLOW_INVALID_CERTSIGN` for CFLAG Option to make `qsslcertificate` tests passed. </strong>
This needs because later versions than wolfSSL v5.6.4 doesn't allow a certificate which has `CA:FALSE` and `Certificate Sign` set. As such certificate, there is qtbase/tests/auto/network/ssl/qsslcertificate/verify-certs/test-ocsp-good-cert.pem for `qsslcertificate` test.

```
comments from asn.c
/*
Expand All @@ -46,5 +47,7 @@ comments from asn.c
*/
```

Note2: <strong>For wolfSSL configuration, you need to add `-DWOLFSSL_NO_ASN_STRICT` for CFLAG Option to make `qsslcertificate` and `qssl_wolf` tests passed. </strong> This needs because wolfSSL treates Serial number of 0 of certificate as an error. There are some certificates which are serial number of 0 in Qt repo.

## Running tests
Please see [README](https://github.com/wolfSSL/osp/blob/master/qt/README_v515.md)