/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test2038
39 строк
593 B
Viktor Szakats
tests/data: add XML prolog to test files
12 дек 2025, 19:17
Не верифицирован
12 дек 2025, 19:17
b5ea073
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> HTTPS HTTP GET PEM certificate </keywords> </info> # Server-side <reply> </reply> # Client-side <client> <features> SSL SSLpinning local-http </features> <server> https test-localhost.pem </server> <name> HTTPS wrong PEM pinnedpubkey but right CN </name> <command> -4 --cacert %CERTDIR/certs/test-ca.crt --pinnedpubkey %CERTDIR/certs/test-localhost.pem https://localhost:%HTTPSPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> <errorcode> 90 </errorcode> </verify> </testcase>