fullsailor / pkcs7

Implements a subset of PKCS#7/Crytpographic Message Syntax (rfc2315, rfc5652)
MIT License
123 stars 201 forks source link

Replace certificates RawValue with RawContent #5

Closed fullsailor closed 8 years ago

fullsailor commented 8 years ago

By using asn1.RawContent, the field won't be parsed unless the tags match. This is to workaround an issue in the asn1 package discussed in #4.

@vishalnayak and @gtank would mind checking out this branch to see if it works for your PKCS7 samples?

gtank commented 8 years ago

@fullsailor Works for me. Thanks for fixing this!

vishalnayak commented 8 years ago

@fullsailor Sorry for the delay in responding. I just pulled out the PR and tested this. It is working fine!

After this gets merged, I can let go of the fork and switch back to the original repository.

Thanks for doing this!

fullsailor commented 8 years ago

Thanks for double checking guys.