Re: [PATCH] T355: specify hash algorithm explicitly

2020-07-27 Thread Đoàn Trần Công Danh
On 2020-07-27 20:40:39+0300, Tomi Ollila wrote: > On Mon, Jul 27 2020, Đoàn Trần Công Danh wrote: > > > On some systems (notably, the one shipped with LibreSSL), > > default fingerprint digest algorithm is SHA256. > > > > On other systems, users can change default digest algorithm by changing > >

Re: [PATCH] T355: specify hash algorithm explicitly

2020-07-27 Thread Tomi Ollila
On Mon, Jul 27 2020, Đoàn Trần Công Danh wrote: > On some systems (notably, the one shipped with LibreSSL), > default fingerprint digest algorithm is SHA256. > > On other systems, users can change default digest algorithm by changing > default_md in /etc/ssl/default_md. > > Let's ask openssl to pr

Re: [PATCH] T355: specify hash algorithm explicitly

2020-07-27 Thread Đoàn Trần Công Danh
On 2020-07-27 22:41:08+0700, Đoàn Trần Công Danh wrote: > On some systems (notably, the one shipped with LibreSSL), > default fingerprint digest algorithm is SHA256. > > On other systems, users can change default digest algorithm by changing > default_md in /etc/ssl/default_md. s/default_md[.]/o

[PATCH] T355: specify hash algorithm explicitly

2020-07-27 Thread Đoàn Trần Công Danh
On some systems (notably, the one shipped with LibreSSL), default fingerprint digest algorithm is SHA256. On other systems, users can change default digest algorithm by changing default_md in /etc/ssl/default_md. Let's ask openssl to provide us specific algorithm to make the test more determinist