fullsailor / pkcs7

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

Streaming API #32

Open andviro opened 6 years ago

andviro commented 6 years ago

Hello! Recently I did some work on streamed pkcs7 parsing and generation, and now there's something resembling a working version. I intend to continue modifying your API to include processing of detached signatures, then perhaps encryption and decryption. Please feel free including my changes into upstream, there was no breakage of original functionality so far.

andviro commented 6 years ago

Whoops, forgot the link: https://github.com/andviro/pkcs7