Closed philljj closed 6 days ago
Fixes zd#18889.
Printing before:
$./test/test_acert -f certs/acert_ietf.pem -p ... Holder: Issuer: CN=CA Serial Number: 2 (0x2) Issuer: CN=Attribute Certificate Issuer ...
Printing after:
$./test/test_acert -f certs/acert_ietf.pem -p ... Holder: Name: CN=server.example Issuer: CN=CA Serial Number: 2 (0x2) Issuer: CN=Attribute Certificate Issuer ...
Retest this please.
Can you please add test cases for: wolfSSL_X509_ACERT_new and wolfSSL_X509_ACERT_sign.
Thanks!
@philljj Please resolve merge conflicts.
Description
Fixes zd#18889.
Testing
Printing before:
Printing after: