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

Build and Example #89

Open
naushadck opened this issue Jan 5, 2025 · 2 comments
Open

Build and Example #89

naushadck opened this issue Jan 5, 2025 · 2 comments
Labels
question Further information is requested

Comments

@naushadck
Copy link

  1. Is the Openssl or Boringssl mandatory to build the sigature process in windows.
  2. Is there any example avaialbe for rsa-pss-sha256 similar to rsa-3k-pss-sha384-type1-signature.cpp ?

Thanks

@rcao8 rcao8 added the question Further information is requested label Jan 20, 2025
@rcao8
Copy link

rcao8 commented Jan 21, 2025

  1. Is the Openssl or Boringssl mandatory to build the sigature process in windows.

Using OpenSSL or BoringSSL is not strictly mandatory to build the signature process in Windows, but they are commonly used libraries due to their robustness and wide support. Also we recommend you ask help from OpenSSL or BoringSSL support channels for the OpenSSL or BoringSSL specific questions.

  1. Is there any example avaialbe for rsa-pss-sha256 similar to rsa-3k-pss-sha384-type1-signature.cpp ?

So far, Intel cryptography library doesn't release out the example for rsa-pss-sha256 similar. Please tell us what's the gaps that you can't implement an example for rsa-pss-sha256 with the reference file rsa-3k-pss-sha384-type1-signature.cpp.

@naushadck
Copy link
Author

I need to build(windows) and use this repository full/part for message signature purpose only.
I like not to use use openssl or boring ssl(complicated build process for windows).

The signature process to use is rsa_pss_rsae_sha256.

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

No branches or pull requests

2 participants