We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. I am using wolfssl 5.6.3 i built the wolfssl library like this:
./configure --enable-aesgcm-stream sudo make install
./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
./configure --enable-pwdbased && make && sudo make install
The text was updated successfully, but these errors were encountered:
Hi @HarikaChowdary-28,
Please avoid opening duplicate tickets. I am assisting you in #416. Thanks.
Sorry, something went wrong.
kareem-wolfssl
No branches or pull requests
Hello.
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
The text was updated successfully, but these errors were encountered: