Skip to content

Add Support to Select native Crypto Provider#1512

Merged
jasonkatonica merged 1 commit into
IBM:mainfrom
johnpeck-us-ibm:NativeSelector
Jul 15, 2026
Merged

Add Support to Select native Crypto Provider#1512
jasonkatonica merged 1 commit into
IBM:mainfrom
johnpeck-us-ibm:NativeSelector

Conversation

@johnpeck-us-ibm

@johnpeck-us-ibm johnpeck-us-ibm commented Jun 3, 2026

Copy link
Copy Markdown
Member

Code was added to allow the use of a Provider.Service attrobute called "NativeProvider" to specify the native back end to use. Only OCK and OPENSSL are support. Any thing specified in the "NativeProvider" attribute other than OPENSSL will result in OCK being used.

Signed-off-by: johnpeck-us-ibm johnpeck@us.ibm.com

Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/CCMCipher.java
Comment thread pom.xml Outdated
Comment thread src/test/ProviderDefAttrs.config

@jasonkatonica jasonkatonica left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/CCMCipher.java
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/HMAC.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeCryptoSelector.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeInterface.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/NativeInterface.java Outdated
Comment thread src/main/java/com/ibm/crypto/plus/provider/base/Signature.java
Comment thread src/main/java/com/ibm/crypto/plus/provider/MessageDigest.java
Comment thread src/main/java/com/ibm/crypto/plus/provider/PBES1Core.java
Comment thread src/main/java/com/ibm/crypto/plus/provider/RC2Cipher.java
Comment thread src/main/java/com/ibm/crypto/plus/provider/RC4Cipher.java

@KostasTsiounis KostasTsiounis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@taoliult taoliult left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@johnpeck-us-ibm
johnpeck-us-ibm force-pushed the NativeSelector branch 3 times, most recently from 5101060 to 696535a Compare July 14, 2026 14:02

@JinhangZhang JinhangZhang left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Code was added to allow the use of  a Provider.Service
attrobute called "NativeProvider" to specify the native
back end to use. Only OCK and OPENSSL are support. Any
thing specified in the "NativeProvider" attribute other than
OPENSSL will result in OCK being used.

Signed-off-by: johnpeck-us-ibm <johnpeck@us.ibm.com>
@jasonkatonica
jasonkatonica merged commit cb80aca into IBM:main Jul 15, 2026
3 checks passed
johnpeck-us-ibm added a commit to johnpeck-us-ibm/OpenJCEPlus that referenced this pull request Jul 20, 2026
Code was added to allow the use of  a Provider.Service
attrobute called "NativeProvider" to specify the native
back end to use. Only OCK and OPENSSL are support. Any
thing specified in the "NativeProvider" attribute other than
OPENSSL will result in OCK being used.

Signed-off-by: johnpeck-us-ibm <johnpeck@us.ibm.com>
johnpeck-us-ibm added a commit to johnpeck-us-ibm/OpenJCEPlus that referenced this pull request Jul 20, 2026
Code was added to allow the use of  a Provider.Service
attrobute called "NativeProvider" to specify the native
back end to use. Only OCK and OPENSSL are support. Any
thing specified in the "NativeProvider" attribute other than
OPENSSL will result in OCK being used.

Signed-off-by: johnpeck-us-ibm <johnpeck@us.ibm.com>
johnpeck-us-ibm added a commit to johnpeck-us-ibm/OpenJCEPlus that referenced this pull request Jul 20, 2026
Code was added to allow the use of  a Provider.Service
attrobute called "NativeProvider" to specify the native
back end to use. Only OCK and OPENSSL are support. Any
thing specified in the "NativeProvider" attribute other than
OPENSSL will result in OCK being used.

Signed-off-by: johnpeck-us-ibm <johnpeck@us.ibm.com>
johnpeck-us-ibm added a commit to johnpeck-us-ibm/OpenJCEPlus that referenced this pull request Jul 21, 2026
Code was added to allow the use of  a Provider.Service
attrobute called "NativeProvider" to specify the native
back end to use. Only OCK and OPENSSL are support. Any
thing specified in the "NativeProvider" attribute other than
OPENSSL will result in OCK being used.

Signed-off-by: johnpeck-us-ibm <johnpeck@us.ibm.com>
johnpeck-us-ibm added a commit to johnpeck-us-ibm/OpenJCEPlus that referenced this pull request Jul 21, 2026
Code was added to allow the use of  a Provider.Service
attrobute called "NativeProvider" to specify the native
back end to use. Only OCK and OPENSSL are support. Any
thing specified in the "NativeProvider" attribute other than
OPENSSL will result in OCK being used.

Signed-off-by: johnpeck-us-ibm <johnpeck@us.ibm.com>
johnpeck-us-ibm added a commit to johnpeck-us-ibm/OpenJCEPlus that referenced this pull request Jul 21, 2026
Code was added to allow the use of  a Provider.Service
attrobute called "NativeProvider" to specify the native
back end to use. Only OCK and OPENSSL are support. Any
thing specified in the "NativeProvider" attribute other than
OPENSSL will result in OCK being used.

Signed-off-by: johnpeck-us-ibm <johnpeck@us.ibm.com>
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.

5 participants