CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/03/17 11:42:37
Modified files:
lib/libcrypto : Makefile Symbols.list
lib/libcrypto/evp: c_all.c evp.h
lib/libcrypto/objects: objects.txt
Added files:
lib/libcrypto/evp: e_sm4.c
lib/libcrypto/sm4: sm4.c sm4.h
Log message:
Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.
This is an ISC licensed version based on the sources by Ribose Inc
that were ported to OpenSSL in 2017.
Patch from Daniel Wyatt with minor tweaks.
ok inoguchi, jsing