Add Support to Select native Crypto Provider#1512
Merged
Merged
Conversation
johnpeck-us-ibm
requested review from
JinhangZhang,
KostasTsiounis,
jasonkatonica and
taoliult
June 3, 2026 19:48
jasonkatonica
requested changes
Jun 17, 2026
johnpeck-us-ibm
force-pushed
the
NativeSelector
branch
from
June 18, 2026 17:35
35a0326 to
4e68d16
Compare
KostasTsiounis
requested changes
Jun 24, 2026
johnpeck-us-ibm
force-pushed
the
NativeSelector
branch
from
June 25, 2026 16:03
bfdada6 to
7b97813
Compare
KostasTsiounis
requested changes
Jul 7, 2026
johnpeck-us-ibm
force-pushed
the
NativeSelector
branch
from
July 8, 2026 14:36
7b97813 to
ceaae44
Compare
johnpeck-us-ibm
force-pushed
the
NativeSelector
branch
from
July 10, 2026 14:46
0df03af to
42e7f72
Compare
johnpeck-us-ibm
force-pushed
the
NativeSelector
branch
3 times, most recently
from
July 14, 2026 14:02
5101060 to
696535a
Compare
johnpeck-us-ibm
force-pushed
the
NativeSelector
branch
from
July 14, 2026 20:14
696535a to
0bbdef4
Compare
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
force-pushed
the
NativeSelector
branch
from
July 15, 2026 14:39
af795bd to
f3e8cee
Compare
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>
This was referenced Jul 21, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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