/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test943
54 строки
837 B
Patrick Monnerat
sasl: fix zero-length response encoding
30 июн 2026, 09:58
Не верифицирован
30 июн 2026, 09:58
f02c533
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> SMTP SASL SASL AUTH EXTERNAL RFC4422 RFC4954 </keywords> </info> # Server-side <reply> <servercmd> AUTH EXTERNAL REPLY AUTH 334 EXTERNAL supported REPLY 235 Authenticated </servercmd> </reply> # Client-side <client> <server> smtp </server> <name> SMTP external authentication without credentials </name> <stdin crlf="yes"> mail body </stdin> <command> 'smtp://;AUTH=EXTERNAL@%HOSTIP:%SMTPPORT/%TESTNUMBER' --mail-rcpt recipient@example.com --mail-from sender@example.com -T - </command> </client> # Verify data after the test has been "shot" <verify> <protocol crlf="yes"> EHLO %TESTNUMBER AUTH EXTERNAL MAIL FROM:%LTsender@example.com%GT RCPT TO:%LTrecipient@example.com%GT DATA QUIT </protocol> <upload crlf="yes"> mail body . </upload> </verify> </testcase>