diff options
author | sobrado <> | 2015-09-22 08:08:07 +0000 |
---|---|---|
committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
commit | f087ce5ef830235035b12597598b8a15ef4d469b (patch) | |
tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod | |
parent | 8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff) | |
download | openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.gz openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.bz2 openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.zip |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod')
-rw-r--r-- | src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod b/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod index e4339dc28f..270b265ce5 100644 --- a/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod +++ b/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod | |||
@@ -35,7 +35,7 @@ checks. | |||
35 | 35 | ||
36 | X509_STORE_CTX_get_error_depth() returns the B<depth> of the error. This is a | 36 | X509_STORE_CTX_get_error_depth() returns the B<depth> of the error. This is a |
37 | non-negative integer representing where in the certificate chain the error | 37 | non-negative integer representing where in the certificate chain the error |
38 | occurred. If it is zero it occured in the end entity certificate, one if | 38 | occurred. If it is zero it occurred in the end entity certificate, one if |
39 | it is the certificate which signed the end entity certificate and so on. | 39 | it is the certificate which signed the end entity certificate and so on. |
40 | 40 | ||
41 | X509_STORE_CTX_get_current_cert() returns the certificate in B<ctx> which | 41 | X509_STORE_CTX_get_current_cert() returns the certificate in B<ctx> which |
@@ -58,7 +58,7 @@ X509_STORE_CTX_get_error() returns B<X509_V_OK> or an error code. | |||
58 | 58 | ||
59 | X509_STORE_CTX_get_error_depth() returns a non-negative error depth. | 59 | X509_STORE_CTX_get_error_depth() returns a non-negative error depth. |
60 | 60 | ||
61 | X509_STORE_CTX_get_current_cert() returns the cerificate which caused the | 61 | X509_STORE_CTX_get_current_cert() returns the certificate which caused the |
62 | error or B<NULL> if no certificate is relevant to the error. | 62 | error or B<NULL> if no certificate is relevant to the error. |
63 | 63 | ||
64 | X509_verify_cert_error_string() returns a human readable error string for | 64 | X509_verify_cert_error_string() returns a human readable error string for |
@@ -265,11 +265,11 @@ Some feature of a certificate extension is not supported. Unused. | |||
265 | 265 | ||
266 | =item B<X509_V_ERR_PERMITTED_VIOLATION: permitted subtree violation> | 266 | =item B<X509_V_ERR_PERMITTED_VIOLATION: permitted subtree violation> |
267 | 267 | ||
268 | A name constraint violation occured in the permitted subtrees. | 268 | A name constraint violation occurred in the permitted subtrees. |
269 | 269 | ||
270 | =item B<X509_V_ERR_EXCLUDED_VIOLATION: excluded subtree violation> | 270 | =item B<X509_V_ERR_EXCLUDED_VIOLATION: excluded subtree violation> |
271 | 271 | ||
272 | A name constraint violation occured in the excluded subtrees. | 272 | A name constraint violation occurred in the excluded subtrees. |
273 | 273 | ||
274 | =item B<X509_V_ERR_SUBTREE_MINMAX: name constraints minimum and maximum not | 274 | =item B<X509_V_ERR_SUBTREE_MINMAX: name constraints minimum and maximum not |
275 | supported> | 275 | supported> |
@@ -292,7 +292,7 @@ a garbage extension or some new feature not currently supported. | |||
292 | 292 | ||
293 | =item B<X509_V_ERR_CRL_PATH_VALIDATION_ERROR: CRL path validation error> | 293 | =item B<X509_V_ERR_CRL_PATH_VALIDATION_ERROR: CRL path validation error> |
294 | 294 | ||
295 | An error occured when attempting to verify the CRL path. This error can only | 295 | An error occurred when attempting to verify the CRL path. This error can only |
296 | happen if extended CRL checking is enabled. | 296 | happen if extended CRL checking is enabled. |
297 | 297 | ||
298 | =item B<X509_V_ERR_APPLICATION_VERIFICATION: application verification failure> | 298 | =item B<X509_V_ERR_APPLICATION_VERIFICATION: application verification failure> |