mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
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>
This commit is contained in:
parent
9ca14bcbab
commit
f5ae8040b3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ test_description='S/MIME signature verification and decryption'
|
||||||
test_require_external_prereq openssl
|
test_require_external_prereq openssl
|
||||||
test_require_external_prereq gpgsm
|
test_require_external_prereq gpgsm
|
||||||
|
|
||||||
FINGERPRINT=$(openssl x509 -fingerprint -in "$NOTMUCH_SRCDIR/test/smime/key+cert.pem" -noout | sed -e 's/^.*=//' -e s/://g)
|
FINGERPRINT=$(openssl x509 -sha1 -fingerprint -in "$NOTMUCH_SRCDIR/test/smime/key+cert.pem" -noout | sed -e 's/^.*=//' -e s/://g)
|
||||||
|
|
||||||
add_gpgsm_home
|
add_gpgsm_home
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue