fullsailor / pkcs7

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

add support for aes128-CBC #12

Closed groob closed 7 years ago

groob commented 7 years ago

I got an error about OID 2.16.840.1.101.3.4.1.2 being unsupported. However the Go AES library should support any AES-128 cipher.

I added the OID to the library, and it appears I can now successfully parse pkcs7 content encoded with this cipher.