Skip to content
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

fix: RSA removed, according to #164 #174

Merged
merged 14 commits into from
Feb 29, 2024
Merged

fix: RSA removed, according to #164 #174

merged 14 commits into from
Feb 29, 2024

Conversation

peppelinux
Copy link
Member

signing RSA algs removed, since we MUST support EC, according to #164

@peppelinux peppelinux added this to the 0.6.0 milestone Feb 3, 2024
@peppelinux peppelinux marked this pull request as draft February 5, 2024 09:21
@asharif1990 asharif1990 marked this pull request as ready for review February 27, 2024 12:29
resolve the regression
@fventola-ipzs
Copy link
Collaborator

I suggest to add, as a note, the support of this alghoritms from Android 6+ and iOS 13.0+, like mentioned in the following official pages, that we can add also as bibliography, in particular for Android info here and for iOS here.

@asharif1990
Copy link
Collaborator

I suggest to add, as a note, the support of this alghoritms from Android 6+ and iOS 13.0+, like mentioned in the following official pages, that we can add also as bibliography, in particular for Android info here and for iOS here.

So from the refrence that you provided it seems that on the mobile devices, there is no support for the brainpool curve.

docs/en/relying-party-solution.rst Outdated Show resolved Hide resolved
docs/en/relying-party-solution.rst Outdated Show resolved Hide resolved
docs/en/relying-party-solution.rst Outdated Show resolved Hide resolved
editorial changes.
@fventola-ipzs
Copy link
Collaborator

I suggest to add, as a note, the support of this alghoritms from Android 6+ and iOS 13.0+, like mentioned in the following official pages, that we can add also as bibliography, in particular for Android info here and for iOS here.

So from the refrence that you provided it seems that on the mobile devices, there is no support for the brainpool curve.

You're right, we need external library to manage brainpool curve on mobile. In Android are implemented with BouncyCastle and in iOS with Swift extension wrapper.

docs/en/algorithms.rst Outdated Show resolved Hide resolved
docs/en/algorithms.rst Outdated Show resolved Hide resolved
docs/en/algorithms.rst Outdated Show resolved Hide resolved
fmarino-ipzs and others added 3 commits February 29, 2024 18:34
Co-authored-by: Giuseppe De Marco <[email protected]>
Co-authored-by: Giuseppe De Marco <[email protected]>
Co-authored-by: Giuseppe De Marco <[email protected]>
@peppelinux peppelinux merged commit 89fb1e1 into versione-corrente Feb 29, 2024
8 of 9 checks passed
@fmarino-ipzs fmarino-ipzs mentioned this pull request Mar 1, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

4 participants