Skip to content

8.4.0版本编译后没有ECDHE-SM2-WITH-SM4-SM3 #773

@BLEACHzj

Description

@BLEACHzj

服务器操作系统:centos 7.4
Tongsuo版本:8.4.0
Nginx版本:1.24

使用
./config
--prefix=/usr/local/tongsuo
--openssldir=/usr/local/tongsuo/ssl
enable-sm2 \
enable-sm3 \
enable-sm4 \
enable-ec \
enable-ntls \
no-shared \
-fPIC

make -j$(nproc)
make install

编译部署完成后通过
/usr/local/tongsuo/bin/openssl ciphers -stdname ALL | grep -i sm
结果中无法找到ECDHE-SM2-WITH-SM4-SM3

并且编译nginx时指定了使用tongsuo,但编译完成后nginx配置文件中添加ECDHE-SM2-WITH-SM4-SM3,也无法识别到

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions