redhat-qe-security / SCAutolib

Library for automation of smart card testing
GNU General Public License v3.0
3 stars 10 forks source link

Fix/fabric connection fips mode #50

Closed x00Pavel closed 2 years ago

x00Pavel commented 2 years ago

Paramiko by default does not have the support of another algorithm other than MD5. This is causing an issue in FIPS mode because MD5 in FIPS is rejected. PR in paramiko is created but not approved yet. So, adding monkey-path for this issue Close #48