naynajain / mbedtls-1

An open source, portable, easy to use, readable and flexible SSL library
https://tls.mbed.org
Apache License 2.0
1 stars 2 forks source link

DO NOT MERGE: Added further debug info for finding issue in CI failures #5

Closed nick-child-ibm closed 3 years ago

nick-child-ibm commented 3 years ago

This is another commit to find the issue in the CI failures for pkcs7 verification. I added several more printing statements to figure out what is going wrong. I also adjusted the calling of mbedtls_pk_verify in pk.c, I think this could have been causing the failures. If it does not stop the failures then we should still get valuable debug info from the logs.

Signed-off-by: Nick Child nick.child@ibm.com

Notes:

Status

READY/IN DEVELOPMENT/HOLD

Requires Backporting

When there is a bug fix, it should be backported to all maintained and supported branches. Changes do not have to be backported if:

Yes | NO
Which branch?

Migrations

If there is any API change, what's the incentive and logic for it.

YES | NO

Additional comments

Any additional information that could be of interest

Todos

Steps to test or reproduce

Outline the steps to test or reproduce the PR here.