Re: two patches

2017-10-11 Thread Paul Eggert
In Steven Pelletier wrote: Below are two patch specific to Apple/macOS versions of rcs. With the release of macOS High Sierra (10.13), Apple is enforcing that printf (and related) format strings that contain a %n specifier must

Re: [PATCH] Implement SM3 hash algorithm in gnulib and the computing tool in coreutils.

2017-10-11 Thread 张佳(乾越)
于 2017/10/11 下午5:13, Bruno Haible 写道: 张佳(乾越) wrote: Currently, I only implement SM3 in gnulib. I will implement it in libgcrypt and openssl later. Yes, for a crypto algorjthm to be widely usable in GNU, it needs to be available both in GNUTLS (via libgcrypt) and openssl. Pádraig Brady wrote

Re: [PATCH] Implement SM3 hash algorithm in gnulib and the computing tool in coreutils.

2017-10-11 Thread 张佳(乾越)
于 2017/10/11 下午3:15, Pádraig Brady 写道: On 10/10/17 23:58, 张佳(乾越) wrote: Hi, This is the review request for SM3 hash algorithm. SM3 hash algorithm is already accepted and supported by TPM 2.0 spec. See page 284 in TPM 2.0 spec part 1 (https://trustedcomputinggroup.org/wp-content/uploads/TPM-Re

[PATCH] Implement SM3 hash algorithm in gnulib and the computing tool in coreutils.

2017-10-11 Thread 张佳(乾越)
Hi, This is the review request for SM3 hash algorithm. SM3 hash algorithm is already accepted and supported by TPM 2.0 spec. See page 284 in TPM 2.0 spec part 1 (https://trustedcomputinggroup.org/wp-content/uploads/TPM-Rev-2.0-Part-1-Ar chitecture-01.38.pdf) Currently, I only implement SM3 in gnu

Re: [PATCH] Implement SM3 hash algorithm in gnulib and the computing tool in coreutils.

2017-10-11 Thread Bruno Haible
张佳(乾越) wrote: > > Currently, I only implement SM3 in gnulib. I will implement it in > > libgcrypt and > > openssl later. Yes, for a crypto algorjthm to be widely usable in GNU, it needs to be available both in GNUTLS (via libgcrypt) and openssl. Pádraig Brady wrote: > Being available in gnulib is

Re: [PATCH] Implement SM3 hash algorithm in gnulib and the computing tool in coreutils.

2017-10-11 Thread Pádraig Brady
On 10/10/17 23:58, 张佳(乾越) wrote: > Hi, > > This is the review request for SM3 hash algorithm. SM3 hash algorithm is > already > accepted and supported by TPM 2.0 spec. See page 284 in TPM 2.0 spec part 1 > (https://trustedcomputinggroup.org/wp-content/uploads/TPM-Rev-2.0-Part-1-Ar > chitecture-01.