On 8/11/2016 4:56 AM, Geetika Kapoor wrote:
Hi,
This patch fix BZ 1358462 - pki pkcs12-cert-del shows a successfully
deleted message when a wrong nickname is provided.
If we provide wrong cert nickname it gives "Certificate Nickname
subsystemCert cert-topology-02-CA doesn't exist" and also if cert
nickname doesn't exist it won't share the number of entries present.
If cert nickname match then only it shows how many entries exist.
Thanks
Geetika
Hi Geetika,
Similar to what I mentioned to Abhijeet, I added your patch to this
ticket to make sure it's not forgotten:
https://fedorahosted.org/pki/ticket/2414
I looked at the patch briefly, I think instead of fixing it in
PKCS12CertRemoveCLI, it probably should be fixed in the
PKCS12.removeCertInfoByNickname(). Basically if the cert to be deleted
doesn't exist the method should throw an exception. The CLI then should
catch the exception and display the error. This way the error checking
will be done consistently regardless who calls the method.
If you're going to revise the patch please attach it to this ticket.
Thanks.
--
Endi S. Dewata