zephyr/samples/net/sockets/http_server/src
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
..
certs samples: net: http_server: remove unused DER key file 2025-02-10 14:33:38 +01:00
static_web_resources
certificate.h
dummy_psk.h
main.c net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00
usb.c
ws.c net: websocket: pass HTTP upgrade request context to user callback 2025-01-08 21:02:02 +01:00
ws.h net: websocket: pass HTTP upgrade request context to user callback 2025-01-08 21:02:02 +01:00