summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod
diff options
context:
space:
mode:
authorsobrado <>2015-09-22 08:08:07 +0000
committersobrado <>2015-09-22 08:08:07 +0000
commitf087ce5ef830235035b12597598b8a15ef4d469b (patch)
tree44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/doc/X509_STORE_CTX_get_error.pod
parent8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff)
downloadopenbsd-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.pod10
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
36X509_STORE_CTX_get_error_depth() returns the B<depth> of the error. This is a 36X509_STORE_CTX_get_error_depth() returns the B<depth> of the error. This is a
37non-negative integer representing where in the certificate chain the error 37non-negative integer representing where in the certificate chain the error
38occurred. If it is zero it occured in the end entity certificate, one if 38occurred. If it is zero it occurred in the end entity certificate, one if
39it is the certificate which signed the end entity certificate and so on. 39it is the certificate which signed the end entity certificate and so on.
40 40
41X509_STORE_CTX_get_current_cert() returns the certificate in B<ctx> which 41X509_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
59X509_STORE_CTX_get_error_depth() returns a non-negative error depth. 59X509_STORE_CTX_get_error_depth() returns a non-negative error depth.
60 60
61X509_STORE_CTX_get_current_cert() returns the cerificate which caused the 61X509_STORE_CTX_get_current_cert() returns the certificate which caused the
62error or B<NULL> if no certificate is relevant to the error. 62error or B<NULL> if no certificate is relevant to the error.
63 63
64X509_verify_cert_error_string() returns a human readable error string for 64X509_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
268A name constraint violation occured in the permitted subtrees. 268A 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
272A name constraint violation occured in the excluded subtrees. 272A 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
275supported> 275supported>
@@ -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
295An error occured when attempting to verify the CRL path. This error can only 295An error occurred when attempting to verify the CRL path. This error can only
296happen if extended CRL checking is enabled. 296happen 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>