Search found 2 matches
- Mon Nov 06, 2023 10:19 pm
- Forum: General Discussion
- Topic: Blackduck C/C++ ESP32 Project
- Replies: 0
- Views: 864
Blackduck C/C++ ESP32 Project
I'm trying to run a Blackduck scan on an ESP32 project of mine to generate a software bill-of-materials. To do this, I am attempting to use the blackduck-c-cpp tool: ( https://pypi.org/project/blackduck-c-cpp/ ) I am using command line to run this tool. I get the message " The cov-build utility comp...
- Tue Sep 05, 2023 4:55 am
- Forum: ESP-IDF
- Topic: mbedTLS PKCS#7 signature usage
- Replies: 0
- Views: 670
mbedTLS PKCS#7 signature usage
I'm trying to use an ESP-32 to parse some PKCS#7 signatures. This is supported, to some degree, through mbedTLS. There is additionally an option in the SDK configuration editor to enable the usage of these signatures. Ultimately, I'd like to be able to receive signed data and a x509 certificate bund...