1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-17 18:54:42 +00:00
tb 97142c6557 ssl_sigalg_pkey_ok: allow RSASSA-PSS with pubkey OID RSASSA-PSS
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
2026-03-30 06:02:21 +00:00
2026-03-30 00:00:04 +00:00
2026-03-27 19:19:41 +00:00
2026-03-26 06:12:38 +00:00
2026-03-29 21:17:50 +00:00
Description
No description provided
1.6 GiB
Languages
C 57.4%
C++ 28.7%
Perl 3.9%
Roff 3%
Makefile 0.9%
Other 5.6%