its vs it\'s etc. From Bjorn Sandell
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22071 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -151,7 +151,7 @@ verify_ocsp(hx509_context context,
|
||||
|
||||
/*
|
||||
* If signer certificate isn't the CA certificate, lets check the
|
||||
* its the CA that signed the signer certificate and the OCSP EKU
|
||||
* it is the CA that signed the signer certificate and the OCSP EKU
|
||||
* is set.
|
||||
*/
|
||||
if (hx509_cert_cmp(signer, parent) != 0) {
|
||||
@@ -415,7 +415,7 @@ verify_crl(hx509_context context,
|
||||
_hx509_query_clear(&q);
|
||||
|
||||
/*
|
||||
* If its the signer have CRLSIGN bit set, use that as the signer
|
||||
* If it's the signer have CRLSIGN bit set, use that as the signer
|
||||
* cert for the certificate, otherwise, search for a certificate.
|
||||
*/
|
||||
if (_hx509_check_key_usage(context, parent, 1 << 6, FALSE) == 0) {
|
||||
@@ -1016,8 +1016,8 @@ hx509_revoke_ocsp_print(hx509_context context, const char *path, FILE *out)
|
||||
}
|
||||
|
||||
/*
|
||||
* Verify that the `cert' is part of the OCSP reply and its not
|
||||
* expired. Doesn't verify signature the OCSP reply or its done by a
|
||||
* Verify that the `cert' is part of the OCSP reply and it's not
|
||||
* expired. Doesn't verify signature the OCSP reply or it's done by a
|
||||
* authorized sender, that is assumed to be already done.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user