Github user shukitchan commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/681#discussion_r65224725 --- Diff: plugins/experimental/ts_lua/ts_lua_crypto.c --- @@ -23,13 +23,21 @@ #define TS_LUA_MD5_DIGEST_LENGTH 16 #define TS_LUA_SHA_DIGEST_LENGTH 20 +#define TS_LUA_SHA256_DIGEST_LENGTH 32 +#define TS_LUA_SHA512_DIGEST_LENGTH 64 --- End diff -- same here
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---