RE: Who has tried some or all of the S/MIME examples?
"Blake Ramsdell" <[email protected]> Tue, 6 May 2003 17:26:03 -0700
| Newsgroups | gmane.ietf.smime-examples,gmane.ietf.smime |
|---|---|
| Message-ID | <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAARMPfbnbp50SwK3EZjypY2MKAAAAQAAAA6Lih8XnJj0W0B3Np9dtRYQEAAAAA@brutesquadlabs.com> |
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Paul Hoffman / IMC > Sent: Sunday, May 04, 2003 3:11 PM > To: [email protected]; [email protected] > Subject: Who has tried some or all of the S/MIME examples? > > Greetings again. The WG chairs have announced that we are in the WG > last call for draft-ietf-smime-examples-10.txt. As editor of the > document, I'd like to find out who has looked at the examples in this > particular draft and/or tried them out? If you have done so, could > you send a list of the examples you have reviewed and a short > description of how you reviewed them? You can send it to me > personally, or to the two lists. Please post even if you have seen > other people post about the same examples: we want to know how deep > our coverage is. Thanks! The files I have worked with: 5.1.bin -- Identified as a CMS SignedData with signatures and content, checked certificates were present, matched content to ExContent.bin, verified one signer 5.2.bin -- Checked certificates were present, matched content to ExContent.bin, verified one signer 5.3.bin -- Identified as a CMS SignedData with signatures and no content, checked certificates were present, verified one signer against external content in ExContent.bin 5.4.bin -- Extracted signing time attribute, checked certificates were present, checked CRLs were present, matched content to ExContent.bin, verified one signer 5.5.bin -- Checked certificates were present, matched content to ExContent.bin, verified one signer 5.6.bin -- Checked certificates were present, matched content to ExContent.bin, verified two signers 5.7.bin -- Checked certificates were present, matched content to ExContent.bin, verified one signer 5.8.eml -- Parsed content with MIME parser, matched extracted text content from text part to ExContent.bin, checked certificates were present, verified one signer against first part of message, identified as a CMS SignedData with signatures and no content 5.9.eml -- Parsed content with MIME parser, matched extracted text content from text part to ExContent.bin, checked certificates were present, verified one signer, identified as a CMS SignedData with signatures and content 5.10.bin -- Matched content to ExContent.bin, verified one signer 5.11.bin -- Identified as a CMS SignedData with no signatures and no content, checked certificates were present 6.2.bin -- Decrypted message, matched content to ExContent.bin, identified as a CMS EnvelopedData 6.3.bin -- Decrypted message, matched content to ExContent.bin 7.0.bin -- Verified hash, matched content to ExContent.bin 8.1.bin -- Decrypted data with given key, matched content to ExContent.bin I also worked with the following certificates and private keys: AliceDSSSignByCarlNoInherit.cer AlicePrivRSASign.pri AliceRSASignByCarl.cer BobPrivRSAEncrypt.pri BobRSASignByCarl.cer CarlDSSCRLForAll.crl CarlDSSSelf.cer CarlPrivDSSSign.pri CarlPrivRSASign.pri CarlRSASelf.cer DianeDHEncryptByCarl.cer DianeDSSSignByCarlInherit.cer DianePrivRSASignEncrypt.pri DianeRSASignByCarl.cer EricaDHEncryptByCarl.cer Blake