[security-dev 00681]: keytool: -import reply different when length is different

2009-03-10 Thread Weijun Wang
Hi In keytool's installReply(), there is: if (replyCerts.length == 1) { // single-cert reply newChain = establishCertChain(userCert, replyCerts[0]); } else { // cert-chain reply (e.g., PKCS#7) newChain = validateReply(alias,

[security-dev 00682]: Re: keytool: -import reply different when length is different

2009-03-10 Thread Sean Mullan
Weijun Wang wrote: Hi In keytool's installReply(), there is: if (replyCerts.length == 1) { // single-cert reply newChain = establishCertChain(userCert, replyCerts[0]); } else { // cert-chain reply (e.g., PKCS#7) newChain =