Skip to content

Commit

Permalink
Merge pull request #770 from tlsfuzzer/doc-fixes
Browse files Browse the repository at this point in the history
docs: install just gmpy2
  • Loading branch information
tomato42 committed Aug 12, 2021
2 parents cbca9ba + 9c4628d commit 811d9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/timing-analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Then you can install tlsfuzzer dependencies to speed-up the test execution:
dnf install python3 python3-devel tcpdump gmp-devel swig mpfr-devel \
libmpc openssl-devel make gcc gcc-c++ git libmpc-devel python3-six
pip3 install m2crypto gmpy gmpy2
pip3 install m2crypto gmpy2
pip3 install --pre tlslite-ng
And the general requirements to collect and analyse timing results:
Expand All @@ -98,7 +98,7 @@ And the general requirements to collect and analyse timing results:

Because the tests use packet capture to collect timing information and
they buffer the messages until all of them have been created, the use
of ``m2crypto``, ``gmpy`` and ``gmpy2`` does not have an effect on collected
of ``m2crypto`` and ``gmpy2`` does not have an effect on collected
data points, using them will only make tlsfuzzer run the tests at a higher
frequency.

Expand Down

0 comments on commit 811d9c1

Please sign in to comment.