登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
7
Star
0
Fork
16
src-openEuler
/
compat-openssl11
代码
Issues
8
Pull Requests
1
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
CVE-2023-4807
已完成
#IC3I3H
CVE和安全问题
openeuler-ci-bot
拥有者
创建于
2025-04-24 02:15
一、漏洞信息 漏洞编号:[CVE-2023-4807](https://nvd.nist.gov/vuln/detail/CVE-2023-4807) 漏洞归属组件:[compat-openssl11](https://gitee.com/src-openeuler/compat-openssl11) 漏洞归属的版本:1.1.1m CVSS V3.0分值: BaseScore:7.8 High Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 漏洞简述: Issue summary: The POLY1305 MAC (message authentication code) implementationcontains a bug that might corrupt the internal state of applications on theWindows 64 platform when running on newer X86_64 processors supporting theAVX512-IFMA instructions.Impact summary: If in an application that uses the OpenSSL library an attackercan influence whether the POLY1305 MAC algorithm is used, the applicationstate might be corrupted with various application dependent consequences.The POLY1305 MAC (message authentication code) implementation in OpenSSL doesnot save the contents of non-volatile XMM registers on Windows 64 platformwhen calculating the MAC of data larger than 64 bytes. Before returning tothe caller all the XMM registers are set to zero rather than restoring theirprevious content. The vulnerable code is used only on newer x86_64 processorssupporting the AVX512-IFMA instructions.The consequences of this kind of internal application state corruption canbe various - from no consequences, if the calling application does notdepend on the contents of non-volatile XMM registers at all, to the worstconsequences, where the attacker could get complete control of the applicationprocess. However given the contents of the registers are just zeroized sothe attacker cannot put arbitrary values inside, the most likely consequence,if any, would be an incorrect result of some application dependentcalculations or a crash leading to a denial of service.The POLY1305 MAC algorithm is most frequently used as part of theCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)algorithm. The most common usage of this AEAD cipher is with TLS protocolversions 1.2 and 1.3 and a malicious client can influence whether this AEADcipher is used by the server. This implies that server applications usingOpenSSL can be potentially impacted. However we are currently not aware ofany concrete application that would be affected by this issue therefore weconsider this a Low severity security issue.As a workaround the AVX512-IFMA instructions support can be disabled atruntime by setting the environment variable OPENSSL_ia32cap: OPENSSL_ia32cap=:~0x200000The FIPS provider is not affected by this issue. 漏洞公开时间:2023-09-08 20:15:08 漏洞创建时间:2025-04-24 02:15:25 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2023-4807 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | | openssl-security.openssl.org | https://www.openssl.org/news/secadv/20230908.txt | | | af854a3a-2127-422b-91ae-364da2661108 | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | | af854a3a-2127-422b-91ae-364da2661108 | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | | af854a3a-2127-422b-91ae-364da2661108 | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | | af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20230921-0001/ | | | af854a3a-2127-422b-91ae-364da2661108 | https://www.openssl.org/news/secadv/20230908.txt | | | suse_bugzilla | https://www.openssl.org/news/secadv/20230908.txt | https://bugzilla.suse.com/show_bug.cgi?id=1215170 | | redhat_bugzilla | https://www.openssl.org/news/secadv/20230908.txt | https://bugzilla.redhat.com/show_bug.cgi?id=2238009 | | debian | | https://security-tracker.debian.org/tracker/CVE-2023-4807 | | oracle | | https://www.oracle.com/security-alerts/cpuapr2024.html | | anolis | | https://anas.openanolis.cn/cves/detail/CVE-2023-4807 | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | cve_search | | https://www.openssl.org/news/secadv/20230908.txt | | python-cryptography | | https://github.com//pyca/cryptography/security/advisories/GHSA-v8gr-m533-ghj9 | | amazon_linux_explore | https://access.redhat.com/security/cve/CVE-2023-4807 | https://explore.alas.aws.amazon.com/CVE-2023-4807.html | | amazon_linux_explore | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-4807 | https://explore.alas.aws.amazon.com/CVE-2023-4807.html | | snyk | https://github.com/openssl/openssl/commit/4bfac4471f53c4f74c8d81020beb938f92d84ca5 | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | | snyk | https://github.com/openssl/openssl/commit/6754de4a121ec7f261b16723180df6592cbb4508 | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | | snyk | https://github.com/openssl/openssl/commit/a632d534c73eeb3e3db8c7540d811194ef7c79ff | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | | snyk | https://bugzilla.redhat.com/show_bug.cgi?id=2238009 | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | | snyk | https://www.openssl.org/news/secadv/20230908.txt | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: openBrain开源漏洞感知系统 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | af854a3a-2127-422b-91ae-364da2661108 | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | af854a3a-2127-422b-91ae-364da2661108 | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | af854a3a-2127-422b-91ae-364da2661108 | | | | https://github.com/openssl/openssl/commit/4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | snyk | | | | https://github.com/openssl/openssl/commit/6754de4a121ec7f261b16723180df6592cbb4508 | | snyk | | | | https://github.com/openssl/openssl/commit/a632d534c73eeb3e3db8c7540d811194ef7c79ff | | snyk | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | nvd | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | nvd | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | nvd | | | | https://www.openssl.org/news/secadv/20230908.txt | | nvd | </details> 二、漏洞分析结构反馈 影响性分析说明: openssl Poly1305 Mac 汇编实现在window X86-64平台编译存在问题,该问题会导致xmm寄存器状态在使用后未恢复使用前的状态,导致系统上其它使用了xmm寄存器的程序发生错误,从而导致程序崩溃。该bug只会影响window X86-64平台。openeuler不受影响。 openEuler评分: 7.8 Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 受影响版本排查(受影响/不受影响): 1.master(1.1.1m):不受影响 2.openEuler-20.03-LTS-SP4:不受影响 3.openEuler-22.03-LTS-SP3:不受影响 4.openEuler-22.03-LTS-SP4:不受影响 5.openEuler-24.03-LTS(1.1.1m):不受影响 6.openEuler-24.03-LTS-Next(1.1.1m):不受影响 7.openEuler-24.03-LTS-SP1(1.1.1m):不受影响 8.openEuler-24.03-LTS-SP2(1.1.1m):不受影响 修复是否涉及abi变化(是/否): 1.master(1.1.1m):否 2.openEuler-20.03-LTS-SP4:否 3.openEuler-22.03-LTS-SP3:否 4.openEuler-22.03-LTS-SP4:否 5.openEuler-24.03-LTS(1.1.1m):否 6.openEuler-24.03-LTS-Next(1.1.1m):否 7.openEuler-24.03-LTS-SP1(1.1.1m):否 8.openEuler-24.03-LTS-SP2(1.1.1m):否 原因说明: 1.openEuler-20.03-LTS-SP4:不受影响-组件不存在 2.openEuler-22.03-LTS-SP3:不受影响-组件不存在 3.openEuler-22.03-LTS-SP4:不受影响-组件不存在 4.master(1.1.1m):不受影响-漏洞代码不能被攻击者触发 5.openEuler-24.03-LTS(1.1.1m):不受影响-漏洞代码不能被攻击者触发 6.openEuler-24.03-LTS-Next(1.1.1m):不受影响-漏洞代码不能被攻击者触发 7.openEuler-24.03-LTS-SP1(1.1.1m):不受影响-漏洞代码不能被攻击者触发 8.openEuler-24.03-LTS-SP2(1.1.1m):不受影响-漏洞代码不能被攻击者触发
一、漏洞信息 漏洞编号:[CVE-2023-4807](https://nvd.nist.gov/vuln/detail/CVE-2023-4807) 漏洞归属组件:[compat-openssl11](https://gitee.com/src-openeuler/compat-openssl11) 漏洞归属的版本:1.1.1m CVSS V3.0分值: BaseScore:7.8 High Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 漏洞简述: Issue summary: The POLY1305 MAC (message authentication code) implementationcontains a bug that might corrupt the internal state of applications on theWindows 64 platform when running on newer X86_64 processors supporting theAVX512-IFMA instructions.Impact summary: If in an application that uses the OpenSSL library an attackercan influence whether the POLY1305 MAC algorithm is used, the applicationstate might be corrupted with various application dependent consequences.The POLY1305 MAC (message authentication code) implementation in OpenSSL doesnot save the contents of non-volatile XMM registers on Windows 64 platformwhen calculating the MAC of data larger than 64 bytes. Before returning tothe caller all the XMM registers are set to zero rather than restoring theirprevious content. The vulnerable code is used only on newer x86_64 processorssupporting the AVX512-IFMA instructions.The consequences of this kind of internal application state corruption canbe various - from no consequences, if the calling application does notdepend on the contents of non-volatile XMM registers at all, to the worstconsequences, where the attacker could get complete control of the applicationprocess. However given the contents of the registers are just zeroized sothe attacker cannot put arbitrary values inside, the most likely consequence,if any, would be an incorrect result of some application dependentcalculations or a crash leading to a denial of service.The POLY1305 MAC algorithm is most frequently used as part of theCHACHA20-POLY1305 AEAD (authenticated encryption with associated data)algorithm. The most common usage of this AEAD cipher is with TLS protocolversions 1.2 and 1.3 and a malicious client can influence whether this AEADcipher is used by the server. This implies that server applications usingOpenSSL can be potentially impacted. However we are currently not aware ofany concrete application that would be affected by this issue therefore weconsider this a Low severity security issue.As a workaround the AVX512-IFMA instructions support can be disabled atruntime by setting the environment variable OPENSSL_ia32cap: OPENSSL_ia32cap=:~0x200000The FIPS provider is not affected by this issue. 漏洞公开时间:2023-09-08 20:15:08 漏洞创建时间:2025-04-24 02:15:25 漏洞详情参考链接: https://nvd.nist.gov/vuln/detail/CVE-2023-4807 <details> <summary>更多参考(点击展开)</summary> | 参考来源 | 参考链接 | 来源链接 | | ------- | -------- | -------- | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | | openssl-security.openssl.org | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | | openssl-security.openssl.org | https://www.openssl.org/news/secadv/20230908.txt | | | af854a3a-2127-422b-91ae-364da2661108 | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | | af854a3a-2127-422b-91ae-364da2661108 | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | | af854a3a-2127-422b-91ae-364da2661108 | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | | af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20230921-0001/ | | | af854a3a-2127-422b-91ae-364da2661108 | https://www.openssl.org/news/secadv/20230908.txt | | | suse_bugzilla | https://www.openssl.org/news/secadv/20230908.txt | https://bugzilla.suse.com/show_bug.cgi?id=1215170 | | redhat_bugzilla | https://www.openssl.org/news/secadv/20230908.txt | https://bugzilla.redhat.com/show_bug.cgi?id=2238009 | | debian | | https://security-tracker.debian.org/tracker/CVE-2023-4807 | | oracle | | https://www.oracle.com/security-alerts/cpuapr2024.html | | anolis | | https://anas.openanolis.cn/cves/detail/CVE-2023-4807 | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | cve_search | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | cve_search | | https://www.openssl.org/news/secadv/20230908.txt | | python-cryptography | | https://github.com//pyca/cryptography/security/advisories/GHSA-v8gr-m533-ghj9 | | amazon_linux_explore | https://access.redhat.com/security/cve/CVE-2023-4807 | https://explore.alas.aws.amazon.com/CVE-2023-4807.html | | amazon_linux_explore | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-4807 | https://explore.alas.aws.amazon.com/CVE-2023-4807.html | | snyk | https://github.com/openssl/openssl/commit/4bfac4471f53c4f74c8d81020beb938f92d84ca5 | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | | snyk | https://github.com/openssl/openssl/commit/6754de4a121ec7f261b16723180df6592cbb4508 | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | | snyk | https://github.com/openssl/openssl/commit/a632d534c73eeb3e3db8c7540d811194ef7c79ff | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | | snyk | https://bugzilla.redhat.com/show_bug.cgi?id=2238009 | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | | snyk | https://www.openssl.org/news/secadv/20230908.txt | https://security.snyk.io/vuln/SNYK-UNMANAGED-OPENSSL-5891065 | </details> 漏洞分析指导链接: https://gitee.com/openeuler/cve-manager/blob/master/cve-vulner-manager/doc/md/manual.md 漏洞数据来源: openBrain开源漏洞感知系统 漏洞补丁信息: <details> <summary>详情(点击展开)</summary> | 影响的包 | 修复版本 | 修复补丁 | 问题引入补丁 | 来源 | | ------- | -------- | ------- | -------- | --------- | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | openssl-security.openssl.org | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | af854a3a-2127-422b-91ae-364da2661108 | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | af854a3a-2127-422b-91ae-364da2661108 | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | af854a3a-2127-422b-91ae-364da2661108 | | | | https://github.com/openssl/openssl/commit/4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | snyk | | | | https://github.com/openssl/openssl/commit/6754de4a121ec7f261b16723180df6592cbb4508 | | snyk | | | | https://github.com/openssl/openssl/commit/a632d534c73eeb3e3db8c7540d811194ef7c79ff | | snyk | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5 | | nvd | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508 | | nvd | | | | https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff | | nvd | | | | https://www.openssl.org/news/secadv/20230908.txt | | nvd | </details> 二、漏洞分析结构反馈 影响性分析说明: openssl Poly1305 Mac 汇编实现在window X86-64平台编译存在问题,该问题会导致xmm寄存器状态在使用后未恢复使用前的状态,导致系统上其它使用了xmm寄存器的程序发生错误,从而导致程序崩溃。该bug只会影响window X86-64平台。openeuler不受影响。 openEuler评分: 7.8 Vector:CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H 受影响版本排查(受影响/不受影响): 1.master(1.1.1m):不受影响 2.openEuler-20.03-LTS-SP4:不受影响 3.openEuler-22.03-LTS-SP3:不受影响 4.openEuler-22.03-LTS-SP4:不受影响 5.openEuler-24.03-LTS(1.1.1m):不受影响 6.openEuler-24.03-LTS-Next(1.1.1m):不受影响 7.openEuler-24.03-LTS-SP1(1.1.1m):不受影响 8.openEuler-24.03-LTS-SP2(1.1.1m):不受影响 修复是否涉及abi变化(是/否): 1.master(1.1.1m):否 2.openEuler-20.03-LTS-SP4:否 3.openEuler-22.03-LTS-SP3:否 4.openEuler-22.03-LTS-SP4:否 5.openEuler-24.03-LTS(1.1.1m):否 6.openEuler-24.03-LTS-Next(1.1.1m):否 7.openEuler-24.03-LTS-SP1(1.1.1m):否 8.openEuler-24.03-LTS-SP2(1.1.1m):否 原因说明: 1.openEuler-20.03-LTS-SP4:不受影响-组件不存在 2.openEuler-22.03-LTS-SP3:不受影响-组件不存在 3.openEuler-22.03-LTS-SP4:不受影响-组件不存在 4.master(1.1.1m):不受影响-漏洞代码不能被攻击者触发 5.openEuler-24.03-LTS(1.1.1m):不受影响-漏洞代码不能被攻击者触发 6.openEuler-24.03-LTS-Next(1.1.1m):不受影响-漏洞代码不能被攻击者触发 7.openEuler-24.03-LTS-SP1(1.1.1m):不受影响-漏洞代码不能被攻击者触发 8.openEuler-24.03-LTS-SP2(1.1.1m):不受影响-漏洞代码不能被攻击者触发
评论 (
6
)
登录
后才可以发表评论
状态
已完成
待办的
已挂起
进行中
已完成
已拒绝
负责人
未设置
xuyizhou
xu-yi-zhou
负责人
协作者
+负责人
+协作者
标签
CVE/UNAFFECTED
sig/sig-security-fac
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (11)
标签 (9)
master
openEuler-25.03
openEuler-24.03-LTS-SP1
openEuler-24.03-LTS-Next
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-SP3
openEuler-24.03-LTS
openEuler-25.09
openEuler-24.09
openEuler-23.09
openEuler-23.03
openEuler-25.09-release
openEuler-24.03-LTS-SP2-release
openEuler-25.03-release
openEuler-24.03-LTS-update-20250314
openEuler-24.03-LTS-SP1-update-20250314
openEuler-24.03-LTS-SP1-release
openEuler-24.09-release
openEuler-24.03-LTS-release
openEuler-23.09-rc5
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/compat-openssl11.git
git@gitee.com:src-openeuler/compat-openssl11.git
src-openeuler
compat-openssl11
compat-openssl11
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册