mirror of
https://github.com/brunoos/luasec.git
synced 2025-02-13 23:42:49 +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},
|
{"notbefore", meth_notbefore},
|
||||||
{"notafter", meth_notafter},
|
{"notafter", meth_notafter},
|
||||||
{"pem", meth_pem},
|
{"pem", meth_pem},
|
||||||
|
{"pubkey", meth_pubkey},
|
||||||
{"serial", meth_serial},
|
{"serial", meth_serial},
|
||||||
{"subject", meth_subject},
|
{"subject", meth_subject},
|
||||||
{"validat", meth_valid_at},
|
{"validat", meth_valid_at},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user