commit | 916897f59e78e840c91f02a9abd72e8c024d5842 | [log] [tgz] |
---|---|---|
author | Maximilian Deubel <maximilian.deubel@nordicsemi.no> | Tue Mar 25 17:43:23 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 26 16:22:28 2025 +0100 |
tree | 47ddf2c651d8bf98ce82a4248603fc8a7d9c60dc | |
parent | 618ec363f2aa306b0512c416b35aa7b34b0408ef [diff] |
lib: tls_credentials: return size even if too big The simple backend returns the size of the credential, even if it is too big. The secure backend should do the same, our libraries depend on this behaviour. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>