Diff

Differences From Artifact [95c47b8587]:

To Artifact [c72eccfcd4]:



1
2
3
4
5
6
7
1
2
3
4
5
6
7
8
+







#!/usr/bin/env tclsh

# Common Constraints
package require tls

# Supported protocols
set protocols [list ssl2 ssl3 tls1 tls1.1 tls1.2 tls1.3]
foreach protocol $protocols {