File tree Expand file tree Collapse file tree 2 files changed +4
-32
lines changed Expand file tree Collapse file tree 2 files changed +4
-32
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,6 @@ python3 -m pip install ansicolors sslcrypto
7
7
tools/pm3_tests.sh --long
8
8
```
9
9
10
- Warning, no idea how to manage to run ` recover_pk ` on Fedora...
11
- Tried the followings:
12
- ```
13
- python3 -m pip install pyopenssl
14
- sudo yum -y install openssl-devel libffi-devel
15
- ```
16
- Error is:
17
- ```
18
- File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/_ecc.py", line 202, in get_curve
19
- return EllipticCurve(self._backend, params, self._aes, nid)
20
- File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/_ecc.py", line 211, in __init__
21
- self._backend = backend_factory(**params)
22
- File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/openssl/ecc.py", line 221, in __init__
23
- raise ValueError("Could not create group object")
24
- ```
10
+ Warning, ` recover_pk selftests ` will fail on Fedora because they stripped down the available ECC curves in their OpenSSL.
25
11
26
- So just comment the "recover_pk test" for now, until someone figures out how to solve the issue.
12
+ So just comment the "recover_pk test"
Original file line number Diff line number Diff line change @@ -7,20 +7,6 @@ python3 -m pip install ansicolors sslcrypto
7
7
tools/pm3_tests.sh --long
8
8
```
9
9
10
- Warning, no idea how to manage to run ` recover_pk ` on Fedora...
11
- Tried the followings:
12
- ```
13
- python3 -m pip install pyopenssl
14
- sudo yum -y install openssl-devel libffi-devel
15
- ```
16
- Error is:
17
- ```
18
- File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/_ecc.py", line 202, in get_curve
19
- return EllipticCurve(self._backend, params, self._aes, nid)
20
- File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/_ecc.py", line 211, in __init__
21
- self._backend = backend_factory(**params)
22
- File "/home/rrg/.local/lib/python3.9/site-packages/sslcrypto/openssl/ecc.py", line 221, in __init__
23
- raise ValueError("Could not create group object")
24
- ```
10
+ Warning, ` recover_pk selftests ` will fail on Fedora because they stripped down the available ECC curves in their OpenSSL.
25
11
26
- So just comment the "recover_pk test" for now, until someone figures out how to solve the issue.
12
+ So just comment the "recover_pk test"
You can’t perform that action at this time.
0 commit comments