1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/modules
Rémi Verschelde 8321e0355e mbedtls: Improve X509 certificate load error handling
Positive numbers shouldn't be treated as a hard failure:

> For CRTs in PEM encoding, the function parses permissively:
> if at least one certificate can be parsed, the function
> returns the number of certificates for which parsing failed
> (hence \c 0 if all certificates were parsed successfully).
> If no certificate could be parsed, the function returns
> the first (negative) error encountered during parsing.

Fixes #77994.
2023-06-26 19:17:17 +02:00
..
2023-05-11 14:32:47 +02:00
2023-04-12 19:27:23 -04:00
2023-01-05 13:25:55 +01:00
2023-06-25 12:22:42 +02:00
2023-04-18 10:20:48 +03:00
2023-01-05 13:25:55 +01:00
2023-03-01 01:44:37 +01:00