mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-07 22:18:27 +01:00
Add cert:pubkey() to methods registry
This commit is contained in:
parent
eb8cb33160
commit
11eaec6520
@ -506,6 +506,7 @@ static luaL_Reg methods[] = {
|
||||
{"notbefore", meth_notbefore},
|
||||
{"notafter", meth_notafter},
|
||||
{"pem", meth_pem},
|
||||
{"pubkey", meth_pubkey},
|
||||
{"serial", meth_serial},
|
||||
{"subject", meth_subject},
|
||||
{"validat", meth_valid_at},
|
||||
|
Loading…
Reference in New Issue
Block a user