Skip to content

Commit

Permalink
Merge pull request #541 from tlsfuzzer/rsa-test-vectors
Browse files Browse the repository at this point in the history
Additional test vectors for the RSA implicit rejection
  • Loading branch information
tomato42 authored Jan 16, 2025
2 parents 6bd403a + 821811e commit ef3b623
Show file tree
Hide file tree
Showing 2 changed files with 1,333 additions and 468 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
os: ubuntu-20.04
python-version: 3.6
- name: py3.7
os: ubuntu-latest
os: ubuntu-22.04
python-version: 3.7
- name: py3.8
os: ubuntu-latest
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
python-version: 3.6
opt-deps: ['m2crypto']
- name: py3.7 with m2crypto
os: ubuntu-latest
os: ubuntu-22.04
python-version: 3.7
opt-deps: ['m2crypto']
- name: py3.8 with m2crypto
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
python-version: 3.6
opt-deps: ['gmpy']
- name: py3.7 with gmpy
os: ubuntu-latest
os: ubuntu-22.04
python-version: 3.7
opt-deps: ['gmpy']
- name: py3.8 with gmpy
Expand All @@ -126,7 +126,7 @@ jobs:
python-version: 3.6
opt-deps: ['gmpy2']
- name: py3.7 with gmpy2
os: ubuntu-latest
os: ubuntu-22.04
python-version: 3.7
opt-deps: ['gmpy2']
- name: py3.8 with gmpy2
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
# zstandard is available for py3.8 and above
opt-deps: ['brotli']
- name: py3.7 with brotli
os: ubuntu-latest
os: ubuntu-22.04
python-version: 3.7
# zstandard is available for py3.8 and above
opt-deps: ['brotli']
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
python-version: 3.6
opt-deps: ['m2crypto', 'pycrypto', 'gmpy', 'gmpy2', 'brotli']
- name: py3.7 with m2crypto, gmpy, gmpy2, and brotli
os: ubuntu-latest
os: ubuntu-22.04
python-version: 3.7
opt-deps: ['m2crypto', 'gmpy', 'gmpy2', 'brotli']
- name: py3.8 with m2crypto, gmpy, gmpy2, and brotli
Expand Down
Loading

0 comments on commit ef3b623

Please sign in to comment.