rnp
rnp copied to clipboard
Implement SM2 support for OpenSSL backend
Description
Currently it fails to build.
Steps to Reproduce
- Disable the rejection hardcoded in the build system.
-
cmake -DCRYPTO_BACKEND=openssl -DENABLE_SM2=On . && make && ctest
Expected Behavior
Builds and passes all tests.
Actual Behavior
Build failure.