Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
0634424f
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
9
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
0634424f
编写于
5月 25, 2016
作者:
R
Rich Salz
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix various doc nits.
Reviewed-by:
N
Richard Levitte
<
levitte@openssl.org
>
上级
b8a9af68
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
93 addition
and
67 deletion
+93
-67
doc/apps/ca.pod
doc/apps/ca.pod
+1
-1
doc/apps/errstr.pod
doc/apps/errstr.pod
+4
-0
doc/apps/ocsp.pod
doc/apps/ocsp.pod
+7
-2
doc/apps/openssl.pod
doc/apps/openssl.pod
+16
-1
doc/apps/sess_id.pod
doc/apps/sess_id.pod
+2
-0
doc/apps/verify.pod
doc/apps/verify.pod
+63
-63
未找到文件。
doc/apps/ca.pod
浏览文件 @
0634424f
...
...
@@ -61,7 +61,7 @@ and their status.
The options descriptions will be divided into each purpose.
=head1 C
A
OPTIONS
=head1 C
OMMAND
OPTIONS
=over 4
...
...
doc/apps/errstr.pod
浏览文件 @
0634424f
...
...
@@ -15,6 +15,10 @@ numerical forms will be available. The B<errstr> utility can be used to
display the meaning of the hex code. The hex code is the hex digits after the
second colon.
=head1 COMMAND OPTIONS
None.
=head1 EXAMPLE
The error code:
...
...
doc/apps/ocsp.pod
浏览文件 @
0634424f
...
...
@@ -95,7 +95,12 @@ The B<ocsp> command performs many common OCSP tasks. It can be used
to print out requests and responses, create requests and send queries
to an OCSP responder and behave like a mini OCSP server itself.
=head1 OCSP CLIENT OPTIONS
=head1 COMMAND OPTIONS
This command operates as either a client or a server.
The options are described below, divided into those two modes.
=head2 OCSP Client Options
=over 4
...
...
@@ -288,7 +293,7 @@ digest used by subsequent certificate identifiers.
=back
=head
1 OCSP SERVER OPTIONS
=head
2 OCSP Server Options
=over 4
...
...
doc/apps/openssl.pod
浏览文件 @
0634424f
...
...
@@ -350,7 +350,22 @@ RC5 Cipher
=back
=head1 PASS PHRASE ARGUMENTS
=head1 COMMAND OPTIONS
Details of which options are available depend on the specific command.
This section desribes some common options with common behavior.
=head2 Common Options
=over 10
=item B<-help>
Provides a terse summary of all options.
=back
=head2 Pass Phrase Options
Several commands accept password arguments, typically using B<-passin>
and B<-passout> for input and output passwords respectively. These allow
...
...
doc/apps/sess_id.pod
浏览文件 @
0634424f
...
...
@@ -24,6 +24,8 @@ master key) in human readable format. Since this is a diagnostic tool that
needs some knowledge of the SSL protocol to use properly, most users will
not need to use it.
=head1 COMMAND OPTIONS
=over 4
=item B<-help>
...
...
doc/apps/verify.pod
浏览文件 @
0634424f
...
...
@@ -395,147 +395,147 @@ as "unused".
=over 4
=item B<
0 X509_V_OK: ok
>
=item B<
X509_V_OK
>
t
he operation was successful.
T
he operation was successful.
=item B<
1 X509_V_ERR_UNSPECIFIED: unspecified certificate verification error
>
=item B<
X509_V_ERR_UNSPECIFIED
>
unspecified error,
should not happen.
Unspecified error;
should not happen.
=item B<
2 X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: unable to get issuer certificate
>
=item B<
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT
>
t
he issuer certificate of a looked up certificate could not be found. This
T
he issuer certificate of a looked up certificate could not be found. This
normally means the list of trusted certificates is not complete.
=item B<
3 X509_V_ERR_UNABLE_TO_GET_CRL: unable to get certificate
CRL>
=item B<
X509_V_ERR_UNABLE_TO_GET_
CRL>
t
he CRL of a certificate could not be found.
T
he CRL of a certificate could not be found.
=item B<
4 X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE: unable to decrypt certificate's signature
>
=item B<
X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE
>
t
he certificate signature could not be decrypted. This means that the actual signature value
T
he certificate signature could not be decrypted. This means that the actual signature value
could not be determined rather than it not matching the expected value, this is only
meaningful for RSA keys.
=item B<
5 X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE: unable to decrypt CRL's signature
>
=item B<
X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE
>
t
he CRL signature could not be decrypted: this means that the actual signature value
T
he CRL signature could not be decrypted: this means that the actual signature value
could not be determined rather than it not matching the expected value. Unused.
=item B<
6 X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY: unable to decode issuer public key
>
=item B<
X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY
>
t
he public key in the certificate SubjectPublicKeyInfo could not be read.
T
he public key in the certificate SubjectPublicKeyInfo could not be read.
=item B<
7 X509_V_ERR_CERT_SIGNATURE_FAILURE: certificate signature failure
>
=item B<
X509_V_ERR_CERT_SIGNATURE_FAILURE
>
t
he signature of the certificate is invalid.
T
he signature of the certificate is invalid.
=item B<
8 X509_V_ERR_CRL_SIGNATURE_FAILURE: CRL signature failure
>
=item B<
X509_V_ERR_CRL_SIGNATURE_FAILURE
>
t
he signature of the certificate is invalid.
T
he signature of the certificate is invalid.
=item B<
9 X509_V_ERR_CERT_NOT_YET_VALID: certificate is not yet valid
>
=item B<
X509_V_ERR_CERT_NOT_YET_VALID
>
t
he certificate is not yet valid: the notBefore date is after the current time.
T
he certificate is not yet valid: the notBefore date is after the current time.
=item B<
10 X509_V_ERR_CERT_HAS_EXPIRED: certificate has expired
>
=item B<
X509_V_ERR_CERT_HAS_EXPIRED
>
t
he certificate has expired: that is the notAfter date is before the current time.
T
he certificate has expired: that is the notAfter date is before the current time.
=item B<
11 X509_V_ERR_CRL_NOT_YET_VALID: CRL is not yet valid
>
=item B<
X509_V_ERR_CRL_NOT_YET_VALID
>
t
he CRL is not yet valid.
T
he CRL is not yet valid.
=item B<
12 X509_V_ERR_CRL_HAS_EXPIRED: CRL has expired
>
=item B<
X509_V_ERR_CRL_HAS_EXPIRED
>
t
he CRL has expired.
T
he CRL has expired.
=item B<
13 X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD: format error in certificate's notBefore field
>
=item B<
X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD
>
t
he certificate notBefore field contains an invalid time.
T
he certificate notBefore field contains an invalid time.
=item B<
14 X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD: format error in certificate's notAfter field
>
=item B<
X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD
>
t
he certificate notAfter field contains an invalid time.
T
he certificate notAfter field contains an invalid time.
=item B<
15 X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD: format error in CRL's lastUpdate field
>
=item B<
X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD
>
t
he CRL lastUpdate field contains an invalid time.
T
he CRL lastUpdate field contains an invalid time.
=item B<
16 X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD: format error in CRL's nextUpdate field
>
=item B<
X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD
>
t
he CRL nextUpdate field contains an invalid time.
T
he CRL nextUpdate field contains an invalid time.
=item B<
17 X509_V_ERR_OUT_OF_MEM: out of memory
>
=item B<
X509_V_ERR_OUT_OF_MEM
>
a
n error occurred trying to allocate memory. This should never happen.
A
n error occurred trying to allocate memory. This should never happen.
=item B<
18 X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: self signed certificate
>
=item B<
X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT
>
t
he passed certificate is self signed and the same certificate cannot be found in the list of
T
he passed certificate is self signed and the same certificate cannot be found in the list of
trusted certificates.
=item B<
19 X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN: self signed certificate in certificate chain
>
=item B<
X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN
>
t
he certificate chain could be built up using the untrusted certificates but the root could not
T
he certificate chain could be built up using the untrusted certificates but the root could not
be found locally.
=item B<
20 X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate
>
=item B<
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY
>
t
he issuer certificate could not be found: this occurs if the issuer
T
he issuer certificate could not be found: this occurs if the issuer
certificate of an untrusted certificate cannot be found.
=item B<
21 X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE: unable to verify the first certificate
>
=item B<
X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE
>
n
o signatures could be verified because the chain contains only one certificate and it is not
N
o signatures could be verified because the chain contains only one certificate and it is not
self signed.
=item B<
22 X509_V_ERR_CERT_CHAIN_TOO_LONG: certificate chain too long
>
=item B<
X509_V_ERR_CERT_CHAIN_TOO_LONG
>
t
he certificate chain length is greater than the supplied maximum depth. Unused.
T
he certificate chain length is greater than the supplied maximum depth. Unused.
=item B<
23 X509_V_ERR_CERT_REVOKED: certificate revoked
>
=item B<
X509_V_ERR_CERT_REVOKED
>
t
he certificate has been revoked.
T
he certificate has been revoked.
=item B<
24 X509_V_ERR_INVALID_CA: invalid CA certificate
>
=item B<
X509_V_ERR_INVALID_CA
>
a
CA certificate is invalid. Either it is not a CA or its extensions are not consistent
A
CA certificate is invalid. Either it is not a CA or its extensions are not consistent
with the supplied purpose.
=item B<
25 X509_V_ERR_PATH_LENGTH_EXCEEDED: path length constraint exceeded
>
=item B<
X509_V_ERR_PATH_LENGTH_EXCEEDED
>
t
he basicConstraints pathlength parameter has been exceeded.
T
he basicConstraints pathlength parameter has been exceeded.
=item B<
26 X509_V_ERR_INVALID_PURPOSE: unsupported certificate purpose
>
=item B<
X509_V_ERR_INVALID_PURPOSE
>
t
he supplied certificate cannot be used for the specified purpose.
T
he supplied certificate cannot be used for the specified purpose.
=item B<
27 X509_V_ERR_CERT_UNTRUSTED: certificate not trusted
>
=item B<
X509_V_ERR_CERT_UNTRUSTED
>
the root CA is not marked as trusted for the specified purpose.
=item B<
28 X509_V_ERR_CERT_REJECTED: certificate rejected
>
=item B<
X509_V_ERR_CERT_REJECTED
>
t
he root CA is marked to reject the specified purpose.
T
he root CA is marked to reject the specified purpose.
=item B<
29 X509_V_ERR_SUBJECT_ISSUER_MISMATCH: subject issuer mismatch
>
=item B<
X509_V_ERR_SUBJECT_ISSUER_MISMATCH
>
N
ot used as of OpenSSL 1.1.0 as a result of the deprecation of the
n
ot used as of OpenSSL 1.1.0 as a result of the deprecation of the
B<-issuer_checks> option.
=item B<
30 X509_V_ERR_AKID_SKID_MISMATCH: authority and subject key identifier mismatch
>
=item B<
X509_V_ERR_AKID_SKID_MISMATCH
>
Not used as of OpenSSL 1.1.0 as a result of the deprecation of the
B<-issuer_checks> option.
=item B<
31 X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH: authority and issuer serial number mismatch
>
=item B<
X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH
>
Not used as of OpenSSL 1.1.0 as a result of the deprecation of the
B<-issuer_checks> option.
=item B<
32 X509_V_ERR_KEYUSAGE_NO_CERTSIGN: key usage does not include certificate signing
>
=item B<
X509_V_ERR_KEYUSAGE_NO_CERTSIGN
>
Not used as of OpenSSL 1.1.0 as a result of the deprecation of the
B<-issuer_checks> option.
...
...
@@ -689,7 +689,7 @@ mishandled them.
Previous versions of this documentation swapped the meaning of the
B<X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT> and
B<
20
X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY> error codes.
B<X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY> error codes.
=head1 SEE ALSO
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录