Releases: wahern/luaossl
Releases · wahern/luaossl
rel-20220711
rel-20200709
rel-20190731
- introduce workarounds for LuaJIT 47bit userdata (#173)
rel-20190612
rel-20181207
- Add
context.pushffi
- Add
:setCertificateChain()
and:getCertificateChain()
rel-20181102
- 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()
rel-20180708
- Fix incorrect class check in
:getTLSextStatusType()
- Update lua-compat-5.3
- Add
context:setTicketKeys()
,context:getTicketKeys()
,context:getTicketKeysLength()
rel-20180530
- Bind functions for manipulating csr requested extensions
- Add
:toPEM()
to various objects - Bind modular bignum functions
- Add
ssl:getMasterKey()
- Add
ssl.pushffi()
- Add
ssl:getCertificate()
andcontext:getCertificate()
store:add("./empty-file")
no longer throws- Add
ssl:getServerTemporaryKey()
- Add
x509.crl:lookupSerial()
andx509.crl:lookupCertificate()
- Fix precision loss when using Lua 5.3 with 64bit integers.
rel-20171028
- Add win32 support
- Fix bug where exp would be NULL in
pkey.new()
rel-20170903
- Fix
pkey.new
failing when generating RSA keys - Fix loading C modules clearing interposed fields
- Fix building compat-5.3.o