Skip to content

Commit 081edec

Browse files
committed
text
1 parent dee65c8 commit 081edec

File tree

2 files changed

+4
-32
lines changed

2 files changed

+4
-32
lines changed

docker/fedora-34/README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@ python3 -m pip install ansicolors sslcrypto
77
tools/pm3_tests.sh --long
88
```
99

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.
2511

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"

docker/fedora-35/README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,6 @@ python3 -m pip install ansicolors sslcrypto
77
tools/pm3_tests.sh --long
88
```
99

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.
2511

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"

0 commit comments

Comments
 (0)