openresty / lua-resty-string

String utilities and common hash functions for ngx_lua and LuaJIT
429 stars 143 forks source link

AES-256 CTR not declared #55

Closed c64bob closed 6 years ago

c64bob commented 6 years ago

I need to use AES 256 CTR, however it isn't declared in aes.lua:

runtime error: /usr/local/openresty/lualib/resty/aes.lua:120: missing declaration for symbol 'EVP_aes_256_ctr'

Could you add that please?

agentzh commented 6 years ago

@c64bob No, we no longer want to add such crypto features to this library. Please use some other lua-resty-* library instead.

c64bob commented 6 years ago

Could I ask you to reconsider? You have declared every other crypto feature, only ctr for 256 bit is missing. All it takes is just one more line. I'll happily submit a PR. Please?