mozilla-services / pkcs7

DEPRECATED - Implements a subset of PKCS#7/Cryptographic Message Syntax (rfc2315, rfc5652)
https://go.mozilla.org/pkcs7
MIT License
70 stars 92 forks source link

feat: support copying PKCS7 structs #85

Closed secDre4mer closed 9 months ago

secDre4mer commented 11 months ago

Adds support for copying a PKCS7 signed data struct while adding new unauthenticated attributes.

This can be used to e.g. add nested signatures.