Skip to content

Tags: keycodingyfq/lua-resty-string

Tags

v0.11rc1

Toggle v0.11rc1's commit message
bumped version to 0.11.

v0.10

Toggle v0.10's commit message
bumped version to 0.10.

v0.10rc1

Toggle v0.10rc1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
bugfix: resty.aes: fixed memory overrun bug when user provided a salt…

… of less than 8 characters but EVP_BytesToKey() expects more.

disallows salt strings longer than 8 characters to avoid false sense of security.

Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>

v0.09

Toggle v0.09's commit message
bumped version to 0.09.

v0.08

Toggle v0.08's commit message
bumped version to 0.08.

v0.07

Toggle v0.07's commit message
bumped version to 0.07.

v0.06

Toggle v0.06's commit message
bumped version number to 0.06.

v0.05

Toggle v0.05's commit message
bumped version number to 0.05.

v0.04

Toggle v0.04's commit message
feature: added _VERSION fields to every lua module. also bumped versi…

…on number to 0.04.

v0.03

Toggle v0.03's commit message
added the Status section to README.