rel-20181102
·
54 commits
to master
since this release
- Update SSL options
- Add Basic TLSv1.3 support
- Cache objects so that equal pointers result in same lua object
- Fix non-DER value for CA basic constraint
- Add
context:getContext()
- Add
context:addCustomExtension()
andopenssl.extensionSupported()
- Add
context:useServerInfo()
andcontext:useServerInfoFile()
- Add ssl and context getter+setter for readahead flag
- Add ssl and context
:setCipherSuites()
for TLSv1.3 - Add conspicuously missing
ssl:setCipherList()