1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-15 01:34:03 +00:00
tb c74741bda9 Refactor and fix ocsp_find_signer_sk()
Instead of reaching deep inside the OCSP_BASICRESP and ignoring its
semantics and then try to untangle things in ocsp_find_signer_sk(),
pass the OCSP_BASICRESP and use OCSP_resp_get0_id() which has the
logic built in. Avoids a crash if you call OCSP_basic_verify() after
OCSP_BASICRESP_new() without OCSP_basic_sign(). This cannot happen on
a deserialized OCSP object.

Prompted by a report by Kamil Frankowicz, Jan Kaminski, Bartosz Michalowski.

ok jsing
2026-04-07 13:02:50 +00:00
2026-04-04 09:33:18 +00:00
2026-04-07 03:20:31 +00:00
2026-04-04 09:33:18 +00:00
2026-04-06 21:49:50 +00:00
2026-04-07 11:52:21 +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%