-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Description
服务器操作系统: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,也无法识别到
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels