Re: [PATCH 1/2] mime-node: rename decrypted_child to unwrapped_child

2020-03-22 Thread David Bremner
Daniel Kahn Gillmor writes: > When walking the MIME tree, we might need to extract a new MIME > object. Thus far, we've only done it when decrypting > multipart/encrypted messages, but PKCS#7 (RFC 8551, S/MIME) has > several other transformations that warrant a comparable form of > unwrapping.

[PATCH 1/2] mime-node: rename decrypted_child to unwrapped_child

2020-03-18 Thread Daniel Kahn Gillmor
When walking the MIME tree, we might need to extract a new MIME object. Thus far, we've only done it when decrypting multipart/encrypted messages, but PKCS#7 (RFC 8551, S/MIME) has several other transformations that warrant a comparable form of unwrapping. Make this member re-usable for PKCS#7