Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
c490a551
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
接近 2 年 前同步成功
通知
12
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看板
提交
c490a551
编写于
5月 08, 2015
作者:
R
Rich Salz
提交者:
Rich Salz
5月 13, 2015
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
RT1207: document SSL_COMP_free_compression_methods.
Reviewed-by:
N
Matt Caswell
<
matt@openssl.org
>
上级
addaf977
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
9 addition
and
3 deletion
+9
-3
doc/ssl/SSL_COMP_add_compression_method.pod
doc/ssl/SSL_COMP_add_compression_method.pod
+9
-3
未找到文件。
doc/ssl/SSL_COMP_add_compression_method.pod
浏览文件 @
c490a551
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
=head1 NAME
=head1 NAME
SSL_COMP_add_compression_method - handle SSL/TLS integrated compression methods
SSL_COMP_add_compression_method
, SSL_COMP_free_compression_methods
- handle SSL/TLS integrated compression methods
=head1 SYNOPSIS
=head1 SYNOPSIS
...
@@ -10,6 +10,8 @@ SSL_COMP_add_compression_method - handle SSL/TLS integrated compression methods
...
@@ -10,6 +10,8 @@ SSL_COMP_add_compression_method - handle SSL/TLS integrated compression methods
int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
+void SSL_COMP_free_compression_methods(void);
=head1 DESCRIPTION
=head1 DESCRIPTION
SSL_COMP_add_compression_method() adds the compression method B<cm> with
SSL_COMP_add_compression_method() adds the compression method B<cm> with
...
@@ -17,6 +19,10 @@ the identifier B<id> to the list of available compression methods. This
...
@@ -17,6 +19,10 @@ the identifier B<id> to the list of available compression methods. This
list is globally maintained for all SSL operations within this application.
list is globally maintained for all SSL operations within this application.
It cannot be set for specific SSL_CTX or SSL objects.
It cannot be set for specific SSL_CTX or SSL objects.
SSL_COMP_free_compression_methods() frees the internal table of
compression methods that were built internally, and possibly
augmented by adding SSL_COMP_add_compression_method().
=head1 NOTES
=head1 NOTES
The TLS standard (or SSLv3) allows the integration of compression methods
The TLS standard (or SSLv3) allows the integration of compression methods
...
@@ -38,8 +44,8 @@ its own compression methods and will unconditionally activate compression
...
@@ -38,8 +44,8 @@ its own compression methods and will unconditionally activate compression
when a matching identifier is found. There is no way to restrict the list
when a matching identifier is found. There is no way to restrict the list
of compression methods supported on a per connection basis.
of compression methods supported on a per connection basis.
The OpenSSL library has the compression methods B<COMP_rle()> and (when
If enabled during compilation, the OpenSSL library will have the
especially enabled during compilation) B<COMP_zlib()>
available.
COMP_zlib() compression method
available.
=head1 WARNINGS
=head1 WARNINGS
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录