ARMmbed / mbed-crypto

The development of Mbed Crypto has moved to Mbed TLS. No updates will be made to the mbed-crypto repository anymore.
Apache License 2.0
103 stars 100 forks source link

Test the functions in OID module in Mbed Crypto #77

Open gilles-peskine-arm opened 5 years ago

gilles-peskine-arm commented 5 years ago

Description

We don't directly test the functions in the OID module in Mbed Crypto. They only get tested indirectly through X.509 and TLS. We should write unit tests for these functions.

Note that test coverage tools may not give accurate results for oid.c because it uses macros to define many functions.

Related: #78 — test the OID values.

Issue request type

[ ] Question
[x] Enhancement
[ ] Bug
ciarmcom commented 5 years ago

Internal Jira reference: https://jira.arm.com/browse/IOTCRYPT-719

adbridge commented 4 years ago

Apologies, this was closed in error by the automated bot - re-opening.