Re: [PATCH v2 11/13] vtpmmgr: Fix owner_auth & srk_auth parsing

2021-05-10 Thread Daniel P. Smith
On 5/6/21 9:59 AM, Jason Andryuk wrote: > Argument parsing only matches to before ':' and then the string with > leading ':' is passed to parse_auth_string which fails to parse. Extend > the length to include the seperator in the match. > > While here, switch the seperator to "=". The man page d

Re: [PATCH v2 11/13] vtpmmgr: Fix owner_auth & srk_auth parsing

2021-05-08 Thread Samuel Thibault
Jason Andryuk, le jeu. 06 mai 2021 09:59:21 -0400, a ecrit: > Argument parsing only matches to before ':' and then the string with > leading ':' is passed to parse_auth_string which fails to parse. Extend > the length to include the seperator in the match. > > While here, switch the seperator to

[PATCH v2 11/13] vtpmmgr: Fix owner_auth & srk_auth parsing

2021-05-06 Thread Jason Andryuk
Argument parsing only matches to before ':' and then the string with leading ':' is passed to parse_auth_string which fails to parse. Extend the length to include the seperator in the match. While here, switch the seperator to "=". The man page documented "=" and the other tpm.* arguments alread