Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
99ec4fdb
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
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看板
提交
99ec4fdb
编写于
5月 18, 2016
作者:
R
Rich Salz
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Ensure =cut is last line in every file.
Reviewed-by:
N
Richard Levitte
<
levitte@openssl.org
>
上级
e64b5557
变更
38
隐藏空白更改
内联
并排
Showing
38 changed file
with
63 addition
and
6 deletion
+63
-6
doc/apps/genpkey.pod
doc/apps/genpkey.pod
+0
-1
doc/apps/genrsa.pod
doc/apps/genrsa.pod
+0
-1
doc/apps/pkcs12.pod
doc/apps/pkcs12.pod
+1
-0
doc/apps/pkeyutl.pod
doc/apps/pkeyutl.pod
+2
-0
doc/apps/rehash.pod
doc/apps/rehash.pod
+2
-0
doc/apps/rsautl.pod
doc/apps/rsautl.pod
+2
-0
doc/apps/verify.pod
doc/apps/verify.pod
+0
-1
doc/crypto/BIO_ADDR.pod
doc/crypto/BIO_ADDR.pod
+2
-0
doc/crypto/BIO_ADDRINFO.pod
doc/crypto/BIO_ADDRINFO.pod
+2
-0
doc/crypto/BIO_connect.pod
doc/crypto/BIO_connect.pod
+2
-0
doc/crypto/BIO_ctrl.pod
doc/crypto/BIO_ctrl.pod
+2
-0
doc/crypto/BIO_f_base64.pod
doc/crypto/BIO_f_base64.pod
+2
-0
doc/crypto/BIO_f_buffer.pod
doc/crypto/BIO_f_buffer.pod
+2
-0
doc/crypto/BIO_f_cipher.pod
doc/crypto/BIO_f_cipher.pod
+2
-0
doc/crypto/BIO_f_null.pod
doc/crypto/BIO_f_null.pod
+2
-0
doc/crypto/BIO_f_ssl.pod
doc/crypto/BIO_f_ssl.pod
+2
-0
doc/crypto/BIO_find_type.pod
doc/crypto/BIO_find_type.pod
+2
-0
doc/crypto/BIO_new.pod
doc/crypto/BIO_new.pod
+2
-0
doc/crypto/BIO_parse_hostserv.pod
doc/crypto/BIO_parse_hostserv.pod
+2
-0
doc/crypto/BIO_read.pod
doc/crypto/BIO_read.pod
+2
-0
doc/crypto/BIO_s_accept.pod
doc/crypto/BIO_s_accept.pod
+2
-0
doc/crypto/BIO_s_connect.pod
doc/crypto/BIO_s_connect.pod
+2
-0
doc/crypto/BIO_s_fd.pod
doc/crypto/BIO_s_fd.pod
+2
-0
doc/crypto/BIO_s_file.pod
doc/crypto/BIO_s_file.pod
+2
-0
doc/crypto/BIO_s_mem.pod
doc/crypto/BIO_s_mem.pod
+2
-0
doc/crypto/BIO_s_null.pod
doc/crypto/BIO_s_null.pod
+2
-0
doc/crypto/BIO_s_socket.pod
doc/crypto/BIO_s_socket.pod
+2
-0
doc/crypto/BIO_set_callback.pod
doc/crypto/BIO_set_callback.pod
+2
-0
doc/crypto/OPENSSL_ia32cap.pod
doc/crypto/OPENSSL_ia32cap.pod
+2
-0
doc/crypto/OPENSSL_instrument_bus.pod
doc/crypto/OPENSSL_instrument_bus.pod
+2
-0
doc/crypto/X509_EXTENSION_set_object.pod
doc/crypto/X509_EXTENSION_set_object.pod
+2
-0
doc/crypto/X509_LOOKUP_hash_dir.pod
doc/crypto/X509_LOOKUP_hash_dir.pod
+0
-1
doc/crypto/X509v3_get_ext_by_NID.pod
doc/crypto/X509v3_get_ext_by_NID.pod
+2
-0
doc/crypto/bio.pod
doc/crypto/bio.pod
+2
-0
doc/crypto/des_modes.pod
doc/crypto/des_modes.pod
+0
-1
doc/crypto/pem.pod
doc/crypto/pem.pod
+2
-0
doc/crypto/sk_X509_num.pod
doc/crypto/sk_X509_num.pod
+2
-0
doc/ssl/ssl.pod
doc/ssl/ssl.pod
+0
-1
未找到文件。
doc/apps/genpkey.pod
浏览文件 @
99ec4fdb
...
...
@@ -259,4 +259,3 @@ The ability to use NIST curve names, and to generate an EC key directly,
were added in OpenSSL 1.0.2.
=cut
doc/apps/genrsa.pod
浏览文件 @
99ec4fdb
...
...
@@ -104,4 +104,3 @@ be much larger (typically 1024 bits).
L<gendsa(1)>
=cut
doc/apps/pkcs12.pod
浏览文件 @
99ec4fdb
...
...
@@ -357,3 +357,4 @@ Include some extra certificates:
L<pkcs8(1)>
=cut
doc/apps/pkeyutl.pod
浏览文件 @
99ec4fdb
...
...
@@ -273,3 +273,5 @@ seed consisting of the single byte 0xFF:
L<genpkey(1)>, L<pkey(1)>, L<rsautl(1)>
L<dgst(1)>, L<rsa(1)>, L<genrsa(1)>,
L<EVP_PKEY_HKDF(3)>, L<EVP_PKEY_TLS1_PRF(3)>
=cut
doc/apps/rehash.pod
浏览文件 @
99ec4fdb
...
...
@@ -125,3 +125,5 @@ Ignored if directories are listed on the command line.
L<openssl(1)>,
L<crl(1)>.
L<x509(1)>.
=cut
doc/apps/rsautl.pod
浏览文件 @
99ec4fdb
...
...
@@ -191,3 +191,5 @@ which it can be seen agrees with the recovered value above.
=head1 SEE ALSO
L<dgst(1)>, L<rsa(1)>, L<genrsa(1)>
=cut
doc/apps/verify.pod
浏览文件 @
99ec4fdb
...
...
@@ -703,4 +703,3 @@ The B<-issuer_checks> option is deprecated as of OpenSSL 1.1.0 and
is silently ignored.
=cut
doc/crypto/BIO_ADDR.pod
浏览文件 @
99ec4fdb
...
...
@@ -112,3 +112,5 @@ information they should return isn't available.
=head1 SEE ALSO
L<BIO_connect(3)>, L<BIO_s_connect(3)>
=cut
doc/crypto/BIO_ADDRINFO.pod
浏览文件 @
99ec4fdb
...
...
@@ -80,3 +80,5 @@ information they should return isn't available.
=head1 SEE ALSO
L<BIO_lookup(3)>
=cut
doc/crypto/BIO_connect.pod
浏览文件 @
99ec4fdb
...
...
@@ -99,3 +99,5 @@ BIO_get_accept_socket() and BIO_accept() are deprecated since OpenSSL
=head1 SEE ALSO
L<BIO_ADDR(3)>
=cut
doc/crypto/BIO_ctrl.pod
浏览文件 @
99ec4fdb
...
...
@@ -126,3 +126,5 @@ the case of BIO_seek() on a file BIO for a successful operation.
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_f_base64.pod
浏览文件 @
99ec4fdb
...
...
@@ -80,3 +80,5 @@ to reliably determine EOF (for example a MIME boundary).
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_f_buffer.pod
浏览文件 @
99ec4fdb
...
...
@@ -71,3 +71,5 @@ L<BIO_reset(3)>,
L<BIO_flush(3)>,
L<BIO_pop(3)>,
L<BIO_ctrl(3)>.
=cut
doc/crypto/BIO_f_cipher.pod
浏览文件 @
99ec4fdb
...
...
@@ -74,3 +74,5 @@ TBA
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_f_null.pod
浏览文件 @
99ec4fdb
...
...
@@ -30,3 +30,5 @@ BIO_f_null() returns the null filter BIO method.
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_f_ssl.pod
浏览文件 @
99ec4fdb
...
...
@@ -313,3 +313,5 @@ be modified to handle this fix or they may free up an already freed BIO.
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_find_type.pod
浏览文件 @
99ec4fdb
...
...
@@ -83,3 +83,5 @@ Traverse a chain looking for digest BIOs:
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_new.pod
浏览文件 @
99ec4fdb
...
...
@@ -69,3 +69,5 @@ Create a memory BIO:
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_parse_hostserv.pod
浏览文件 @
99ec4fdb
...
...
@@ -65,3 +65,5 @@ They should be left as is.
=head1 SEE ALSO
L<BIO_ADDRINFO(3)>
=cut
doc/crypto/BIO_read.pod
浏览文件 @
99ec4fdb
...
...
@@ -66,3 +66,5 @@ to the chain.
L<BIO_should_retry(3)>
TBA
=cut
doc/crypto/BIO_s_accept.pod
浏览文件 @
99ec4fdb
...
...
@@ -202,3 +202,5 @@ down each and finally closes both down.
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_s_connect.pod
浏览文件 @
99ec4fdb
...
...
@@ -185,3 +185,5 @@ to retrieve a page and copy the result to standard output.
=head1 SEE ALSO
L<BIO_ADDR(3)>
=cut
doc/crypto/BIO_s_fd.pod
浏览文件 @
99ec4fdb
...
...
@@ -87,3 +87,5 @@ L<BIO_reset(3)>, L<BIO_read(3)>,
L<BIO_write(3)>, L<BIO_puts(3)>,
L<BIO_gets(3)>, L<BIO_printf(3)>,
L<BIO_set_close(3)>, L<BIO_get_close(3)>
=cut
doc/crypto/BIO_s_file.pod
浏览文件 @
99ec4fdb
...
...
@@ -146,3 +146,5 @@ L<BIO_read(3)>,
L<BIO_write(3)>, L<BIO_puts(3)>,
L<BIO_gets(3)>, L<BIO_printf(3)>,
L<BIO_set_close(3)>, L<BIO_get_close(3)>
=cut
doc/crypto/BIO_s_mem.pod
浏览文件 @
99ec4fdb
...
...
@@ -115,3 +115,5 @@ Extract the BUF_MEM structure from a memory BIO and then free up the BIO:
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_s_null.pod
浏览文件 @
99ec4fdb
...
...
@@ -35,3 +35,5 @@ BIO_s_null() returns the null sink BIO method.
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_s_socket.pod
浏览文件 @
99ec4fdb
...
...
@@ -61,3 +61,5 @@ occurred.
=head1 SEE ALSO
TBA
=cut
doc/crypto/BIO_set_callback.pod
浏览文件 @
99ec4fdb
...
...
@@ -106,3 +106,5 @@ in crypto/bio/bio_cb.c
=head1 SEE ALSO
TBA
=cut
doc/crypto/OPENSSL_ia32cap.pod
浏览文件 @
99ec4fdb
...
...
@@ -94,3 +94,5 @@ and RORX;
=item bit #64+19 denoting availability of ADCX and ADOX instructions;
=back
=cut
doc/crypto/OPENSSL_instrument_bus.pod
浏览文件 @
99ec4fdb
...
...
@@ -40,3 +40,5 @@ not available on current platform. For reference, on x86 'flush cache
line' was introduced with the SSE2 extensions.
Otherwise number of recorded values is returned.
=cut
doc/crypto/X509_EXTENSION_set_object.pod
浏览文件 @
99ec4fdb
...
...
@@ -81,3 +81,5 @@ X509_EXTENSION_get_data() returns an B<ASN1_OCTET_STRING> pointer.
=head1 SEE ALSO
L<X509V3_get_d2i(3)>
=cut
doc/crypto/X509_LOOKUP_hash_dir.pod
浏览文件 @
99ec4fdb
...
...
@@ -119,4 +119,3 @@ L<X609_store_add_lookup(3)>,
L<SSL_CTX_load_verify_locations(3)>,
=cut
doc/crypto/X509v3_get_ext_by_NID.pod
浏览文件 @
99ec4fdb
...
...
@@ -140,3 +140,5 @@ field is absent it will return B<NULL>: this is B<not> an error condition.
=head1 SEE ALSO
L<X509V3_get_d2i(3)>
=cut
doc/crypto/bio.pod
浏览文件 @
99ec4fdb
...
...
@@ -53,3 +53,5 @@ L<BIO_s_mem(3)>,
L<BIO_s_null(3)>, L<BIO_s_socket(3)>,
L<BIO_set_callback(3)>,
L<BIO_should_retry(3)>
=cut
doc/crypto/des_modes.pod
浏览文件 @
99ec4fdb
...
...
@@ -252,4 +252,3 @@ L<blowfish(3)>, L<des(3)>, L<idea(3)>,
L<rc2(3)>
=cut
doc/crypto/pem.pod
浏览文件 @
99ec4fdb
...
...
@@ -456,3 +456,5 @@ as they will be formally deprecated in a future releases.
=head1 SEE ALSO
L<EVP_EncryptInit(3)>, L<EVP_BytesToKey(3)>
=cut
doc/crypto/sk_X509_num.pod
浏览文件 @
99ec4fdb
...
...
@@ -198,3 +198,5 @@ stack.
Use of inline functions and application defined stacks first appeared in
OpenSSL 1.1.0. Previous versions of OpenSSL implemented stacks as macros.
=cut
doc/ssl/ssl.pod
浏览文件 @
99ec4fdb
...
...
@@ -809,4 +809,3 @@ The return type of B<SSL_copy_session_id> was changed from void to int in
OpenSSL 1.1.0.
=cut
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录