Wind River Support Network

HomeDefectsLINCD-7159
Fixed

LINCD-7159 : cryptsetup: Hash algorithm ripemd160 not supported

Created: Oct 27, 2021    Updated: Nov 12, 2021
Resolved Date: Nov 7, 2021
Found In Version: 10.21.45.0
Fix Version: 10.21.45.0
Severity: Standard
Applicable for: Wind River Linux CD
Component/s: Userspace

Description

$ setup.sh --machine intel-x86-64 --dl-layers --distro wrlinux
$ bitbake wrlinux-image-std

On target:
$ dd if=/dev/zero of=/tmp/secret.img bs=1M count=10
10+0 records in
10+0 records out
10485760 bytes (10 MB, 10 MiB) copied, 0.0117227 s, 894 MB/s
$ losetup /dev/loop0 /tmp/secret.img
$ cryptsetup -y create myEncryptedFilesystem /dev/loop0
Enter passphrase for /tmp/secret.img:
Verify passphrase:
Hash algorithm ripemd160 not supported.

Steps to Reproduce

1) setup.sh
  --machine intel-x86-64 --dl-layers-  -layers meta-filesystems
 2). ./environment-setup-x86_64-wrlinuxsdk-linux
  
 3) . ./oe-init-build-env build_test
  
 4)   add to local.conf
 IMAGE_INSTALL:append = "  cryptsetup"
  
 5) bitbake wrlinux-image-glibc-std

6) boot the target and run command per problem description
  
Live chat
Online