Gilles Peskine
47f1d7be95
Replace MBEDTLS_ERR_OID_BUF_TOO_SMALL with PSA_ERROR_BUFFER_TOO_SMALL
Remove the definition of `MBEDTLS_ERR_OID_BUF_TOO_SMALL` in `x509_oid.h`,
and use the corresponding PSA error instead.
```
git grep -l MBEDTLS_ERR_OID_BUF_TOO_SMALL | xargs perl -i -pe 's/\bMBEDTLS_ERR_OID_BUF_TOO_SMALL\b/PSA_ERROR_BUFFER_TOO_SMALL/p'
edit library/x509_oid.h
```
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2025-06-03 15:51:34 +02:00
..
2025-03-28 09:01:05 +01:00
2023-11-03 12:21:36 +00:00
2025-04-17 14:47:13 +00:00
2025-03-03 16:13:19 +01:00
2025-04-29 11:01:46 +02:00
2025-05-19 16:51:19 +02:00
2025-04-23 16:42:20 +00:00
2025-06-03 15:51:34 +02:00
2025-03-26 21:19:28 +01:00
2025-03-26 21:19:28 +01:00
2023-11-03 12:21:36 +00:00
2025-03-20 17:53:07 +01:00
2025-04-29 22:02:24 +02:00
2023-11-03 12:21:36 +00:00
2025-04-09 09:51:13 +01:00
2025-05-19 16:22:05 +01:00