Commit 81afe6c
authored
OpenSSL 4 compatibility for stapled OCSP responses
It seems that OpenSSL 4.0.0 allows for the possibility that a server's response to the status request extension may include more than one OCSP response (presumably one for each certificate in the certification path).
As a result, the line indicating that the server does not provide status information was changed from "OCSP response: no response sent" to "OCSP responses: no responses sent". If a response was included, "OCSP responses:" is followed by an indication of the number of responses included.
This commit addresses the change from "response" to "responses".
I do not know of any servers that provide more than one OCSP response, so I have not tried to make any changes to handle more than one response.1 parent afcdab9 commit 81afe6c
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10002 | 10002 | | |
10003 | 10003 | | |
10004 | 10004 | | |
10005 | | - | |
| 10005 | + | |
10006 | 10006 | | |
10007 | 10007 | | |
10008 | 10008 | | |
| |||
10418 | 10418 | | |
10419 | 10419 | | |
10420 | 10420 | | |
10421 | | - | |
| 10421 | + | |
10422 | 10422 | | |
10423 | 10423 | | |
10424 | | - | |
| 10424 | + | |
10425 | 10425 | | |
10426 | 10426 | | |
10427 | 10427 | | |
| |||
0 commit comments