Skip to content

Conversation

@baloo
Copy link
Member

@baloo baloo commented Feb 5, 2025

As discussed in #341, pkcs1v15::VerifyingKey::from should use the prefixed keys.

Just lost a couple hours on this one behavior, and since 0.10 is just around the corner, might as well fix it before that.

Fixes #341

As discussed in RustCrypto#341, `pkcs1v15::VerifyingKey::from` should use the
prefixed keys.
@baloo baloo force-pushed the baloo/pkcs1v15/use-prefixed-verifying-keys branch from 407f89b to eb1e34d Compare February 5, 2025 17:00
@tarcieri tarcieri changed the title pkcs1v15: VerifyingKey::from to use prefixed version pkcs1v15: change VerifyingKey::from to use prefixed version Feb 5, 2025
@tarcieri tarcieri merged commit b019aa1 into RustCrypto:master Feb 5, 2025
11 checks passed
@baloo baloo deleted the baloo/pkcs1v15/use-prefixed-verifying-keys branch February 5, 2025 17:18
marshallpierce added a commit to marshallpierce/RSA that referenced this pull request Mar 12, 2025
marshallpierce added a commit to marshallpierce/RSA that referenced this pull request Mar 12, 2025
marshallpierce added a commit to marshallpierce/RSA that referenced this pull request Mar 12, 2025
marshallpierce added a commit to marshallpierce/RSA that referenced this pull request Mar 12, 2025
marshallpierce added a commit to marshallpierce/RSA that referenced this pull request Mar 12, 2025
tarcieri pushed a commit that referenced this pull request Mar 13, 2025
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.

The From<RSAPublicKey> implementation for VerifyingKey returns unprefixed Keys, this should be documented

2 participants