Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 9ca1bdb
  • /
  • test
  • /
  • testsslproxy
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:58bbda8ab7d66f1e12725b3932473b776ca45e8c
directory badge Iframe embedding
swh:1:dir:efcd15b8e2832a74906e7ce41178f0ffa2205fff
testsslproxy
#! /bin/sh

echo 'Testing a lot of proxy conditions.'
echo 'Some of them may turn out being invalid, which is fine.'
for auth in A B C BC; do
    for cond in A B C 'A|B&!C'; do
	sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond"
	if [ $? = 3 ]; then exit 1; fi
    done
done

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top