rel-20161208
daurnimator
released this
09 Dec 02:36
·
231 commits
to master
since this release
In this release:
openssl.x509.store:addDefaults()
new function to add the operating system's default ca's to a certificate store.openssl.x509.store:add()
can now take a CRLopenssl.ssl.context:getStore()
new function that returns a reference to a context's certificate storeopenssl.pkey:encrypt()
andopenssl.pkey:decrypt()
openssl.ssl.new()
to construct anSSL*
given aSSL_CTX*
- Bindings for
X509_VERIFY_PARAM*