This series of patches address two issues in chtls. patch 1 add support for AES256-GCM based ciphers. patch 2 fixes memory leak issues. Thanks, Vinay Vinay Kumar Yadav (2): chtls: Add support for AES256-GCM based ciphers chtls: Fixed memory leak drivers/crypto/chelsio/chtls/chtls.h | 7 ++- drivers/crypto/chelsio/chtls/chtls_cm.c | 27 +++++----- drivers/crypto/chelsio/chtls/chtls_cm.h | 21 ++++++++ drivers/crypto/chelsio/chtls/chtls_hw.c | 65 ++++++++++++++++------- drivers/crypto/chelsio/chtls/chtls_main.c | 23 +++++++- 5 files changed, 109 insertions(+), 34 deletions(-) -- 2.18.1