Minos Galanakis | 55e4bf8 | 2025-09-29 11:42:30 +0100 | [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. |