mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
d1e7d9197b
Added support for SHA256 fingerprint in command line curl and in libcurl. Closes #7646
45 lines
591 B
Plaintext
45 lines
591 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
SCP
|
|
server sha256 key check
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
test
|
|
</data>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
scp
|
|
</server>
|
|
<name>
|
|
SCP correct sha256 host key
|
|
</name>
|
|
<command>
|
|
--hostpubsha256 %SSHSRVSHA256 --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/log/file%TESTNUMBER.txt
|
|
</command>
|
|
<file name="log/file%TESTNUMBER.txt">
|
|
test
|
|
</file>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
<valgrind>
|
|
disable
|
|
</valgrind>
|
|
</verify>
|
|
</testcase>
|