quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test313 (497B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTPS
      5 HTTP GET
      6 PEM certificate
      7 CRL
      8 </keywords>
      9 </info>
     10 
     11 #
     12 # Client-side
     13 <client>
     14 <features>
     15 SSL
     16 local-http
     17 !Schannel
     18 !wolfssl
     19 </features>
     20 <server>
     21 https test-localhost.pem
     22 </server>
     23 <name>
     24 CRL test
     25 </name>
     26 <command>
     27 -4 --cacert %CERTDIR/certs/test-ca.crt --crlfile %CERTDIR/certs/test-localhost.crl https://localhost:%HTTPSPORT/%TESTNUMBER
     28 </command>
     29 </client>
     30 
     31 #
     32 # Verify data after the test has been "shot"
     33 <verify>
     34 <errorcode>
     35 60
     36 </errorcode>
     37 </verify>
     38 </testcase>