lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> >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