open-quantum-safe / openssl

UNSUPPORTED Fork of OpenSSL 1.1.1 that includes prototype quantum-resistant algorithms and ciphersuites based on liboqs PLEASE SWITCH TO OQS-Provider for OpenSSL 3
https://openquantumsafe.org/
Other
291 stars 125 forks source link

Unable to build in M2 MacBook Air #467

Closed KumarP-India closed 4 months ago

KumarP-India commented 4 months ago

Because of 65536 characters limit I can't show all of the output so I'm attaching .md file inwhich it is written. I apologies for any inconvenience.

My steps.md

cothan commented 4 months ago

Hi,

It's seem like you have successful built and installed the library. Can you clarify what is the problem you're facing with?

P/S: Next time, please write down the steps and shorten the build log so it fits in the post, please don't attach 1MB file and expect others download and open it, for me it's security reasons.

KumarP-India commented 4 months ago

I can’t seem to use Kyber for Post-Quantum Encryption. I have never tried this before and sought help from ChatGPT. I understand that ChatGPT is a predictive model and may sometimes be inaccurate. According to ChatGPT, it is not recognizing Liboqs. If my steps were wrong, could you please provide the correct steps for using Kyber encryption?

I once again apologize for any inconvenience and will ensure to include shorter logs in the message body instead of attaching files in the future.

Edit: Do I need to have OpenSSL if all I want to do is to have a compiled C programs which would generate key pairs, Encrypt files on given folder location & Decrypt files on given for del location locally?

cothan commented 4 months ago

Oh, i realize this is the only issue in the this repository. You're building OpenSSL 1.1 with liboqs, which is no longer SUPPORTED. Can you try oqs-provider and close this issue?

KumarP-India commented 4 months ago

Alright.