Wangchong Zhou

Results 41 issues of Wangchong Zhou

Fix #19524. Looks like there's no test for cases of RSA and EC, please advice if I need to add test for this patch. Thanks. A similar fix is also...

approval: done
branch: master
triaged: bug
severity: fips change
branch: 3.0
branch: 3.1

Consider the following example: ```c #include #include #include #include #include #include int main(void) { OPENSSL_init(); int ret = 0; int res; unsigned char *public = OPENSSL_hexstr2buf("7d4d0e7f6153a69b6242b522abbee685fda4420f8834b108c3bdae369ef549fa", NULL); unsigned char *msg...

triaged: bug

### Summary Previously we were releasing rhel8 and amazonlinux2022/3 packages from its previous version of distro, namely rhel7 and amazonlinux2 packages. Because normally libraries are backward compatible, they will just...

chore
size/L

Reverts Kong/kong#12090 The token is now fixed by @curiositycasualty .

chore
size/XS

From https://github.com/Kong/pgmoon/pull/20. In OpenSSL 3.0 where `RSA-SHA256` is no longer a valid digest name. This commit fix such use case. This fix also covers the cases like `ecdsa-with-X` so the...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your issue described in the documentation? - [X] I have read the...