diff options
author | jmc <> | 2016-09-20 16:40:05 +0000 |
---|---|---|
committer | jmc <> | 2016-09-20 16:40:05 +0000 |
commit | 1da47d82cd8d3a30fc5bfa487101e3160eeeab84 (patch) | |
tree | 95b452e6ff65ddde699e51eab28938252cf58e39 /src | |
parent | 3b6b56730116702a5227185bcb75e65c5a8b014d (diff) | |
download | openbsd-1da47d82cd8d3a30fc5bfa487101e3160eeeab84.tar.gz openbsd-1da47d82cd8d3a30fc5bfa487101e3160eeeab84.tar.bz2 openbsd-1da47d82cd8d3a30fc5bfa487101e3160eeeab84.zip |
shorten the verify error list;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 83 |
1 files changed, 41 insertions, 42 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index bd6c255f70..d60e36c610 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.77 2016/09/19 12:57:45 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.78 2016/09/20 16:40:05 jmc Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: September 19 2016 $ | 115 | .Dd $Mdocdate: September 20 2016 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -5202,118 +5202,117 @@ includes the name of the error code as defined in the header file | |||
5202 | Some of the error codes are defined but never returned: these are described as | 5202 | Some of the error codes are defined but never returned: these are described as |
5203 | .Qq unused . | 5203 | .Qq unused . |
5204 | .Bl -tag -width "XXXX" | 5204 | .Bl -tag -width "XXXX" |
5205 | .It "0 X509_V_OK: ok" | 5205 | .It 0 X509_V_OK |
5206 | The operation was successful. | 5206 | The operation was successful. |
5207 | .It 2 X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: unable to get issuer certificate | 5207 | .It 2 X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT |
5208 | The issuer certificate could not be found: this occurs if the issuer certificate | 5208 | The issuer certificate of an untrusted certificate could not be found. |
5209 | of an untrusted certificate cannot be found. | 5209 | .It 3 X509_V_ERR_UNABLE_TO_GET_CRL |
5210 | .It 3 X509_V_ERR_UNABLE_TO_GET_CRL: unable to get certificate CRL | ||
5211 | The CRL of a certificate could not be found. | 5210 | The CRL of a certificate could not be found. |
5212 | .It 4 X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE: unable to decrypt certificate's signature | 5211 | .It 4 X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE |
5213 | The certificate signature could not be decrypted. | 5212 | The certificate signature could not be decrypted. |
5214 | This means that the actual signature value could not be determined rather | 5213 | This means that the actual signature value could not be determined |
5215 | than it not matching the expected value. | 5214 | rather than it not matching the expected value. |
5216 | This is only meaningful for RSA keys. | 5215 | This is only meaningful for RSA keys. |
5217 | .It 5 X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE: unable to decrypt CRL's signature | 5216 | .It 5 X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE |
5218 | The CRL signature could not be decrypted: this means that the actual | 5217 | The CRL signature could not be decrypted. |
5219 | signature value could not be determined rather than it not matching the | 5218 | This means that the actual signature value could not be determined |
5220 | expected value. | 5219 | rather than it not matching the expected value. |
5221 | Unused. | 5220 | Unused. |
5222 | .It 6 X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY: unable to decode issuer public key | 5221 | .It 6 X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY |
5223 | The public key in the certificate | 5222 | The public key in the certificate |
5224 | .Cm SubjectPublicKeyInfo | 5223 | .Cm SubjectPublicKeyInfo |
5225 | could not be read. | 5224 | could not be read. |
5226 | .It 7 X509_V_ERR_CERT_SIGNATURE_FAILURE: certificate signature failure | 5225 | .It 7 X509_V_ERR_CERT_SIGNATURE_FAILURE |
5227 | The signature of the certificate is invalid. | 5226 | The signature of the certificate is invalid. |
5228 | .It 8 X509_V_ERR_CRL_SIGNATURE_FAILURE: CRL signature failure | 5227 | .It 8 X509_V_ERR_CRL_SIGNATURE_FAILURE |
5229 | The signature of the certificate is invalid. | 5228 | The signature of the certificate is invalid. |
5230 | .It 9 X509_V_ERR_CERT_NOT_YET_VALID: certificate is not yet valid | 5229 | .It 9 X509_V_ERR_CERT_NOT_YET_VALID |
5231 | The certificate is not yet valid: the | 5230 | The certificate is not yet valid: the |
5232 | .Cm notBefore | 5231 | .Cm notBefore |
5233 | date is after the current time. | 5232 | date is after the current time. |
5234 | .It 10 X509_V_ERR_CERT_HAS_EXPIRED: certificate has expired | 5233 | .It 10 X509_V_ERR_CERT_HAS_EXPIRED |
5235 | The certificate has expired; that is, the | 5234 | The certificate has expired; that is, the |
5236 | .Cm notAfter | 5235 | .Cm notAfter |
5237 | date is before the current time. | 5236 | date is before the current time. |
5238 | .It 11 X509_V_ERR_CRL_NOT_YET_VALID: CRL is not yet valid | 5237 | .It 11 X509_V_ERR_CRL_NOT_YET_VALID |
5239 | The CRL is not yet valid. | 5238 | The CRL is not yet valid. |
5240 | .It 12 X509_V_ERR_CRL_HAS_EXPIRED: CRL has expired | 5239 | .It 12 X509_V_ERR_CRL_HAS_EXPIRED |
5241 | The CRL has expired. | 5240 | The CRL has expired. |
5242 | .It 13 X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD: format error in certificate's notBefore field | 5241 | .It 13 X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD |
5243 | The certificate | 5242 | The certificate |
5244 | .Cm notBefore | 5243 | .Cm notBefore |
5245 | field contains an invalid time. | 5244 | field contains an invalid time. |
5246 | .It 14 X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD: format error in certificate's notAfter field | 5245 | .It 14 X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD |
5247 | The certificate | 5246 | The certificate |
5248 | .Cm notAfter | 5247 | .Cm notAfter |
5249 | field contains an invalid time. | 5248 | field contains an invalid time. |
5250 | .It 15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD: format error in CRL's lastUpdate field | 5249 | .It 15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD |
5251 | The CRL | 5250 | The CRL |
5252 | .Cm lastUpdate | 5251 | .Cm lastUpdate |
5253 | field contains an invalid time. | 5252 | field contains an invalid time. |
5254 | .It 16 X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD: format error in CRL's nextUpdate field | 5253 | .It 16 X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD |
5255 | The CRL | 5254 | The CRL |
5256 | .Cm nextUpdate | 5255 | .Cm nextUpdate |
5257 | field contains an invalid time. | 5256 | field contains an invalid time. |
5258 | .It 17 X509_V_ERR_OUT_OF_MEM: out of memory | 5257 | .It 17 X509_V_ERR_OUT_OF_MEM |
5259 | An error occurred trying to allocate memory. | 5258 | An error occurred trying to allocate memory. |
5260 | This should never happen. | 5259 | This should never happen. |
5261 | .It 18 X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: self signed certificate | 5260 | .It 18 X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT |
5262 | The passed certificate is self-signed and the same certificate cannot be | 5261 | The passed certificate is self-signed and the same certificate cannot be |
5263 | found in the list of trusted certificates. | 5262 | found in the list of trusted certificates. |
5264 | .It 19 X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN: self signed certificate in certificate chain | 5263 | .It 19 X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN |
5265 | The certificate chain could be built up using the untrusted certificates but | 5264 | The certificate chain could be built up using the untrusted certificates but |
5266 | the root could not be found locally. | 5265 | the root could not be found locally. |
5267 | .It 20 X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate | 5266 | .It 20 X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY |
5268 | The issuer certificate of a locally looked up certificate could not be found. | 5267 | The issuer certificate of a locally looked up certificate could not be found. |
5269 | This normally means the list of trusted certificates is not complete. | 5268 | This normally means the list of trusted certificates is not complete. |
5270 | .It 21 X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE: unable to verify the first certificate | 5269 | .It 21 X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE |
5271 | No signatures could be verified because the chain contains only one | 5270 | No signatures could be verified because the chain contains only one |
5272 | certificate and it is not self-signed. | 5271 | certificate and it is not self-signed. |
5273 | .It 22 X509_V_ERR_CERT_CHAIN_TOO_LONG: certificate chain too long | 5272 | .It 22 X509_V_ERR_CERT_CHAIN_TOO_LONG |
5274 | The certificate chain length is greater than the supplied maximum depth. | 5273 | The certificate chain length is greater than the supplied maximum depth. |
5275 | Unused. | 5274 | Unused. |
5276 | .It 23 X509_V_ERR_CERT_REVOKED: certificate revoked | 5275 | .It 23 X509_V_ERR_CERT_REVOKED |
5277 | The certificate has been revoked. | 5276 | The certificate has been revoked. |
5278 | .It 24 X509_V_ERR_INVALID_CA: invalid CA certificate | 5277 | .It 24 X509_V_ERR_INVALID_CA |
5279 | A CA certificate is invalid. | 5278 | A CA certificate is invalid. |
5280 | Either it is not a CA or its extensions are not consistent | 5279 | Either it is not a CA or its extensions are not consistent |
5281 | with the supplied purpose. | 5280 | with the supplied purpose. |
5282 | .It 25 X509_V_ERR_PATH_LENGTH_EXCEEDED: path length constraint exceeded | 5281 | .It 25 X509_V_ERR_PATH_LENGTH_EXCEEDED |
5283 | The | 5282 | The |
5284 | .Cm basicConstraints | 5283 | .Cm basicConstraints |
5285 | pathlength parameter has been exceeded. | 5284 | pathlength parameter has been exceeded. |
5286 | .It 26 X509_V_ERR_INVALID_PURPOSE: unsupported certificate purpose | 5285 | .It 26 X509_V_ERR_INVALID_PURPOSE |
5287 | The supplied certificate cannot be used for the specified purpose. | 5286 | The supplied certificate cannot be used for the specified purpose. |
5288 | .It 27 X509_V_ERR_CERT_UNTRUSTED: certificate not trusted | 5287 | .It 27 X509_V_ERR_CERT_UNTRUSTED |
5289 | The root CA is not marked as trusted for the specified purpose. | 5288 | The root CA is not marked as trusted for the specified purpose. |
5290 | .It 28 X509_V_ERR_CERT_REJECTED: certificate rejected | 5289 | .It 28 X509_V_ERR_CERT_REJECTED |
5291 | The root CA is marked to reject the specified purpose. | 5290 | The root CA is marked to reject the specified purpose. |
5292 | .It 29 X509_V_ERR_SUBJECT_ISSUER_MISMATCH: subject issuer mismatch | 5291 | .It 29 X509_V_ERR_SUBJECT_ISSUER_MISMATCH |
5293 | The current candidate issuer certificate was rejected because its subject name | 5292 | The current candidate issuer certificate was rejected because its subject name |
5294 | did not match the issuer name of the current certificate. | 5293 | did not match the issuer name of the current certificate. |
5295 | Only displayed when the | 5294 | Only displayed when the |
5296 | .Fl issuer_checks | 5295 | .Fl issuer_checks |
5297 | option is set. | 5296 | option is set. |
5298 | .It 30 X509_V_ERR_AKID_SKID_MISMATCH: authority and subject key identifier mismatch | 5297 | .It 30 X509_V_ERR_AKID_SKID_MISMATCH |
5299 | The current candidate issuer certificate was rejected because its subject key | 5298 | The current candidate issuer certificate was rejected because its subject key |
5300 | identifier was present and did not match the authority key identifier current | 5299 | identifier was present and did not match the authority key identifier current |
5301 | certificate. | 5300 | certificate. |
5302 | Only displayed when the | 5301 | Only displayed when the |
5303 | .Fl issuer_checks | 5302 | .Fl issuer_checks |
5304 | option is set. | 5303 | option is set. |
5305 | .It 31 X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH: authority and issuer serial number mismatch | 5304 | .It 31 X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH |
5306 | The current candidate issuer certificate was rejected because its issuer name | 5305 | The current candidate issuer certificate was rejected because its issuer name |
5307 | and serial number were present and did not match the authority key identifier | 5306 | and serial number were present and did not match the authority key identifier |
5308 | of the current certificate. | 5307 | of the current certificate. |
5309 | Only displayed when the | 5308 | Only displayed when the |
5310 | .Fl issuer_checks | 5309 | .Fl issuer_checks |
5311 | option is set. | 5310 | option is set. |
5312 | .It 32 X509_V_ERR_KEYUSAGE_NO_CERTSIGN:key usage does not include certificate signing | 5311 | .It 32 X509_V_ERR_KEYUSAGE_NO_CERTSIGN |
5313 | The current candidate issuer certificate was rejected because its | 5312 | The current candidate issuer certificate was rejected because its |
5314 | .Cm keyUsage | 5313 | .Cm keyUsage |
5315 | extension does not permit certificate signing. | 5314 | extension does not permit certificate signing. |
5316 | .It 50 X509_V_ERR_APPLICATION_VERIFICATION: application verification failure | 5315 | .It 50 X509_V_ERR_APPLICATION_VERIFICATION |
5317 | An application specific error. | 5316 | An application specific error. |
5318 | Unused. | 5317 | Unused. |
5319 | .El | 5318 | .El |