OpenID Connect relying party in Lua?

2025-05-20 Thread Demi Marie Obenour
I tried to implement a toy OpenID Connect relying party using Lua scripting, and ran into a few problems: 1. I could not figure out a safe way to use the aes_gcm_enc and aes_gcm_dec converters. There’s no way to generate a strong random number, and the 96-bit AES-GCM nonce size means one

Re: OpenID Connect relying party in Lua?

2025-05-20 Thread Willy Tarreau
Hi, On Tue, May 20, 2025 at 08:40:06PM -0400, Demi Marie Obenour wrote: > I tried to implement a toy OpenID Connect relying party > using Lua scripting, and ran into a few problems: > > 1. I could not figure out a safe way to use the aes_gcm_enc >and aes_gcm_dec converters. There's no way to