Update samples (using 'tlsv1').

This commit is contained in:
Bruno Silvestre
2015-11-12 19:04:37 -02:00
parent 49ea6b8ba6
commit 64faf6322e
30 changed files with 59 additions and 59 deletions

View File

@ -6,12 +6,12 @@ local ssl = require("ssl")
local params = {
mode = "server",
protocol = "sslv3",
protocol = "tlsv1",
key = "../../certs/serverAkey.pem",
certificate = "../../certs/serverA.pem",
cafile = "../../certs/rootA.pem",
verify = {"none"},
options = {"all", "no_sslv2"},
verify = "none",
options = "all",
}
-- [[ SSL context