zephyr/tests/net/lib/http_server
Matt Rodgers 8f07784e9f tests: http_server: fix failing TLS tests due to moved certificates
Testcase uses certificates from the sample application at
samples/net/sockets/http_server. These were modified and moved into a
different folder by a previous commit, causing a build failure in the
test.

Testcase updated to:
- use new path to certificates
- update available cipher suites, since certificates now use ECDSA
- update expected hostname in certificate

The CA certificate in the sample app is also converted to .der format
for inclusion in the test (the content is exactly the same as the PEM
version, just converted to DER).

Signed-off-by: Matt Rodgers <mrodgers@witekio.com>
2024-12-11 06:32:53 -05:00
..
common tests: net: http_server: Add netif dependency 2024-09-27 10:56:47 +01:00
core net: http_server: fix header capture on concurrent http2 streams 2024-12-04 14:13:24 -05:00
crime net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
hpack tests: net: http_server: Remove harness requirement 2024-07-30 18:30:36 +01:00
tls tests: http_server: fix failing TLS tests due to moved certificates 2024-12-11 06:32:53 -05:00