mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +08:00
text
This commit is contained in:
parent
dee65c8036
commit
081edec89b
2 changed files with 4 additions and 32 deletions
|
@ -7,20 +7,6 @@ python3 -m pip install ansicolors sslcrypto
|
|||
tools/pm3_tests.sh --long
|
||||
```
|
||||
|
||||
Warning, no idea how to manage to run `recover_pk` on Fedora...
|
||||
Tried the followings:
|
||||
```
|
||||
python3 -m pip install pyopenssl
|
||||
sudo yum -y install openssl-devel libffi-devel
|
||||
```
|
||||
Error is:
|
||||
```
|
||||
File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/_ecc.py", line 202, in get_curve
|
||||
return EllipticCurve(self._backend, params, self._aes, nid)
|
||||
File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/_ecc.py", line 211, in __init__
|
||||
self._backend = backend_factory(**params)
|
||||
File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/openssl/ecc.py", line 221, in __init__
|
||||
raise ValueError("Could not create group object")
|
||||
```
|
||||
Warning, `recover_pk selftests` will fail on Fedora because they stripped down the available ECC curves in their OpenSSL.
|
||||
|
||||
So just comment the "recover_pk test" for now, until someone figures out how to solve the issue.
|
||||
So just comment the "recover_pk test"
|
||||
|
|
|
@ -7,20 +7,6 @@ python3 -m pip install ansicolors sslcrypto
|
|||
tools/pm3_tests.sh --long
|
||||
```
|
||||
|
||||
Warning, no idea how to manage to run `recover_pk` on Fedora...
|
||||
Tried the followings:
|
||||
```
|
||||
python3 -m pip install pyopenssl
|
||||
sudo yum -y install openssl-devel libffi-devel
|
||||
```
|
||||
Error is:
|
||||
```
|
||||
File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/_ecc.py", line 202, in get_curve
|
||||
return EllipticCurve(self._backend, params, self._aes, nid)
|
||||
File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/_ecc.py", line 211, in __init__
|
||||
self._backend = backend_factory(**params)
|
||||
File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/openssl/ecc.py", line 221, in __init__
|
||||
raise ValueError("Could not create group object")
|
||||
```
|
||||
Warning, `recover_pk selftests` will fail on Fedora because they stripped down the available ECC curves in their OpenSSL.
|
||||
|
||||
So just comment the "recover_pk test" for now, until someone figures out how to solve the issue.
|
||||
So just comment the "recover_pk test"
|
||||
|
|
Loading…
Reference in a new issue