/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test2048
38 строк
609 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 </features> <server> https test-localhost.pem </server> <name> pinnedpubkey no-match must fail even when insecure </name> <command> -4 --insecure --cacert %CERTDIR/certs/test-ca.crt --pinnedpubkey %CERTDIR/certs/test-localhost.nn.pub.der https://localhost:%HTTPSPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> <errorcode> 90 </errorcode> </verify> </testcase>