mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-22 17:00:42 +02:00
Add cert:pubkey() to methods registry
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user