Skip to content

Update Notice.md#1

Merged
1 commit merged intoOP-TEE:masterfrom
hsibert:patch-2
Jun 4, 2014
Merged

Update Notice.md#1
1 commit merged intoOP-TEE:masterfrom
hsibert:patch-2

Conversation

@hsibert
Copy link
Copy Markdown

@hsibert hsibert commented Jun 4, 2014

Updated according to final proposal from legal department, plus some reformat

Updated according to final proposal from legal department, plus some reformat
ghost pushed a commit that referenced this pull request Jun 4, 2014
@ghost ghost merged commit e1991eb into OP-TEE:master Jun 4, 2014
Emantor pushed a commit to Emantor/optee_client that referenced this pull request Jan 30, 2019
SKS_CMD_GENERATE_SYMM_KEY does not get input data from TEE
parameter OP-TEE#1.

Signed-off-by: Etienne Carriere <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 9, 2021
Add support to generate PKCS OP-TEE#1 RSA keys when issuing C_GenerateKeyPair().

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.4 PKCS OP-TEE#1 RSA key pair generation

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 9, 2021
Add support for performing RSA signing & verification operations for:

- PKCS OP-TEE#1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS OP-TEE#1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 9, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS OP-TEE#1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS OP-TEE#1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 9, 2021
Add support for performing PKCS OP-TEE#1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS OP-TEE#1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 9, 2021
Add support to generate PKCS OP-TEE#1 RSA keys when issuing C_GenerateKeyPair().

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.4 PKCS OP-TEE#1 RSA key pair generation

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 9, 2021
Add support for performing RSA signing & verification operations for:

- PKCS OP-TEE#1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS OP-TEE#1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 9, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS OP-TEE#1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS OP-TEE#1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 9, 2021
Add support for performing PKCS OP-TEE#1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS OP-TEE#1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 29, 2021
Add support to generate PKCS OP-TEE#1 RSA keys when issuing C_GenerateKeyPair().

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.4 PKCS OP-TEE#1 RSA key pair generation

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 29, 2021
Add support for performing RSA signing & verification operations for:

- PKCS OP-TEE#1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS OP-TEE#1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 29, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS OP-TEE#1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS OP-TEE#1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request May 29, 2021
Add support for performing PKCS OP-TEE#1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS OP-TEE#1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jun 25, 2021
Add support to generate PKCS OP-TEE#1 RSA keys when issuing C_GenerateKeyPair().

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.4 PKCS OP-TEE#1 RSA key pair generation

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jun 25, 2021
Add support for performing RSA signing & verification operations for:

- PKCS OP-TEE#1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS OP-TEE#1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jun 25, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS OP-TEE#1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS OP-TEE#1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jun 25, 2021
Add support for performing PKCS OP-TEE#1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS OP-TEE#1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jun 29, 2021
Add support to generate PKCS OP-TEE#1 RSA keys when issuing C_GenerateKeyPair().

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.4 PKCS OP-TEE#1 RSA key pair generation

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jun 29, 2021
Add support for performing RSA signing & verification operations for:

- PKCS OP-TEE#1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS OP-TEE#1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jun 29, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS OP-TEE#1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS OP-TEE#1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jun 29, 2021
Add support for performing PKCS OP-TEE#1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS OP-TEE#1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 2, 2021
Add support to generate PKCS OP-TEE#1 RSA keys when issuing C_GenerateKeyPair().

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.4 PKCS OP-TEE#1 RSA key pair generation

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 2, 2021
Add support for performing RSA signing & verification operations for:

- PKCS OP-TEE#1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS OP-TEE#1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 2, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS OP-TEE#1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS OP-TEE#1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 2, 2021
Add support for performing PKCS OP-TEE#1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS OP-TEE#1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 13, 2021
Add support for performing RSA signing & verification operations for:

- PKCS OP-TEE#1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS OP-TEE#1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 13, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS OP-TEE#1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS OP-TEE#1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 13, 2021
Add support for performing PKCS OP-TEE#1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS OP-TEE#1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 14, 2021
Add support to generate PKCS OP-TEE#1 RSA keys when issuing C_GenerateKeyPair().

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.4 PKCS OP-TEE#1 RSA key pair generation

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 14, 2021
Add support for performing RSA signing & verification operations for:

- PKCS OP-TEE#1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS OP-TEE#1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 14, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS OP-TEE#1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS OP-TEE#1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Jul 14, 2021
Add support for performing PKCS OP-TEE#1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS OP-TEE#1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Aug 3, 2021
Add support to generate PKCS OP-TEE#1 RSA keys when issuing C_GenerateKeyPair().

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.4 PKCS OP-TEE#1 RSA key pair generation

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
Reviewed-by: Ruchika Gupta <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Aug 3, 2021
Add support for performing RSA signing & verification operations for:

- PKCS OP-TEE#1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS OP-TEE#1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
Reviewed-by: Ruchika Gupta <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Aug 3, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS OP-TEE#1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS OP-TEE#1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
Reviewed-by: Ruchika Gupta <[email protected]>
vesajaaskelainen added a commit to vesajaaskelainen/optee_client that referenced this pull request Aug 3, 2021
Add support for performing PKCS OP-TEE#1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS OP-TEE#11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS OP-TEE#1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
Reviewed-by: Ruchika Gupta <[email protected]>
jforissier pushed a commit that referenced this pull request Aug 3, 2021
Add support to generate PKCS #1 RSA keys when issuing C_GenerateKeyPair().

Specified in:
PKCS #11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.4 PKCS #1 RSA key pair generation

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
Reviewed-by: Ruchika Gupta <[email protected]>
jforissier pushed a commit that referenced this pull request Aug 3, 2021
Add support for performing RSA signing & verification operations for:

- PKCS #1 v1.5 RSA with supplied hash value
- Multi stage MD5
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS #11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.6 PKCS #1 v1.5 RSA

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
Reviewed-by: Ruchika Gupta <[email protected]>
jforissier pushed a commit that referenced this pull request Aug 3, 2021
Add support for performing RSA PSS signing & verification operations for:

- PKCS #1 RSA PSS with supplied hash value
- Multi stage SHA-1
- Multi stage SHA-224
- Multi stage SHA-256
- Multi stage SHA-384
- Multi stage SHA-512

Specified in:
PKCS #11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.10 PKCS #1 RSA PSS

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
Reviewed-by: Ruchika Gupta <[email protected]>
jforissier pushed a commit that referenced this pull request Aug 3, 2021
Add support for performing PKCS #1 RSA OAEP encryption & decryption
operations for:

- MGF1 SHA-1
- MGF1 SHA-224
- MGF1 SHA-256
- MGF1 SHA-384
- MGF1 SHA-512

Specified in:
PKCS #11 Cryptographic Token Interface Current Mechanisms Specification
Version 2.40 Plus Errata 01
2.1.8 PKCS #1 RSA OAEP

Signed-off-by: Vesa Jääskeläinen <[email protected]>
Reviewed-by: Etienne Carriere <[email protected]>
Reviewed-by: Ruchika Gupta <[email protected]>
This pull request was closed.
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.

1 participant