[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
- From: Paul Ducklin <pducklin@...>
- Date: Wed, 17 Feb 2021 01:27:53 +0000
> >Why not send patches upstream?
>
Do you or William accept suggested patches by email? (I’m not a GitHub user.)
Bodges I made to my own build include:
* Change to allow a digest of NULL without which Ed25519 signatures cannot [?] be specified
* That Y2K bug you guys already fixed.
* Code to make # work with X509 chains due to no more ipairs() metamethod, so you can use a loop to go through the chain.
* Very basic (incomplete) code to call AEAD gettag and settag functions. (No support for additional data or IVs other than 12 bytes.)
Er, that’s it.
> Which integration is that? (how can it both be claimed *and* undocumented?)
If you say “this code has X” but then you don’t tell anyone how to use X (and, indeed, X is broken anyway), that is claimed, undocumented and broken :-)
You can
LuaSec’s changelig mentioned somewhere (and included code, might