summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sm4/sm4.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn2025-04-141-47/+0
|
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
| | | | discussed with jsing
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-0/+51
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