Re: [PATCH v2 1/9] lib: index PKCS7 SignedData parts

2020-05-23 Thread David Bremner
Daniel Kahn Gillmor writes: > When we are indexing, we should treat SignedData parts the same way > that we treat a multipart object, indexing the wrapped part as a > distinct MIME object. > series pushed d ___ notmuch mailing list notmuch@notmuchmail

[PATCH v2 1/9] lib: index PKCS7 SignedData parts

2020-05-12 Thread Daniel Kahn Gillmor
When we are indexing, we should treat SignedData parts the same way that we treat a multipart object, indexing the wrapped part as a distinct MIME object. Unfortunately, this means doing some sort of cryptographic verification whose results we throw away, because GMime doesn't offer us any way to