On Sat, Nov 10, 2018 at 11:53:31PM -0700, Theo Buehler wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org 2018/11/10 23:53:31 > > Modified files: > lib/libcrypto : Makefile Symbols.list > lib/libcrypto/evp: evp.h > lib/libcrypto/objects: objects.txt > Added files: > lib/libcrypto/evp: m_sm3.c > lib/libcrypto/sm3: sm3.c sm3.h sm3_locl.h > > Log message: > Add Ribose Inc's implementation of the SM3 hashing function with > tweaks from jsing and myself. The SM2/SM3/SM4 algorithms are mandatory > for legal use of cryptography within China and [are] widely applied in > the country, covering identification/financial cards, contactless, > TPM 2.0 and PKI. > > ok beck inoguchi jsing >
Also ok deraadt