Gilles Peskine | 53e11cb | 2025-05-12 21:12:15 +0200 | [diff] [blame] | 1 | Removals |
2 | * The library no longer offers interfaces to look up values by OID | ||||
3 | or OID by enum values. | ||||
4 | The header <mbedtls/oid.h> now only defines functions to convert | ||||
5 | between binary and dotted string OID representations, and macros | ||||
6 | for OID strings that are relevant to X.509. | ||||
7 | The compilation option MBEDTLS_OID_C no longer | ||||
8 | exists. OID tables are included in the build automatically as needed. |