Skip to content

Commit

Permalink
Merge pull request wolfSSL#183 from miyazakh/qt_update
Browse files Browse the repository at this point in the history
README update for qt
  • Loading branch information
JacobBarthelmeh authored Jun 21, 2024
2 parents 3b08426 + 5aefcce commit 4449ecf
Showing 1 changed file with 3 additions and 0 deletions.
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)

0 comments on commit 4449ecf

Please sign in to comment.