]> git.notmuchmail.org Git - notmuch/commit
T355: specify hash algorithm explicitly
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Mon, 3 Aug 2020 15:40:57 +0000 (22:40 +0700)
committerDavid Bremner <david@tethera.net>
Sat, 8 Aug 2020 19:04:27 +0000 (16:04 -0300)
commitf5ae8040b3ebba8ffa1be485c3a74397df98138e
tree7f8d8fd55c3e32d55e6471b679718f32a194b75a
parent9ca14bcbab0cd6c2b9a7717927390245a853ab05
T355: specify hash algorithm explicitly

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 deterministic.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
test/T355-smime.sh