登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情
代码拉取完成,页面将自动刷新
开源项目
>
程序开发
>
安全开发相关
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
7
Fork
11
Robert
/
openssl
代码
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
发行版
最新版
openssl-3.5.2
0893a62
2025-09-03 11:19
对比
OpenSSL 3.5.2
Robert
## 更新内容 * Prepare for release of 3.5.2 * make update * Copyright year updates * Revert "Pairwise check for DH keys import as part of FIPS" * dh: add extra argument to ossl_dh_check_pairwise * dh: add FIPS 140-3 PCT on key import. * fips: add DH PCT name * changes: add note about PCT on key import to the FIPS provider * rsa (fips): add PCT for key import * ec (fips): add PCT for key import * ecx (fips): add PCT for key import * rsa: expose pairwise consistency test API * apps/asn1parse.c: correct help text order for -genstr option * fuzz/dtlsserver.c: Remove incorrect ifdef guard * Only report generic error if provider did not put an error on the error queue * Make ERR_count_to_mark() available to providers via 'in' dispatch array * Pairwise check for DH keys import as part of FIPS * Update dh_pub to be pairwise consistent with dh_priv * test-ec: Skip SM2 key import test if SM2 is disabled * Backport of the fix #27506 (empty IDP causes error) to the version 3.5. * - adding a missing file * - changes suggested by @t8m * - fix RFC reference and indentation * Update ssl/quic/quic_ackm.c * Update ssl/quic/quic_ackm.c * ACK manager must avoid infinite probe time when waiting handshake confirmation * Add a test of 'openssl storeutl' with a BER-encoded PKCS#12 file * Fix OSSL_STORE to consider cached info in the EOF check. * sm2: sm2_sign.c: check EC_KEY_get0_private_key() for NULL in sm2_sig_gen() * fix SM2 privatekey decode(PEM format, ECPrivateKey). * openssl rand command should use the loaded library context * Raise PROV_R_NULL_OUTPUT_BUFFER if shsec is NULL in ml_kem_encapsulate() * Add CODEOWNERS file * pin GitHub Actions revisions from untrusted vendors * Update container images in OS Zoo CI workflow * sec_mem: add note about the perf implications * ci: enable lms only on master * Add note about use of EVP_PKEY in different libctxs * PEM_read_CMS.pod: Correct the deprecation notice * test/quic-openssl-docker/hq-interop/quic-hq-interop.c: Move BIO_free()… * QUIC receiver may accidentally ACK packet it fails to process * Fixup non-optional use of IO::Socket::IP * crypto/slh_dsa/slh_hash.c: Add check for EVP_MD_get_size() * The check-ansi job is failing in the openssl-3.5 branch as a result of… * Remove unused data from self test. * Update FIPS provider doc to match the current code. * demos/cms/cms_denc.c: Add check for BIO_new_file() * demos/cms/cms_ddec.c: Replace "in" with "dcont" to correctly check the… * Fix internal documentation of ossl_namemap_num2name() * decoders: Fix prioritization of decoders via property query **完整的更新日志**: https://gitee.com/Snowdreams01/openssl/compare/openssl-3.0.17...openssl-3.5.2
最后提交信息为:
Prepare for release of 3.5.2
openssl-3.3.2
fb7fab9
2024-09-25 20:08
对比
OpenSSL 3.3.2
Robert
## 更新内容 * Prepare for release of 3.3.2 * make update * Copyright year updates * Add CVE-2024-5535 to CHANGES and NEWS * Updated CHANGES and NEWS for CVE-2024-6119 fix * Avoid type errors in EAI-related name check logic. * endecode_test.c: Fix !fips v3.0.0 check * exporters for pkg-config: align with the changes for CMake * endecode_test.c: Avoid running the SM2 tests with 3.0.0 FIPS provider * Check for excess data in CertificateVerify * doc: Document properties param for Argon2 KDF * Fix decoder error on SM2 private key * fix: for exporters to work for build config, there may be two include dirs * fix: exporters/cmake/OpenSSLConfig.cmake.in to work for build config * FIPS: Change fips tests to use SHA2 for corruption test. * Fix error handling in OBJ_add_object * apps: add missing entry to tls extension label list * Fix '--strict-warnings' build breakage * test/provider_test.c: Add OSSL_PROVIDER_unload() to avoid memory leak * test/provider_fallback_test.c: Add OSSL_PROVIDER_unload() to avoid memory leak * Link to the place where signature options are defined * Explicitly include e_os.h for close() * test: add a default greeting to avoid printing a null pointer. * RAND_write_file(): Avoid potential file descriptor leak * Fix unpredictible refcount handling of d2i functions * Extend test case for reused PEM_ASN1_read_bio * apps/cms.c, apps/smime.c: Fix -crlfeol help messages * Fix SSL_CTX_set1_groups documentation on preference orders * Update krb5 to latest master to pick up CVE fixes * test: add FIPS provider version checks for 3.4 compatibility * limit bignums to 128 bytes * Update BN_add.pod documentation so it is consistent with header declarations * rsa_pss_compute_saltlen(): Avoid integer overflows and check MD and RSA sizes * do_print_ex(): Avoid possible integer overflow * Fix typos found by codespell in openssl-3.3 doc * Use parent directory instead of index.html * Update links in CONTRIBUTING.md * Fix some small typos * Do not implicitly start connection with SSL_handle_events() or SSL_poll() * Return infinity time from SSL_get_event_timeout when the connection is… * Do not falsely start the connection through SSL_pending()/_has_pending() * fix: util/mkinstallvars.pl mistreated LDLIBS on Unix (and Windows) * Free fetched digest in show_digests * evp_get_digest/cipherbyname_ex(): Try to fetch if not found * Avoid leaking *ba_ret on reconnections * Update X509V3_get_d2i.pod returned pointer needs to be freed * i2d_name_canon(): Check overflow in len accumulation * gitignore: add .DS_Store * Allow short reads in asn1_d2i_read_bio() * Improve clarity and readability of password input documentation **完整的更新日志**: https://gitee.com/Snowdreams01/openssl/compare/openssl-3.0.14...openssl-3.3.2
最后提交信息为:
Prepare for release of 3.3.2
openssl-3.3.0
4cb3112
2024-04-12 11:35
对比
OpenSSL 3.3.0
Robert
OpenSSL 3.3.0 已发布。你可以在[更新笔记](https://gitee.com/Snowdreams01/openssl/blob/openssl-3.3/NEWS.md#major-changes-between-openssl-32-and-openssl-330-9-apr-2024)里查阅更多更新详情。
最后提交信息为:
Prepare for release of 3.3.0
openssl-3.2.1
a7e9928
2024-02-23 18:29
对比
OpenSSL发行版。版本号:3.2.1
Robert
**完整的更新日志**: https://gitee.com/Snowdreams01/openssl/compare/openssl-3.2.1...openssl-3.2.1
最后提交信息为:
Prepare for release of 3.2.1
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C
1
https://gitee.com/Snowdreams01/openssl.git
git@gitee.com:Snowdreams01/openssl.git
Snowdreams01
openssl
openssl
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册