You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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.
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.
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 .
The text was updated successfully, but these errors were encountered: