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

Unable to run aesgcm-file-encrypt.c file #416

Open
HarikaChowdary-28 opened this issue Jan 8, 2024 · 3 comments
Open

Unable to run aesgcm-file-encrypt.c file #416

HarikaChowdary-28 opened this issue Jan 8, 2024 · 3 comments
Assignees

Comments

@HarikaChowdary-28
Copy link

I am trying to work on aes, i am able to run aes-file-encrypt but when i am trying to run aesgcm-file-encrypt(wolfssl-examples/crypto/aes/aesgcm-file-encrypt.c) it is showing as aborted.

i followed all the steps mentioned in the readme file but still it is showing aborted .

@kareem-wolfssl kareem-wolfssl self-assigned this Jan 8, 2024
@kareem-wolfssl
Copy link
Contributor

Hi @HarikaChowdary-28 ,

Which options are you using to build wolfSSL, and which version of wolfSSL are you using? Do you see any output from aesgcm-file-encrypt? Please post full logs from it here.

@HarikaChowdary-28
Copy link
Author

HarikaChowdary-28 commented Jan 9, 2024

Hi @kareem-wolfssl
I am using wolfssl 5.6.3
i built the wolfssl library like this:

./configure --enable-aesgcm-stream
sudo make install

and when i run the aesgcm-file-encrypt it shows abort

Note: i am able to run aes-file-encrypt ,,, for that i built the library using ./configure --enable-pwdbased && make && sudo make install

@kareem-wolfssl
Copy link
Contributor

Hi @HarikaChowdary-28 ,

Please try adding --enable-opensslextra to your configure line and let me know if it helps. If not, please confirm what operations you are running in aesgcm-file-encrypt which are leading to an abort.
I would also recommend using our latest release, wolfSSL 5.6.6.

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

No branches or pull requests

2 participants