zephyr/subsys/net/lib
Matt Rodgers b7b3449f48 net: websocket: don't mask data sent from server via zvfs write
RFC6455 section 5.1 specifies that "A server MUST NOT mask any frames
that it sends to the client". Implement this for websocket write calls
via ZVFS, by storing in the websocket_context whether a socket is acting
in the client or server role, and using this to determine if sent data
should be masked.

Signed-off-by: Matt Rodgers <mrodgers@witekio.com>
2025-01-03 13:26:43 +01:00
..
capture net: Remove deprecated CONFIG_NET_PKT_BUF_DATA_POOL_SIZE 2024-12-11 21:32:29 +01:00
coap net: lib: coap_client: Release non-confirmable requests 2024-11-21 14:47:38 +01:00
config usb: device_next: NCM driver for usb-next 2024-10-17 15:38:00 -04:00
dhcpv4 net: dhcpv4: update DNS address assignment to be optional 2025-01-02 16:03:25 +01:00
dhcpv6 net: dhcpv6: adjust switch-case in dhcpv6_enter_state 2024-09-20 11:06:03 +02:00
dns net: dns: Close socket service properly from dispatcher 2024-12-11 21:29:21 +01:00
http net: http_server: Support PUT/PATCH/DELETE for dynamic resources 2024-12-18 18:15:02 +01:00
lwm2m net: lwm2m: Convert tickeless to use eventfd() 2024-12-24 13:54:39 +01:00
mqtt net: mqtt: Fix missing close function 2024-10-31 09:22:44 -05:00
mqtt_sn net: mqtt: Fix error of size_t formatting with PRIu16 2024-11-26 10:37:20 +00:00
prometheus net: prometheus: Add way to format output by a metric 2024-11-26 15:42:40 -05:00
ptp net: lib: ptp: Fix array boundry check in PTP Port initialization 2024-12-20 16:06:17 +01:00
shell net: shell: ping: Do not wait in ICMP Echo-Req 2024-12-19 15:18:33 +01:00
sntp net: lib: sntp_simple: Handle responses from previous iterations 2024-11-08 11:37:02 -06:00
sockets net: sockets: change socketpair related buffer and heap size 2025-01-02 12:35:46 +01:00
socks
tftp
tls_credentials net: lib: tls_credentials: return size required 2024-12-20 03:17:10 +01:00
trickle net: trickle: Remove useless asserts 2024-12-10 11:09:25 +01:00
utils
websocket net: websocket: don't mask data sent from server via zvfs write 2025-01-03 13:26:43 +01:00
wifi_credentials net: wifi_cred: Decrease flash usage for error print strings 2024-11-28 20:52:06 +01:00
zperf net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
CMakeLists.txt net: lib: add wifi_credentials library 2024-10-22 08:21:04 -04:00
Kconfig net: lib: add wifi_credentials library 2024-10-22 08:21:04 -04:00