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

Need to update README to explain how to verify SM2 with openssl-3.0.0 #119

Open
docularxu opened this issue Mar 25, 2022 · 0 comments
Open

Comments

@docularxu
Copy link
Collaborator

Two requests:
1). Need to update README to explain when openssl-3.0.0 is needed and when openssl-1.0 is. At lease it should be noted in README the limitations of using openssl-1.0.
2). Method of how to verify SM2 should be included in README.

In the current README, it said we need 'openssl-1'. Ref:

* OpenSSL: 1.1.1f

However, in the following commit, it said to use sm2, it needs 'openssl-3.0.0'.

commit id: d1938de07ae2342f834c45f082aa7f8ef76c605f
sm2: add support for sm2 algorithm
Support sm2 sign/verf/encrypt/decrypt/keygen.

If test sm2 algorithm, please use openssl-3.0.0
and only speed tools supported.

Test use openssl cmd line:
openssl speed -engine uadk sm2
openssl speed -engine uadk -async-jobs 1 sm2

Signed-off-by: Hui Tang <tanghui20@huawei.com>
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

1 participant