Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

change the name RSA256 to PS256 #56

Open
EvergreenHZ opened this issue Dec 30, 2021 · 2 comments
Open

change the name RSA256 to PS256 #56

EvergreenHZ opened this issue Dec 30, 2021 · 2 comments

Comments

@EvergreenHZ
Copy link

hi, the COSE_Sign1 signing algorithm should be PS256 instead of RSA256, which may be confusing.
the 'alg' label value is -37, check here and here.

@goebelUB
Copy link
Contributor

Where exactly did you see this? Just grepping for it I fail to find any occurrence of neither PS256 nor RSA256 in the Kotlin SDK.

@TianpingHsu
Copy link

sorry, it's private const val ALG_RSA_256 = "RS256" in Jwt.kt.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants