src/ssl.lua

changeset 26
bbff42d46512
parent 14
1927b7b32faf
child 28
8c61b29d87ec
equal deleted inserted replaced
25:4bc25168aa1c 26:bbff42d46512
16 "LuaSocket 2.0.2 - Copyright (C) 2004-2007 Diego Nehab" 16 "LuaSocket 2.0.2 - Copyright (C) 2004-2007 Diego Nehab"
17 17
18 -- Export functions 18 -- Export functions
19 rawconnection = core.rawconnection 19 rawconnection = core.rawconnection
20 rawcontext = context.rawcontext 20 rawcontext = context.rawcontext
21
22 cert_from_pem = x509.cert_from_pem
21 23
22 -- 24 --
23 -- 25 --
24 -- 26 --
25 local function optexec(func, param, ctx) 27 local function optexec(func, param, ctx)

mercurial