Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
812e0c8d
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看板
提交
812e0c8d
编写于
3月 19, 2016
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
make update
Reviewed-by:
N
Viktor Dukhovni
<
viktor@openssl.org
>
上级
9a9f8ee7
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
22 addition
and
7 deletion
+22
-7
apps/progs.h
apps/progs.h
+22
-7
未找到文件。
apps/progs.h
浏览文件 @
812e0c8d
/*
* Automatically generated by progs.pl for openssl.c
* Copyright (c) 2008 The OpenSSL Project. All rights reserved.
* See the openssl.c for copyright details.
* Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL licenses, (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* https://www.openssl.org/source/license.html
* or in the file LICENSE in the source distribution.
*/
typedef
enum
FUNC_TYPE
{
...
...
@@ -120,7 +125,7 @@ extern OPTIONS x509_options[];
static
FUNCTION
functions
[]
=
{
{
FT_general
,
"asn1parse"
,
asn1parse_main
,
asn1parse_options
},
{
FT_general
,
"ca"
,
ca_main
,
ca_options
},
#if
!defined(OPENSSL_NO_SOCK)
#if
ndef OPENSSL_NO_SOCK
{
FT_general
,
"ciphers"
,
ciphers_main
,
ciphers_options
},
#endif
#ifndef OPENSSL_NO_CMS
...
...
@@ -164,7 +169,7 @@ static FUNCTION functions[] = {
{
FT_general
,
"ocsp"
,
ocsp_main
,
ocsp_options
},
#endif
{
FT_general
,
"passwd"
,
passwd_main
,
passwd_options
},
#if
!defined(OPENSSL_NO_DES)
#if
ndef OPENSSL_NO_DES
{
FT_general
,
"pkcs12"
,
pkcs12_main
,
pkcs12_options
},
#endif
{
FT_general
,
"pkcs7"
,
pkcs7_main
,
pkcs7_options
},
...
...
@@ -182,13 +187,13 @@ static FUNCTION functions[] = {
#ifndef OPENSSL_NO_RSA
{
FT_general
,
"rsautl"
,
rsautl_main
,
rsautl_options
},
#endif
#if
!defined(OPENSSL_NO_SOCK)
#if
ndef OPENSSL_NO_SOCK
{
FT_general
,
"s_client"
,
s_client_main
,
s_client_options
},
#endif
#if
!defined(OPENSSL_NO_SOCK)
#if
ndef OPENSSL_NO_SOCK
{
FT_general
,
"s_server"
,
s_server_main
,
s_server_options
},
#endif
#if
!defined(OPENSSL_NO_SOCK)
#if
ndef OPENSSL_NO_SOCK
{
FT_general
,
"s_time"
,
s_time_main
,
s_time_options
},
#endif
{
FT_general
,
"sess_id"
,
sess_id_main
,
sess_id_options
},
...
...
@@ -216,11 +221,21 @@ static FUNCTION functions[] = {
#ifndef OPENSSL_NO_MD_GHOST94
{
FT_md
,
"md_ghost94"
,
dgst_main
},
#endif
#ifndef OPENSSL_NO_SHA
{
FT_md
,
"sha1"
,
dgst_main
},
#endif
#ifndef OPENSSL_NO_SHA
{
FT_md
,
"sha224"
,
dgst_main
},
#endif
#ifndef OPENSSL_NO_SHA
{
FT_md
,
"sha256"
,
dgst_main
},
#endif
#ifndef OPENSSL_NO_SHA
{
FT_md
,
"sha384"
,
dgst_main
},
#endif
#ifndef OPENSSL_NO_SHA
{
FT_md
,
"sha512"
,
dgst_main
},
#endif
#ifndef OPENSSL_NO_MDC2
{
FT_md
,
"mdc2"
,
dgst_main
},
#endif
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录