Skip to content

Commit

Permalink
Merge pull request #760 from tlsfuzzer/new-tlslite-ng
Browse files Browse the repository at this point in the history
use tlslite-ng-0.8.0-alpha41
  • Loading branch information
tomato42 committed May 26, 2021
2 parents 17a6e1b + d079e86 commit 159d8a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ jobs:
- name: Install dependencies (2.6)
if: ${{ matrix.python-version == '2.6' }}
run: |
wget https://files.pythonhosted.org/packages/7b/1d/912505e143a60c9d14ca475ebef6c3f7c421051f2a65eb1aafa3879df823/tlslite-ng-0.8.0-alpha40.tar.gz
wget https://files.pythonhosted.org/packages/ff/df/b4c257a6987633e85fc3639f23f4cda557b07a3da0e090fa0cb1f01404dc/tlslite-ng-0.8.0-alpha41.tar.gz
wget https://files.pythonhosted.org/packages/98/16/70be2716e24eaf5d81074bb3c05429d60292c2a96613a78ac3d69526ad2a/ecdsa-0.16.1-py2.py3-none-any.whl
pip install tlslite-ng-0.8.0-alpha40.tar.gz ecdsa-0.16.1-py2.py3-none-any.whl
pip install tlslite-ng-0.8.0-alpha41.tar.gz ecdsa-0.16.1-py2.py3-none-any.whl
- name: Install dependencies
if: ${{ matrix.python-version != '2.6' }}
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tlslite-ng==0.8.0-alpha40
tlslite-ng==0.8.0-alpha41
4 changes: 1 addition & 3 deletions tests/tlslite-ng-random-subset.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@
"arguments" : ["-d"]},
{"name" : "test-tls13-0rtt-garbage.py",
"arguments" : ["--cookie"]},
{"name" : "test-tls13-ccs.py",
"comment" : "bug tlslite-ng #316",
"exp_pass" : false},
{"name" : "test-tls13-ccs.py"},
{"name" : "test-tls13-conversation.py"},
{"name" : "test-tls13-count-tickets.py",
"arguments" : ["-t", "2"]},
Expand Down
4 changes: 1 addition & 3 deletions tests/tlslite-ng.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@
"arguments" : ["-d"]},
{"name" : "test-tls13-0rtt-garbage.py",
"arguments" : ["--cookie"]},
{"name" : "test-tls13-ccs.py",
"comment" : "bug tlslite-ng #316",
"exp_pass" : false},
{"name" : "test-tls13-ccs.py"},
{"name" : "test-tls13-conversation.py"},
{"name" : "test-tls13-count-tickets.py",
"arguments" : ["-t", "2"]},
Expand Down

0 comments on commit 159d8a8

Please sign in to comment.