mbox series

[ima-evm-utils,0/2] Fix issues related to password

Message ID 20230613131542.3603874-1-stefanb@linux.ibm.com (mailing list archive)
Headers show
Series Fix issues related to password | expand

Message

Stefan Berger June 13, 2023, 1:15 p.m. UTC
Remove the trailing newline from passwords entered on the command line
so that password-protected keys can be used.

Document that providing the password along with the -p option does not
work since the provided password would become the file to sign.

Regards,
    Stefan

Stefan Berger (2):
  Strip trailing newline from password entered via prompt
  Add note that when -p is used password must not be provided

 README       | 1 +
 src/evmctl.c | 7 +++++++
 2 files changed, 8 insertions(+)