RE: Draft-11Parital Results
"Blake Ramsdell" <[email protected]> Wed, 16 Jul 2003 13:15:16 -0700
| Newsgroups | gmane.ietf.smime-examples,gmane.ietf.smime |
|---|---|
| Message-ID | <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAARMPfbnbp50SwK3EZjypY2MKAAAAQAAAAbHTrol9BRUa93ZPzwMATPQEAAAAA@brutesquadlabs.com> |
> -----Original Message----- > From: Jim Schaad [mailto:[email protected]] > Sent: Wednesday, July 16, 2003 7:19 AM > To: Ietf-Smime-Examples; [email protected]; [email protected] > Cc: Sean P. Turner; Blake Ramsdell; Russ Housley > Subject: Draft-11Parital Results > > 5.9 failed > Commentary text states that the body part is the same as 5.1 - > this is not correct as the signature values and exContent are > different > (content is actually "\0xd\0xaThis is some sample content." This is something we discussed a bit ago -- the problem is that ExContent.bin is not valid MIME data. The compromise we reached was that a CRLF would be inserted at the beginning, which would make it valid MIME data (implicit text/plain). When the MIME wrapping is removed, it results in ExContent.bin. Blake