Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
521aaafc
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看板
提交
521aaafc
编写于
11月 13, 2004
作者:
D
Dr. Stephen Henson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
PR: 969
Submitted by: David Holmes <davidh@3blackdogs.com>
上级
78df5a2f
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
5 addition
and
5 deletion
+5
-5
doc/crypto/ASN1_STRING_print_ex.pod
doc/crypto/ASN1_STRING_print_ex.pod
+3
-3
doc/crypto/X509_NAME_print_ex.pod
doc/crypto/X509_NAME_print_ex.pod
+2
-2
未找到文件。
doc/crypto/ASN1_STRING_print_ex.pod
浏览文件 @
521aaafc
...
@@ -30,8 +30,8 @@ with '.'.
...
@@ -30,8 +30,8 @@ with '.'.
ASN1_STRING_print() is a legacy function which should be avoided in new applications.
ASN1_STRING_print() is a legacy function which should be avoided in new applications.
Although there are a large number of options frequently B<ASN1_STRFL
A
GS_RFC2253> is
Although there are a large number of options frequently B<ASN1_STRFLGS_RFC2253> is
suitable, or on UTF8 terminals B<ASN1_STRFL
AGS_RFC2253 & ~ASN1_STRFLA
GS_ESC_MSB>.
suitable, or on UTF8 terminals B<ASN1_STRFL
GS_RFC2253 & ~ASN1_STRFL
GS_ESC_MSB>.
The complete set of supported options for B<flags> is listed below.
The complete set of supported options for B<flags> is listed below.
...
@@ -72,7 +72,7 @@ octet.
...
@@ -72,7 +72,7 @@ octet.
If B<ASN1_STRFLGS_DUMP_ALL> is set then any type is dumped.
If B<ASN1_STRFLGS_DUMP_ALL> is set then any type is dumped.
Normally non character string types (such as OCTET STRING) are assumed to be
Normally non character string types (such as OCTET STRING) are assumed to be
one byte per character, if B<ASN1_STRFL
A
GS_DUMP_UNKNOWN> is set then they will
one byte per character, if B<ASN1_STRFLGS_DUMP_UNKNOWN> is set then they will
be dumped instead.
be dumped instead.
When a type is dumped normally just the content octets are printed, if
When a type is dumped normally just the content octets are printed, if
...
...
doc/crypto/X509_NAME_print_ex.pod
浏览文件 @
521aaafc
...
@@ -41,8 +41,8 @@ applications.
...
@@ -41,8 +41,8 @@ applications.
Although there are a large number of possible flags for most purposes
Although there are a large number of possible flags for most purposes
B<XN_FLAG_ONELINE>, B<XN_FLAG_MULTILINE> or B<XN_FLAG_RFC2253> will suffice.
B<XN_FLAG_ONELINE>, B<XN_FLAG_MULTILINE> or B<XN_FLAG_RFC2253> will suffice.
As noted on the L<ASN1_STRING_print_ex(3)|ASN1_STRING_print_ex(3)> manual page
As noted on the L<ASN1_STRING_print_ex(3)|ASN1_STRING_print_ex(3)> manual page
for UTF8 terminals the B<ASN1_STRFL
A
GS_ESC_MSB> should be unset: so for example
for UTF8 terminals the B<ASN1_STRFLGS_ESC_MSB> should be unset: so for example
B<XN_FLAG_ONELINE & ~ASN1_STRFL
A
GS_ESC_MSB> would be used.
B<XN_FLAG_ONELINE & ~ASN1_STRFLGS_ESC_MSB> would be used.
The complete set of the flags supported by X509_NAME_print_ex() is listed below.
The complete set of the flags supported by X509_NAME_print_ex() is listed below.
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录