zephyr/tests/net/lib/http_server/tls
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
..
src tests: http_server: fix failing TLS tests due to moved certificates 2024-12-11 06:32:53 -05:00
CMakeLists.txt tests: http_server: fix failing TLS tests due to moved certificates 2024-12-11 06:32:53 -05:00
prj.conf tests: http_server: fix failing TLS tests due to moved certificates 2024-12-11 06:32:53 -05:00
sections-rom.ld
testcase.yaml tests: net: http_server: Add netif dependency 2024-09-27 10:56:47 +01:00