Wangchong Zhou
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...
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...
### 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...
Reverts Kong/kong#12090 The token is now fixed by @curiositycasualty .
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...