-
Notifications
You must be signed in to change notification settings - Fork 3
oid as new SPDX Cryptographic Algorithms List property #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
toscalix
wants to merge
43
commits into
spdx:main
Choose a base branch
from
toscalix:add-oid
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 36 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
e144deb
33 algorithms now have the oid property value included
toscalix 5c77cf3
oid property described in the properties description file
toscalix 99aab5f
Add SPDX license identifier to 3des.yaml
toscalix 1f6703f
Fix formatting in 3des.yaml
toscalix bf8c04a
Add SPDX license identifier to CMAC.yaml
toscalix 0e6e03a
Add SPDX license identifier to X509.yaml
toscalix c09e1b2
Add SPDX license identifier to aes.yaml
toscalix 943dade
Add SPDX license identifier to argon2.yaml
toscalix 9d6b23f
Add SPDX license identifier to aria.yaml
toscalix ef1e7fd
Add SPDX license identifier to blowfish.yaml
toscalix 1b88f8b
Add SPDX license identifier to camellia.yaml
toscalix 9ac3da1
Add SPDX license identifier to cast.yaml
toscalix fdab322
Add SPDX license identifier to des.yaml
toscalix 3ca1e69
Add SPDX license identifier to desede.yaml
toscalix fc15f6b
Add SPDX license identifier to diffiehellman.yaml
toscalix 1d6d046
Add SPDX license identifier to dsa.yaml
toscalix 3b4eda2
Add SPDX license identifier to ecdh.yaml
toscalix 3705116
Add SPDX license identifier to ecmqv.yaml
toscalix 12a0510
Add SPDX license identifier to elgamal.yaml
toscalix d6074f1
Add SPDX license identifier to gost.yaml
toscalix 3c96dd4
Add SPDX license identifier to idea.yaml
toscalix f21a3a4
Add SPDX license identifier to keccak.yaml
toscalix e05a28f
Add SPDX license identifier to pbkdf2.yaml
toscalix 9c06665
Add SPDX license identifier to pkcs12.yaml
toscalix 42dee2f
Add SPDX license identifier to pkcs7.yaml
toscalix e275f43
Add SPDX license identifier to rc2.yaml
toscalix 2b2433c
Add SPDX license identifier to rc4.yaml
toscalix 420c590
Add SPDX license identifier to rc5.yaml
toscalix 0dfd8ed
Add SPDX license identifier to rc6.yaml
toscalix fde8333
Add SPDX license identifier to rijndael.yaml
toscalix 5d46b66
Add SPDX license identifier to ripemd.yaml
toscalix 0b24dad
Add SPDX-License-Identifier to rsa.yaml
toscalix 3c67e09
Add SPDX license identifier to seed.yaml
toscalix a512c22
Add SPDX license identifier to serpent.yaml
toscalix 6b7290b
Add SPDX license identifier to tdes.yaml
toscalix 17e70a3
Add SPDX license identifier to twofish.yaml
toscalix 58383f6
Update yaml/argon2.yaml
toscalix e4d699e
Update yaml/camellia.yaml
toscalix abd428a
Update yaml/pkcs7.yaml
toscalix 05755ed
Update yaml/elgamal.yaml
toscalix f1b570b
Update yaml/rc6.yaml
toscalix 421b17a
Update yaml/serpent.yaml
toscalix 84aa95b
Update yaml/twofish.yaml
toscalix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: CMAC | ||
| oid: 1.2.840.113549.1.9.16.3.25 | ||
| name: Cipher-based Message Authentication Code | ||
| cryptoClass: Cryptographic-Hash-Function/Message-Authentication-Code | ||
| commonkeySize: '128' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: X509 | ||
| oid: 2.5.4 | ||
| name: ITU-T Recommendation X.509 - Public Key Infrastructure Certificate Framework | ||
| cryptoClass: Asymmetric-Key-Algorithm/Protocol | ||
| commonkeySize: '128' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: cast | ||
| oid: 1.2.840.113533.7.66.10 | ||
| name: Carlisle Adams and Stafford Tavares | ||
| cryptoClass: Symmetric-Key-Algorithm/Block-Cipher | ||
| commonkeySize: '320' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: diffiehellman | ||
| oid: 1.2.840.113549.1.3.1 | ||
| name: Diffie-Hellman Key Exchange | ||
| cryptoClass: Asymmetric-Key-Algorithm/Key-Exchange-Mechanism | ||
| commonkeySize: '128' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: gost | ||
| oid: 1.2.643.2.2.21 | ||
| name: GOST Block Cipher | ||
| cryptoClass: Symmetric-Key-Algorithm/Block-Cipher | ||
| commonkeySize: '64' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: pbkdf2 | ||
| oid: 1.2.840.113549.1.5.12 | ||
| name: Password-Based Key Derivation Function 2 | ||
| cryptoClass: Cryptographic-Hash-Function/Key-Derivation | ||
| commonkeySize: '128' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: pkcs12 | ||
| oid: 1.2.840.113549.1.12 | ||
| name: Public Key Cryptography Standards 12 | ||
| cryptoClass: Asymmetric-Key-Algorithm/Protocol | ||
| commonkeySize: '128' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: pkcs7 | ||
| oid: 1.2.840.113549.1.7.1 | ||
toscalix marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| name: Public Key Cryptography Standards 7 | ||
| cryptoClass: Asymmetric-Key-Algorithm/Protocol | ||
| commonkeySize: '128' | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: rc2 | ||
| oid: 1.2.840.113549.3.2 | ||
| name: Rivest Cipher 2 | ||
| cryptoClass: Symmetric-Key-Algorithm/Block-Cipher | ||
| commonkeySize: '128' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-License-Identifier: CC0-1.0 | ||
| id: ripemd | ||
| oid: 1.3.36.3.2.1 | ||
| name: RIPEMD Hash Function | ||
| cryptoClass: Cryptographic-Hash-Function/Hash-Function | ||
| commonkeySize: '128' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.