Updated email to facts@wolfssl.com#10787
Conversation
44dec29 to
dad1e95
Compare
wolfSSL-Fenrir-bot
left a comment
There was a problem hiding this comment.
Fenrir Automated Review — PR #10787
Scan targets checked: wolfcrypt-bugs, wolfcrypt-port-bugs, wolfcrypt-src, wolfssl-bugs, wolfssl-src
Findings: 1
High (1)
GEN_EMAIL test input array not updated to match new expected string
File: tests/api.c:20575
Function: test_wolfSSL_GENERAL_NAME_print
Category: Copy-paste errors
The email[] input array still encodes "info@wolfssl.com" while emailStr was changed to "email:facts@wolfssl.com". The GEN_EMAIL case prints "email:info@wolfssl.com", so the XSTRNCMP assertion at line 20751 returns nonzero and the test fails in OPENSSL_ALL builds.
Recommendation: Change the email[] array bytes to spell "facts@wolfssl.com" so the constructed GEN_EMAIL matches emailStr.
Referenced code: tests/api.c:20575-20579 (5 lines)
This review was generated automatically by Fenrir. Findings are non-blocking.
dad1e95 to
d26ca4b
Compare
d26ca4b to
464df88
Compare
Description
Changed info@wolfssl.com to the live email, facts@wolfssl.com. Renewed certs to match.