Commit a0b1f13
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 b14ed4d commit a0b1f13
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10218 | 10218 | | |
10219 | 10219 | | |
10220 | 10220 | | |
10221 | | - | |
| 10221 | + | |
10222 | 10222 | | |
10223 | 10223 | | |
10224 | 10224 | | |
| |||
10638 | 10638 | | |
10639 | 10639 | | |
10640 | 10640 | | |
10641 | | - | |
| 10641 | + | |
10642 | 10642 | | |
10643 | 10643 | | |
10644 | | - | |
| 10644 | + | |
10645 | 10645 | | |
10646 | 10646 | | |
10647 | 10647 | | |
| |||
0 commit comments