<div dir="ltr">Hi,<div><br></div><div>I was looking through the Smartcard commands and found that while most commands related to attribute changes output an SC_OP_SUCCESS, except for the name change command which doesn't output a success message on the status-fd.</div><div><br></div><div>The relevant code for each of the attribute commands is listed below:</div><div>name - no success message (<a href="https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L787">https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L787</a>)<br></div><div>url - <a href="https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L845">https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L845</a></div><div>login - <a href="https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L1003">https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L1003</a><br></div><div>lang - <a href="https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L1140">https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L1140</a></div><div>salutation - <a href="https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L1176">https://github.com/gpg/gnupg/blob/master/g10/card-util.c#L1176</a></div><div><br></div><div>Is there any reason why name changes don't output a status message?</div><div><br></div><div>Best,</div><div>Joey Berkovitz</div></div>