Skip to content

Conversation

toscalix
Copy link
Contributor

@toscalix toscalix commented Sep 17, 2025

The background of this PR can be found here #16 (comment)

Algorithms with specifiedkeySize ranges converted:

aes - '128'TO'256' → {min: '128', max: '256'}
aria - '128'TO'256' → {min: '128', max: '256'}
blakex - '256'TO'512' → {min: '256', max: '512'}
blowfish - '128'TO'448' → {min: '128', max: '448'}
camellia - '128'TO'256' → {min: '128', max: '256'}
dhe - '2048'TO'4096' → {min: '2048', max: '4096'}
dhies - '2048'TO'4096' → {min: '2048', max: '4096'}
dsa - '2048'TO'3072' → {min: '2048', max: '3072'}
ecdh - '256'TO'521' → {min: '256', max: '521'}
ecmqv - '256'TO'521' → {min: '256', max: '521'}
elgamal - '2048'TO'4096' → {min: '2048', max: '4096'}
mqv - '2048'TO'4096' → {min: '2048', max: '4096'}
rabin - '1024'TO'2048' → {min: '1024', max: '2048'}
rc4 - '128'TO'2048' → {min: '128', max: '2048'}
rc6 - '128'TO'256' → {min: '128', max: '256'}
rijndael - '128'TO'256' → {min: '128', max: '256'}
rsa-oaep - '2048'TO'4096' → {min: '2048', max: '4096'}
rsa - '2048'TO'4096' → {min: '2048', max: '4096'}
seed - '128'TO'256' → {min: '128', max: '256'}
serpent - '128'TO'256' → {min: '128', max: '256'}
shax - '224'TO'512' → {min: '224', max: '512'}
twofish - '128'TO'256' → {min: '128', max: '256'}

Algorithm with commonkeySize range converted:

gea0-x - '64'TO'128' → {min: '64', max: '128'}

Algorithms with specifiedkeySize ranges converted:

aes - '128'TO'256' → {min: '128', max: '256'}
aria - '128'TO'256' → {min: '128', max: '256'}
blakex - '256'TO'512' → {min: '256', max: '512'}
blowfish - '128'TO'448' → {min: '128', max: '448'}
camellia - '128'TO'256' → {min: '128', max: '256'}
dhe - '2048'TO'4096' → {min: '2048', max: '4096'}
dhies - '2048'TO'4096' → {min: '2048', max: '4096'}
dsa - '2048'TO'3072' → {min: '2048', max: '3072'}
ecdh - '256'TO'521' → {min: '256', max: '521'}
ecmqv - '256'TO'521' → {min: '256', max: '521'}
elgamal - '2048'TO'4096' → {min: '2048', max: '4096'}
mqv - '2048'TO'4096' → {min: '2048', max: '4096'}
rabin - '1024'TO'2048' → {min: '1024', max: '2048'}
rc4 - '128'TO'2048' → {min: '128', max: '2048'}
rc6 - '128'TO'256' → {min: '128', max: '256'}
rijndael - '128'TO'256' → {min: '128', max: '256'}
rsa-oaep - '2048'TO'4096' → {min: '2048', max: '4096'}
rsa - '2048'TO'4096' → {min: '2048', max: '4096'}
seed - '128'TO'256' → {min: '128', max: '256'}
serpent - '128'TO'256' → {min: '128', max: '256'}
shax - '224'TO'512' → {min: '224', max: '512'}
twofish - '128'TO'256' → {min: '128', max: '256'}

Algorithm with commonkeySize range converted:

gea0-x - '64'TO'128' → {min: '64', max: '128'}
toscalix added a commit to toscalix/crypto-algorithms that referenced this pull request Sep 24, 2025
Adapted the properties description to the new verion of the list:
* Removed the AND operator and adapted the description to the selected yaml compatible way to express several values spdx#23
* Removed the TO operator and adapted the description to the selected yaml compatible way to express a range of values
spdx#26
@zvr zvr merged commit 16388f8 into spdx:main Oct 7, 2025
@toscalix toscalix deleted the remove-TO-as-operator branch October 8, 2025 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants