You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>