Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
0501f02b
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看板
提交
0501f02b
编写于
2月 03, 2007
作者:
N
Nils Larsch
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix documentation
PR: 1466
上级
689f9fab
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
6 addition
and
6 deletion
+6
-6
doc/apps/x509.pod
doc/apps/x509.pod
+4
-4
doc/crypto/ASN1_STRING_print_ex.pod
doc/crypto/ASN1_STRING_print_ex.pod
+2
-2
未找到文件。
doc/apps/x509.pod
浏览文件 @
0501f02b
...
@@ -406,13 +406,13 @@ B<sep_comma_plus>, B<dn_rev> and B<sname>.
...
@@ -406,13 +406,13 @@ B<sep_comma_plus>, B<dn_rev> and B<sname>.
a oneline format which is more readable than RFC2253. It is equivalent to
a oneline format which is more readable than RFC2253. It is equivalent to
specifying the B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>, B<dump_nostr>,
specifying the B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>, B<dump_nostr>,
B<dump_der>, B<use_quote>, B<sep_comma_plus_sp
c>, B<spc
_eq> and B<sname>
B<dump_der>, B<use_quote>, B<sep_comma_plus_sp
ace>, B<space
_eq> and B<sname>
options.
options.
=item B<multiline>
=item B<multiline>
a multiline format. It is equivalent B<esc_ctrl>, B<esc_msb>, B<sep_multiline>,
a multiline format. It is equivalent B<esc_ctrl>, B<esc_msb>, B<sep_multiline>,
B<sp
c
_eq>, B<lname> and B<align>.
B<sp
ace
_eq>, B<lname> and B<align>.
=item B<esc_2253>
=item B<esc_2253>
...
@@ -512,7 +512,7 @@ diagnostic purpose.
...
@@ -512,7 +512,7 @@ diagnostic purpose.
align field values for a more readable output. Only usable with
align field values for a more readable output. Only usable with
B<sep_multiline>.
B<sep_multiline>.
=item B<sp
c
_eq>
=item B<sp
ace
_eq>
places spaces round the B<=> character which follows the field
places spaces round the B<=> character which follows the field
name.
name.
...
@@ -622,7 +622,7 @@ Display the certificate subject name in RFC2253 form:
...
@@ -622,7 +622,7 @@ Display the certificate subject name in RFC2253 form:
Display the certificate subject name in oneline form on a terminal
Display the certificate subject name in oneline form on a terminal
supporting UTF8:
supporting UTF8:
openssl x509 -in cert.pem -noout -subject -nameopt oneline,-escmsb
openssl x509 -in cert.pem -noout -subject -nameopt oneline,-esc
_
msb
Display the certificate MD5 fingerprint:
Display the certificate MD5 fingerprint:
...
...
doc/crypto/ASN1_STRING_print_ex.pod
浏览文件 @
0501f02b
...
@@ -43,9 +43,9 @@ interprets UTF8 sequences.
...
@@ -43,9 +43,9 @@ interprets UTF8 sequences.
Escaping takes several forms.
Escaping takes several forms.
If the character being escaped is a 16 bit character then the form "\
W
XXXX" is used
If the character being escaped is a 16 bit character then the form "\
U
XXXX" is used
using exactly four characters for the hex representation. If it is 32 bits then
using exactly four characters for the hex representation. If it is 32 bits then
"\
U
XXXXXXXX" is used using eight characters of its hex representation. These forms
"\
W
XXXXXXXX" is used using eight characters of its hex representation. These forms
will only be used if UTF8 conversion is not set (see below).
will only be used if UTF8 conversion is not set (see below).
Printable characters are normally escaped using the backslash '\' character. If
Printable characters are normally escaped using the backslash '\' character. If
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录