OpenBSD CVS

CVS log for src/usr.bin/openssl/ocsp.c


[BACK] Up to [local] / src / usr.bin / openssl

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_7_2_BASE


Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 13 18:25:35 2020 UTC (3 years, 7 months ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.20: +13 -4 lines
Diff to previous 1.20 (colored)

Make sure an OCSP query sends a host header

While OCSP uses HTTP/1.0 where a host header is optional, some widely
used OCSP responders will return 400 bad request if it is missing. Add
such a header unless it's already provided in the user's custom headers.

OpenSSL did something similar in ff4a9394a23 and 76e0cd12f68
(both commits are under the old license)

ok inoguchi

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.