mirror of
https://github.com/openbsd/src.git
synced 2026-04-17 18:54:42 +00:00
97142c6557e73209596dcadd7fdb6148a6c8b78a
This fixes a long-standing logic error that hasn't been noticed because
we never announced the rsa_pss_pss_sha{256,384,512} SignatureScheme. The
EVP_PKEY_id() of a RSA-PSS pubkey is EVP_PKEY_RSA_PSS, not EVP_PKEY_RSA.
Thanks to beck for helping me figure out how to fix this correctly. It
drove me nuts for a very long time. Problem also noticed by Tom Lane
due to some PostgreSQL regress failures.
ok djm jsing kenjiro
…
…
…
…
…
Description
Languages
C
57.4%
C++
28.7%
Perl
3.9%
Roff
3%
Makefile
0.9%
Other
5.6%