Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
503f3b1a
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
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看板
提交
503f3b1a
编写于
7月 18, 2002
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add history for documented new functions.
PR: 59
上级
402bcde8
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
24 addition
and
3 deletion
+24
-3
doc/crypto/BN_zero.pod
doc/crypto/BN_zero.pod
+3
-0
doc/crypto/EVP_DigestInit.pod
doc/crypto/EVP_DigestInit.pod
+7
-2
doc/crypto/EVP_EncryptInit.pod
doc/crypto/EVP_EncryptInit.pod
+5
-0
doc/crypto/EVP_SignInit.pod
doc/crypto/EVP_SignInit.pod
+1
-1
doc/crypto/hmac.pod
doc/crypto/hmac.pod
+3
-0
doc/crypto/lhash.pod
doc/crypto/lhash.pod
+5
-0
未找到文件。
doc/crypto/BN_zero.pod
浏览文件 @
503f3b1a
...
...
@@ -53,4 +53,7 @@ BN_zero(), BN_one() and BN_set_word() are available in all versions of
SSLeay and OpenSSL. BN_value_one() and BN_get_word() were added in
SSLeay 0.8.
BN_value_one() was changed to return a true const BIGNUM * in OpenSSL
0.9.7.
=cut
doc/crypto/EVP_DigestInit.pod
浏览文件 @
503f3b1a
...
...
@@ -245,7 +245,12 @@ L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)>
EVP_DigestInit(), EVP_DigestUpdate() and EVP_DigestFinal() are
available in all versions of SSLeay and OpenSSL.
EVP_DigestInit_ex(), EVP_DigestFinal_ex() and EVP_MD_CTX_copy_ex()
were added in OpenSSL 0.9.7.
EVP_MD_CTX_init(), EVP_MD_CTX_create(), EVP_MD_CTX_copy_ex(),
EVP_MD_CTX_cleanup(), EVP_MD_CTX_destroy(), EVP_DigestInit_ex()
and EVP_DigestFinal_ex() were added in OpenSSL 0.9.7.
EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(),
EVP_dss(), EVP_dss1(), EVP_mdc2() and EVP_ripemd160() were
changed to return truely const EVP_MD * in OpenSSL 0.9.7.
=cut
doc/crypto/EVP_EncryptInit.pod
浏览文件 @
503f3b1a
...
...
@@ -501,4 +501,9 @@ L<evp(3)|evp(3)>
=head1 HISTORY
EVP_CIPHER_CTX_init(), EVP_EncryptInit_ex(), EVP_EncryptFinal_ex(),
EVP_DecryptInit_ex(), EVP_DecryptFinal_ex(), EVP_CipherInit_ex(),
EVP_CipherFinal_ex() and EVP_CIPHER_CTX_set_padding() appeared in
OpenSSL 0.9.7.
=cut
doc/crypto/EVP_SignInit.pod
浏览文件 @
503f3b1a
...
...
@@ -91,6 +91,6 @@ L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)>
EVP_SignInit(), EVP_SignUpdate() and EVP_SignFinal() are
available in all versions of SSLeay and OpenSSL.
EVP_SignInit_ex() was added in OpenSSL 0.9.7
EVP_SignInit_ex() was added in OpenSSL 0.9.7
.
=cut
doc/crypto/hmac.pod
浏览文件 @
503f3b1a
...
...
@@ -96,4 +96,7 @@ L<sha(3)|sha(3)>, L<evp(3)|evp(3)>
HMAC(), HMAC_Init(), HMAC_Update(), HMAC_Final() and HMAC_cleanup()
are available since SSLeay 0.9.0.
HMAC_CTX_init(), HMAC_Init_ex() and HMAC_CTX_cleanup() are available
since OpenSSL 0.9.7.
=cut
doc/crypto/lhash.pod
浏览文件 @
503f3b1a
...
...
@@ -286,4 +286,9 @@ lh_error() was added in SSLeay 0.9.1b.
This manpage is derived from the SSLeay documentation.
In OpenSSL 0.9.7, all lhash functions that were passed function pointers
were changed for better type safety, and the function types LHASH_COMP_FN_TYPE,
LHASH_HASH_FN_TYPE, LHASH_DOALL_FN_TYPE and LHASH_DOALL_ARG_FN_TYPE
became available.
=cut
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录