diff --git a/qt/5.15.9/README_v5159.md b/qt/5.15.9/README_v5159.md index df57dd32..ef58cf0e 100644 --- a/qt/5.15.9/README_v5159.md +++ b/qt/5.15.9/README_v5159.md @@ -37,6 +37,7 @@ Please follow [README](https://github.com/wolfSSL/osp/blob/master/qt/README_v515 Note1: For wolfSSL configuration, you need to add `-DALLOW_INVALID_CERTSIGN` for CFLAG Option to make `qsslcertificate` tests passed. 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 /* @@ -46,5 +47,7 @@ comments from asn.c */ ``` +Note2: For wolfSSL configuration, you need to add `-DWOLFSSL_NO_ASN_STRICT` for CFLAG Option to make `qsslcertificate` and `qssl_wolf` tests passed. 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)