Skip to content

Commit ef3b623

Browse files
authored
Merge pull request #541 from tlsfuzzer/rsa-test-vectors
Additional test vectors for the RSA implicit rejection
2 parents 6bd403a + 821811e commit ef3b623

File tree

2 files changed

+1333
-468
lines changed

2 files changed

+1333
-468
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: ubuntu-20.04
2424
python-version: 3.6
2525
- name: py3.7
26-
os: ubuntu-latest
26+
os: ubuntu-22.04
2727
python-version: 3.7
2828
- name: py3.8
2929
os: ubuntu-latest
@@ -58,7 +58,7 @@ jobs:
5858
python-version: 3.6
5959
opt-deps: ['m2crypto']
6060
- name: py3.7 with m2crypto
61-
os: ubuntu-latest
61+
os: ubuntu-22.04
6262
python-version: 3.7
6363
opt-deps: ['m2crypto']
6464
- name: py3.8 with m2crypto
@@ -101,7 +101,7 @@ jobs:
101101
python-version: 3.6
102102
opt-deps: ['gmpy']
103103
- name: py3.7 with gmpy
104-
os: ubuntu-latest
104+
os: ubuntu-22.04
105105
python-version: 3.7
106106
opt-deps: ['gmpy']
107107
- name: py3.8 with gmpy
@@ -126,7 +126,7 @@ jobs:
126126
python-version: 3.6
127127
opt-deps: ['gmpy2']
128128
- name: py3.7 with gmpy2
129-
os: ubuntu-latest
129+
os: ubuntu-22.04
130130
python-version: 3.7
131131
opt-deps: ['gmpy2']
132132
- name: py3.8 with gmpy2
@@ -160,7 +160,7 @@ jobs:
160160
# zstandard is available for py3.8 and above
161161
opt-deps: ['brotli']
162162
- name: py3.7 with brotli
163-
os: ubuntu-latest
163+
os: ubuntu-22.04
164164
python-version: 3.7
165165
# zstandard is available for py3.8 and above
166166
opt-deps: ['brotli']
@@ -210,7 +210,7 @@ jobs:
210210
python-version: 3.6
211211
opt-deps: ['m2crypto', 'pycrypto', 'gmpy', 'gmpy2', 'brotli']
212212
- name: py3.7 with m2crypto, gmpy, gmpy2, and brotli
213-
os: ubuntu-latest
213+
os: ubuntu-22.04
214214
python-version: 3.7
215215
opt-deps: ['m2crypto', 'gmpy', 'gmpy2', 'brotli']
216216
- name: py3.8 with m2crypto, gmpy, gmpy2, and brotli

0 commit comments

Comments
 (0)