blob: 53828d85b163d0fc0d4a77dc60498a8a79c4b02c [file] [log] [blame]
Gilles Peskine53e11cb2025-05-12 21:12:15 +02001Removals
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.