log util-src/crypto.c @ 12722:cd993fd7b60d

age author description
Mon, 11 Jul 2022 17:11:38 +0200 Kim Alvefur util.crypto: Use Lua 5.2 API for predictable buffer size
Mon, 11 Jul 2022 17:01:55 +0200 Kim Alvefur util.crypto: Use stack space buffers
Sat, 02 Jul 2022 14:59:52 +0100 Matthew Wild util.crypto: More digests for sign/verify, use macros for clarity/consistency
Sat, 02 Jul 2022 11:51:24 +0100 Matthew Wild util.crypto: Friendlier error message on incorrect key types
Sat, 02 Jul 2022 11:50:56 +0100 Matthew Wild util.crypto: Add support for RSA signatures (PKCS1-v1.5 + PSS)
Fri, 24 Jun 2022 16:56:16 +0100 Matthew Wild util.crypto: New wrapper for some operations in OpenSSL's libcrypto