mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Fix more OCSP_resp_get0_signer() nits
Fix a typo for "retrieve" and some indentation. Reviewed-by: Kurt Roeckx <kurt@roeckx.be> (Merged from https://github.com/openssl/openssl/pull/4919)
This commit is contained in:
parent
631c37be32
commit
eb48052ec9
@ -139,7 +139,7 @@ int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
|
||||
}
|
||||
|
||||
int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer,
|
||||
STACK_OF(X509) *extra_certs)
|
||||
STACK_OF(X509) *extra_certs)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
@ -80,7 +80,7 @@ single response B<bs>.
|
||||
|
||||
OCSP_resp_get0_certs() returns any certificates included in B<bs>.
|
||||
|
||||
OCSP_resp_get0_signer() attempts to retrive the certificate that directly
|
||||
OCSP_resp_get0_signer() attempts to retrieve the certificate that directly
|
||||
signed B<bs>. The OCSP protocol does not require that this certificate
|
||||
is included in the B<certs> field of the response, so additional certificates
|
||||
can be supplied in B<extra_certs> if the certificates that may have
|
||||
|
Loading…
x
Reference in New Issue
Block a user