Codebase list qsslcaudit / ccd171f3-8146-46de-a805-ff6b987fba03/main e2e / 004-openssl-allciphers-ssl2.sh
ccd171f3-8146-46de-a805-ff6b987fba03/main

Tree @ccd171f3-8146-46de-a805-ff6b987fba03/main (Download .tar.gz)

004-openssl-allciphers-ssl2.sh @ccd171f3-8146-46de-a805-ff6b987fba03/mainraw · history · blame

1
2
3
4
5
6
7
server() {
	qsslcaudit --pid-file "$PID" --output-xml "$XML"
}

client() {
	openssl-unsafe s_client -host localhost -port 8443 -cipher ALL -ssl2 < /dev/null || true
}