wahern / luaossl

Most comprehensive OpenSSL module in the Lua universe.
http://25thandclement.com/~william/projects/luaossl.html
Other
140 stars 49 forks source link

Cannot find descriptions for "getParameters ()", "toBinary ()" in the luaossl.pdf document #181

Closed cmboss closed 4 years ago

cmboss commented 4 years ago

I saw other people's examples using methods like "getParameters()" and "toBinary()", but I didn't find them in the official luaossl documentation (luaossl.pdf).Where should I find documentation for these methods?

daurnimator commented 4 years ago

Some functions are currently not documented; we'd welcome a PR with docs!

Also, make sure you're looking at the latest luaossl.pdf in https://github.com/wahern/luaossl/releases

cmboss commented 4 years ago

Oh, and no documentation is not a good idea!