naynajain / mbedtls-1

An open source, portable, easy to use, readable and flexible SSL library
https://tls.mbed.org
Apache License 2.0
1 stars 2 forks source link

The pkcs7_get_signed_data function should be made global #1

Open xNickChildx opened 3 years ago

xNickChildx commented 3 years ago

Description


Enhancement

Due to some signed files being in mbedtls_pkcs7_signed_data format (rather than pkcs7), it would be nice to be able to call the pkcs7_get_signed_data function directly (right now it is static). This would allow for outside programs to use the function to parse the new file format.

Suggested enhancement
Add pkcs7_get_signed_data to pkcs7.h