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

@ -12,7 +12,7 @@ local params = {
cafile = "../certs/rootB.pem",
verify = {"peer", "fail_if_no_peer_cert"},
verifyext = {"lsec_continue", "lsec_ignore_purpose"},
options = {"all", "no_sslv2"},
options = "all",
}
local ctx = assert(ssl.newcontext(params))