fido-device-onboard / client-sdk-fidoiot

This a C-based implementation of the Device component defined in FIDO Device Onboard (FDO) Specification.
Apache License 2.0
20 stars 32 forks source link

Fixing OpenSSL Deprecation issues #250

Closed adarshan-intel closed 11 months ago

adarshan-intel commented 1 year ago

Fixing OpenSSL Deprecation issues for the functions

  1. test_fdo_cryptoECDSASign
  2. test_crypto_support_Private_key image
shrikant1407 commented 1 year ago

Uncomment these tests from CMakeFile and add it to this PR also remove the commented code

adarshan-intel commented 1 year ago

Uncomment these tests from CMakeFile and add it to this PR also remove the commented code

Made a commit, please check now

adarshan-intel commented 11 months ago

@shrikant1407 @KiranSukhavasi @DukeDavis12 Please review again.