zephyr/tests/net/lib/http_server
Robert Lubos a61287e876 net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE
TLS_CREDENTIAL_SERVER_CERTIFICATE credential type is misleading, as in
fact it just represents a public certificate, it does not matter if the
certificate belongs to a server or a client. And actually, it was
already used in-tree for clients as well, for example in LwM2M.

Therefore rename the credential type to a more generic
TLS_CREDENTIAL_PUBLIC_CERTIFICATE and deprecate the old one.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-03-21 14:18:52 +01:00
..
common net: http: server: The detail length of wildcard detail was wrong 2025-03-07 20:03:27 +01:00
core test: net: http: Add compression support in HTTP server 2025-03-07 20:19:44 +01:00
crime boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
hpack boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
tls net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00