FS#64928 - [dd_rescue] openssl disable is not needed.

Attached to Project: Community Packages
Opened by bartus (bartus) - Saturday, 21 December 2019, 17:02 GMT
Last edited by Felix Yan (felixonmars) - Thursday, 18 June 2020, 20:38 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Just tested `ddr_crypt` plugin and it's working without any issues.
There's no need for removing openssl support.
Sample test scenerio:
```
dd_rescue -ptAL crypt=algo=AES256-CTR:enc:keygen:ivgen:keysfile:ivsfile infile outfile
dd_rescue -ptAL crypt=algo=AES256-CTR:dec:keysfile:ivsfile outfile infile.decrypted
cmp infile infile.decrypted && echo "identical"
```
This task depends upon

Closed by  Felix Yan (felixonmars)
Thursday, 18 June 2020, 20:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  dd_rescue-1.99.8-3

Loading...