rnp icon indicating copy to clipboard operation
rnp copied to clipboard

Implement SM2 support for OpenSSL backend

Open andrey-utkin opened this issue 2 years ago • 0 comments

Description

Currently it fails to build.

Steps to Reproduce

  1. Disable the rejection hardcoded in the build system.
  2. cmake -DCRYPTO_BACKEND=openssl -DENABLE_SM2=On . && make && ctest

Expected Behavior

Builds and passes all tests.

Actual Behavior

Build failure.

andrey-utkin avatar Jul 14 '22 16:07 andrey-utkin