Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
2b4ffc65
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
2b4ffc65
编写于
12月 23, 2013
作者:
S
Scott Schaefer
提交者:
Dr. Stephen Henson
2月 14, 2014
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix various spelling errors
上级
856c6dfb
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
18 addition
and
18 deletion
+18
-18
apps/ecparam.c
apps/ecparam.c
+2
-2
crypto/asn1/asn1_err.c
crypto/asn1/asn1_err.c
+1
-1
doc/apps/config.pod
doc/apps/config.pod
+1
-1
doc/apps/ec.pod
doc/apps/ec.pod
+1
-1
doc/apps/pkcs12.pod
doc/apps/pkcs12.pod
+1
-1
doc/apps/req.pod
doc/apps/req.pod
+1
-1
doc/apps/s_server.pod
doc/apps/s_server.pod
+1
-1
doc/apps/ts.pod
doc/apps/ts.pod
+2
-2
doc/apps/tsget.pod
doc/apps/tsget.pod
+1
-1
doc/crypto/BN_BLINDING_new.pod
doc/crypto/BN_BLINDING_new.pod
+1
-1
doc/crypto/EVP_BytesToKey.pod
doc/crypto/EVP_BytesToKey.pod
+1
-1
doc/crypto/EVP_EncryptInit.pod
doc/crypto/EVP_EncryptInit.pod
+1
-1
doc/crypto/X509_VERIFY_PARAM_set_flags.pod
doc/crypto/X509_VERIFY_PARAM_set_flags.pod
+1
-1
doc/crypto/pem.pod
doc/crypto/pem.pod
+1
-1
doc/ssl/SSL_CTX_set_verify.pod
doc/ssl/SSL_CTX_set_verify.pod
+2
-2
未找到文件。
apps/ecparam.c
浏览文件 @
2b4ffc65
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
* in the asn1 der encoding
* in the asn1 der encoding
* possible values: named_curve (default)
* possible values: named_curve (default)
* explicit
* explicit
* -no_seed - if 'explicit' parameters are cho
o
sen do not use the seed
* -no_seed - if 'explicit' parameters are chosen do not use the seed
* -genkey - generate ec key
* -genkey - generate ec key
* -rand file - files to use for random number input
* -rand file - files to use for random number input
* -engine e - use engine e, possibly a hardware device
* -engine e - use engine e, possibly a hardware device
...
@@ -286,7 +286,7 @@ bad:
...
@@ -286,7 +286,7 @@ bad:
BIO_printf
(
bio_err
,
" "
BIO_printf
(
bio_err
,
" "
" explicit
\n
"
);
" explicit
\n
"
);
BIO_printf
(
bio_err
,
" -no_seed if 'explicit'"
BIO_printf
(
bio_err
,
" -no_seed if 'explicit'"
" parameters are cho
o
sen do not"
" parameters are chosen do not"
" use the seed
\n
"
);
" use the seed
\n
"
);
BIO_printf
(
bio_err
,
" -genkey generate ec"
BIO_printf
(
bio_err
,
" -genkey generate ec"
" key
\n
"
);
" key
\n
"
);
...
...
crypto/asn1/asn1_err.c
浏览文件 @
2b4ffc65
...
@@ -310,7 +310,7 @@ static ERR_STRING_DATA ASN1_str_reasons[]=
...
@@ -310,7 +310,7 @@ static ERR_STRING_DATA ASN1_str_reasons[]=
{
ERR_REASON
(
ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE
),
"unknown public key type"
},
{
ERR_REASON
(
ASN1_R_UNKNOWN_PUBLIC_KEY_TYPE
),
"unknown public key type"
},
{
ERR_REASON
(
ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM
),
"unknown signature algorithm"
},
{
ERR_REASON
(
ASN1_R_UNKNOWN_SIGNATURE_ALGORITHM
),
"unknown signature algorithm"
},
{
ERR_REASON
(
ASN1_R_UNKNOWN_TAG
)
,
"unknown tag"
},
{
ERR_REASON
(
ASN1_R_UNKNOWN_TAG
)
,
"unknown tag"
},
{
ERR_REASON
(
ASN1_R_UNKOWN_FORMAT
)
,
"unkown format"
},
{
ERR_REASON
(
ASN1_R_UNKOWN_FORMAT
)
,
"unk
n
own format"
},
{
ERR_REASON
(
ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE
),
"unsupported any defined by type"
},
{
ERR_REASON
(
ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE
),
"unsupported any defined by type"
},
{
ERR_REASON
(
ASN1_R_UNSUPPORTED_CIPHER
)
,
"unsupported cipher"
},
{
ERR_REASON
(
ASN1_R_UNSUPPORTED_CIPHER
)
,
"unsupported cipher"
},
{
ERR_REASON
(
ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM
),
"unsupported encryption algorithm"
},
{
ERR_REASON
(
ASN1_R_UNSUPPORTED_ENCRYPTION_ALGORITHM
),
"unsupported encryption algorithm"
},
...
...
doc/apps/config.pod
浏览文件 @
2b4ffc65
...
@@ -119,7 +119,7 @@ variable points to a section containing further ENGINE configuration
...
@@ -119,7 +119,7 @@ variable points to a section containing further ENGINE configuration
information.
information.
The section pointed to by B<engines> is a table of engine names (though see
The section pointed to by B<engines> is a table of engine names (though see
B<engine_id> below) and further sections containing configuration information
s
B<engine_id> below) and further sections containing configuration information
specific to each ENGINE.
specific to each ENGINE.
Each ENGINE specific section is used to set default algorithms, load
Each ENGINE specific section is used to set default algorithms, load
...
...
doc/apps/ec.pod
浏览文件 @
2b4ffc65
...
@@ -41,7 +41,7 @@ PKCS#8 private key format use the B<pkcs8> command.
...
@@ -41,7 +41,7 @@ PKCS#8 private key format use the B<pkcs8> command.
This specifies the input format. The B<DER> option with a private key uses
This specifies the input format. The B<DER> option with a private key uses
an ASN.1 DER encoded SEC1 private key. When used with a public key it
an ASN.1 DER encoded SEC1 private key. When used with a public key it
uses the SubjectPublicKeyInfo structur as specified in RFC 3280.
uses the SubjectPublicKeyInfo structur
e
as specified in RFC 3280.
The B<PEM> form is the default format: it consists of the B<DER> format base64
The B<PEM> form is the default format: it consists of the B<DER> format base64
encoded with additional header and footer lines. In the case of a private key
encoded with additional header and footer lines. In the case of a private key
PKCS#8 format is also accepted.
PKCS#8 format is also accepted.
...
...
doc/apps/pkcs12.pod
浏览文件 @
2b4ffc65
...
@@ -75,7 +75,7 @@ L<openssl(1)|openssl(1)>.
...
@@ -75,7 +75,7 @@ L<openssl(1)|openssl(1)>.
=item B<-passout arg>
=item B<-passout arg>
pass phrase source to encrypt any outputed private keys with. For more
pass phrase source to encrypt any output
t
ed private keys with. For more
information about the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section
information about the format of B<arg> see the B<PASS PHRASE ARGUMENTS> section
in L<openssl(1)|openssl(1)>.
in L<openssl(1)|openssl(1)>.
...
...
doc/apps/req.pod
浏览文件 @
2b4ffc65
...
@@ -303,7 +303,7 @@ Reverses effect of B<-asn1-kludge>
...
@@ -303,7 +303,7 @@ Reverses effect of B<-asn1-kludge>
=item B<-newhdr>
=item B<-newhdr>
Adds the word B<NEW> to the PEM file header and footer lines on the outputed
Adds the word B<NEW> to the PEM file header and footer lines on the output
t
ed
request. Some software (Netscape certificate server) and some CAs need this.
request. Some software (Netscape certificate server) and some CAs need this.
=item B<-batch>
=item B<-batch>
...
...
doc/apps/s_server.pod
浏览文件 @
2b4ffc65
...
@@ -125,7 +125,7 @@ by using an appropriate certificate.
...
@@ -125,7 +125,7 @@ by using an appropriate certificate.
=item B<-dcertform format>, B<-dkeyform format>, B<-dpass arg>
=item B<-dcertform format>, B<-dkeyform format>, B<-dpass arg>
addtional certificate and private key format and passphrase respectively.
add
i
tional certificate and private key format and passphrase respectively.
=item B<-nocert>
=item B<-nocert>
...
...
doc/apps/ts.pod
浏览文件 @
2b4ffc65
...
@@ -352,7 +352,7 @@ switch always overrides the settings in the config file.
...
@@ -352,7 +352,7 @@ switch always overrides the settings in the config file.
This is the main section and it specifies the name of another section
This is the main section and it specifies the name of another section
that contains all the options for the B<-reply> command. This default
that contains all the options for the B<-reply> command. This default
section can be overriden with the B<-section> command line switch. (Optional)
section can be overrid
d
en with the B<-section> command line switch. (Optional)
=item B<oid_file>
=item B<oid_file>
...
@@ -453,7 +453,7 @@ included. Default is no. (Optional)
...
@@ -453,7 +453,7 @@ included. Default is no. (Optional)
=head1 ENVIRONMENT VARIABLES
=head1 ENVIRONMENT VARIABLES
B<OPENSSL_CONF> contains the path of the configuration file and can be
B<OPENSSL_CONF> contains the path of the configuration file and can be
overriden by the B<-config> command line option.
overrid
d
en by the B<-config> command line option.
=head1 EXAMPLES
=head1 EXAMPLES
...
...
doc/apps/tsget.pod
浏览文件 @
2b4ffc65
...
@@ -124,7 +124,7 @@ The name of an EGD socket to get random data from. (Optional)
...
@@ -124,7 +124,7 @@ The name of an EGD socket to get random data from. (Optional)
=item [request]...
=item [request]...
List of files containing B<RFC 3161> DER-encoded time stamp requests. If no
List of files containing B<RFC 3161> DER-encoded time stamp requests. If no
requests are specifed only one request will be sent to the server and it will be
requests are specif
i
ed only one request will be sent to the server and it will be
read from the standard input. (Optional)
read from the standard input. (Optional)
=back
=back
...
...
doc/crypto/BN_BLINDING_new.pod
浏览文件 @
2b4ffc65
...
@@ -48,7 +48,7 @@ necessary parameters are set, by re-creating the blinding parameters.
...
@@ -48,7 +48,7 @@ necessary parameters are set, by re-creating the blinding parameters.
BN_BLINDING_convert_ex() multiplies B<n> with the blinding factor B<A>.
BN_BLINDING_convert_ex() multiplies B<n> with the blinding factor B<A>.
If B<r> is not NULL a copy the inverse blinding factor B<Ai> will be
If B<r> is not NULL a copy the inverse blinding factor B<Ai> will be
returned in B<r> (this is useful if a B<RSA> object is shared amo
u
ng
returned in B<r> (this is useful if a B<RSA> object is shared among
several threads). BN_BLINDING_invert_ex() multiplies B<n> with the
several threads). BN_BLINDING_invert_ex() multiplies B<n> with the
inverse blinding factor B<Ai>. If B<r> is not NULL it will be used as
inverse blinding factor B<Ai>. If B<r> is not NULL it will be used as
the inverse blinding.
the inverse blinding.
...
...
doc/crypto/EVP_BytesToKey.pod
浏览文件 @
2b4ffc65
...
@@ -17,7 +17,7 @@ EVP_BytesToKey - password based encryption routine
...
@@ -17,7 +17,7 @@ EVP_BytesToKey - password based encryption routine
EVP_BytesToKey() derives a key and IV from various parameters. B<type> is
EVP_BytesToKey() derives a key and IV from various parameters. B<type> is
the cipher to derive the key and IV for. B<md> is the message digest to use.
the cipher to derive the key and IV for. B<md> is the message digest to use.
The B<salt> paramter is used as a salt in the derivation: it should point to
The B<salt> param
e
ter is used as a salt in the derivation: it should point to
an 8 byte buffer or NULL if no salt is used. B<data> is a buffer containing
an 8 byte buffer or NULL if no salt is used. B<data> is a buffer containing
B<datal> bytes which is used to derive the keying data. B<count> is the
B<datal> bytes which is used to derive the keying data. B<count> is the
iteration count to use. The derived key and IV will be written to B<key>
iteration count to use. The derived key and IV will be written to B<key>
...
...
doc/crypto/EVP_EncryptInit.pod
浏览文件 @
2b4ffc65
...
@@ -162,7 +162,7 @@ does not remain in memory.
...
@@ -162,7 +162,7 @@ does not remain in memory.
EVP_EncryptInit(), EVP_DecryptInit() and EVP_CipherInit() behave in a
EVP_EncryptInit(), EVP_DecryptInit() and EVP_CipherInit() behave in a
similar way to EVP_EncryptInit_ex(), EVP_DecryptInit_ex and
similar way to EVP_EncryptInit_ex(), EVP_DecryptInit_ex and
EVP_CipherInit_ex() except the B<ctx> paramter does not need to be
EVP_CipherInit_ex() except the B<ctx> param
e
ter does not need to be
initialized and they always use the default cipher implementation.
initialized and they always use the default cipher implementation.
EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() behave in a
EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() behave in a
...
...
doc/crypto/X509_VERIFY_PARAM_set_flags.pod
浏览文件 @
2b4ffc65
...
@@ -113,7 +113,7 @@ a special status code is set to the verification callback. This permits it
...
@@ -113,7 +113,7 @@ a special status code is set to the verification callback. This permits it
to examine the valid policy tree and perform additional checks or simply
to examine the valid policy tree and perform additional checks or simply
log it for debugging purposes.
log it for debugging purposes.
By default some addtional features such as indirect CRLs and CRLs signed by
By default some add
i
tional features such as indirect CRLs and CRLs signed by
different keys are disabled. If B<X509_V_FLAG_EXTENDED_CRL_SUPPORT> is set
different keys are disabled. If B<X509_V_FLAG_EXTENDED_CRL_SUPPORT> is set
they are enabled.
they are enabled.
...
...
doc/crypto/pem.pod
浏览文件 @
2b4ffc65
...
@@ -201,7 +201,7 @@ handle PKCS#8 format encrypted and unencrypted keys too.
...
@@ -201,7 +201,7 @@ handle PKCS#8 format encrypted and unencrypted keys too.
PEM_write_bio_PKCS8PrivateKey() and PEM_write_PKCS8PrivateKey()
PEM_write_bio_PKCS8PrivateKey() and PEM_write_PKCS8PrivateKey()
write a private key in an EVP_PKEY structure in PKCS#8
write a private key in an EVP_PKEY structure in PKCS#8
EncryptedPrivateKeyInfo format using PKCS#5 v2.0 password based encryption
EncryptedPrivateKeyInfo format using PKCS#5 v2.0 password based encryption
algorithms. The B<cipher> argument specifies the encryption algoritm to
algorithms. The B<cipher> argument specifies the encryption algorit
h
m to
use: unlike all other PEM routines the encryption is applied at the
use: unlike all other PEM routines the encryption is applied at the
PKCS#8 level and not in the PEM headers. If B<cipher> is NULL then no
PKCS#8 level and not in the PEM headers. If B<cipher> is NULL then no
encryption is used and a PKCS#8 PrivateKeyInfo structure is used instead.
encryption is used and a PKCS#8 PrivateKeyInfo structure is used instead.
...
...
doc/ssl/SSL_CTX_set_verify.pod
浏览文件 @
2b4ffc65
...
@@ -169,8 +169,8 @@ that will always continue the TLS/SSL handshake regardless of verification
...
@@ -169,8 +169,8 @@ that will always continue the TLS/SSL handshake regardless of verification
failure, if wished. The callback realizes a verification depth limit with
failure, if wished. The callback realizes a verification depth limit with
more informational output.
more informational output.
All verification errors are printed
, informations
about the certificate chain
All verification errors are printed
; information
about the certificate chain
are
printed on request.
is
printed on request.
The example is realized for a server that does allow but not require client
The example is realized for a server that does allow but not require client
certificates.
certificates.
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录