Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install openssl failed with gmssl #6

Open
BaiJing-LR opened this issue Jul 10, 2024 · 5 comments
Open

install openssl failed with gmssl #6

BaiJing-LR opened this issue Jul 10, 2024 · 5 comments

Comments

@BaiJing-LR
Copy link

Version:
GmSSL-3.1.1
OpenSSL-Compatibility-Layer-0.8.1

gmssl is install first:
-- Installing: /usr/local/include/gmssl

install openssl failed:
ERROR:
In file included from /tmp/OpenSSL-Compatibility-Layer-0.8.1/src/evp.c:16:
/tmp/OpenSSL-Compatibility-Layer-0.8.1/include/openssl/evp.h:27:9: error: unknown type name 'SM3_DIGEST_CTX'
typedef SM3_DIGEST_CTX EVP_MD_CTX;

@PikaByter
Copy link

整个项目都没有做版本对齐,我之前测的时候,OCL版本:4c9b076 Gmssl版本:e7354c1是对齐的,注意GmSSL和OCL都使用编译的方式安装

安装前需要先卸载openssl的开发包apt-get install libssl-dev

这个项目目前只能编译不带module的nginx,其他都不行

@hancm
Copy link

hancm commented Sep 24, 2024

e7354c1
Gmssl没看到有e7354c1这个分支?

@PikaByter
Copy link

PikaByter commented Sep 24, 2024

e7354c1
Gmssl没看到有e7354c1这个分支?

这是个commit short sha,我放了超链接,你可以直接点开去看

如果本地要编译的话,使用git checkout e7354c1切换到这个commit,然后开始make

@hancm
Copy link

hancm commented Sep 24, 2024

e7354c1
Gmssl没看到有e7354c1这个分支?

这是个commit short sha,我放了超链接

多谢

@hancm
Copy link

hancm commented Sep 24, 2024

e7354c1
Gmssl没看到有e7354c1这个分支?

这是个commit short sha,我放了超链接,你可以直接点开去看

如果本地要编译的话,使用git checkout e7354c1切换到这个commit,然后开始make

这个nginx编译进去的是软件算法的实现,可以做密码卡SDF的接口实现吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants