mirror of
https://github.com/curl/curl.git
synced 2026-05-03 22:17:52 +03:00
tidy-up: spelling
C89, Schannel, Secure Transport, contractions. Cherry-picked from #14692 Closes #14996
This commit is contained in:
parent
1064dfa86a
commit
d83b528a80
17 changed files with 34 additions and 35 deletions
|
|
@ -35,7 +35,7 @@ https Server-localhost-sv.pem
|
|||
simple HTTPS GET with DER public key pinning (Schannel variant)
|
||||
</name>
|
||||
<setenv>
|
||||
# This test is pointless if we're not using the schannel backend
|
||||
# This test is pointless if we are not using the Schannel backend
|
||||
CURL_SSL_BACKEND=schannel
|
||||
</setenv>
|
||||
<command>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ https Server-localhost-sv.pem
|
|||
Ignore certificate revocation "best effort" strategy
|
||||
</name>
|
||||
<setenv>
|
||||
# This test is pointless if we're not using the schannel backend
|
||||
# This test is pointless if we are not using the Schannel backend
|
||||
CURL_SSL_BACKEND=schannel
|
||||
</setenv>
|
||||
<command>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ https Server-localhost-sv.pem
|
|||
simple HTTPS GET with PEM public key pinning (Schannel variant)
|
||||
</name>
|
||||
<setenv>
|
||||
# This test is pointless if we're not using the schannel backend
|
||||
# This test is pointless if we are not using the Schannel backend
|
||||
CURL_SSL_BACKEND=schannel
|
||||
</setenv>
|
||||
<command>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ https Server-localhost-sv.pem
|
|||
simple HTTPS GET with base64-sha256 public key pinning (Schannel variant)
|
||||
</name>
|
||||
<setenv>
|
||||
# This test is pointless if we're not using the schannel backend
|
||||
# This test is pointless if we are not using the Schannel backend
|
||||
CURL_SSL_BACKEND=schannel
|
||||
</setenv>
|
||||
<command>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ https Server-localhost-firstSAN-sv.pem
|
|||
HTTPS GET to localhost, first subject alt name matches, CN does not match (Schannel variant)
|
||||
</name>
|
||||
<setenv>
|
||||
# This test is pointless if we're not using the schannel backend
|
||||
# This test is pointless if we are not using the Schannel backend
|
||||
CURL_SSL_BACKEND=schannel
|
||||
</setenv>
|
||||
<command>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ https Server-localhost-lastSAN-sv.pem
|
|||
HTTPS GET to localhost, last subject alt name matches, CN does not match (Schannel variant)
|
||||
</name>
|
||||
<setenv>
|
||||
# This test is pointless if we're not using the schannel backend
|
||||
# This test is pointless if we are not using the Schannel backend
|
||||
CURL_SSL_BACKEND=schannel
|
||||
</setenv>
|
||||
<command>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue