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

pkcs1: rename From/ToRsa*Key => DecodeRsa*Key/EncodeRsa*Key #120

Merged
merged 1 commit into from
Oct 17, 2021

Conversation

tarcieri
Copy link
Member

Following suit with the changes to the spki crate in #119, renames the traits for decoding/encoding RSA keys, emphasizing that they're encoding-related and not just From/To` conversions.

Following suit with the changes to the `spki` crate in #119, Renames the
traits for decoding/encoding RSA keys, emphasizing that they're
encoding-related and not just `From/`To` conversions.
@tarcieri tarcieri force-pushed the pkcs1/rename-key-encoder-traits branch from d8bb2f4 to a75ed49 Compare October 17, 2021 23:31
@tarcieri tarcieri merged commit fb1d433 into master Oct 17, 2021
@tarcieri tarcieri deleted the pkcs1/rename-key-encoder-traits branch October 17, 2021 23:35
tarcieri added a commit that referenced this pull request Oct 17, 2021
…eKey`

Following suit with the changes to the `spki` and `pkcs1` crates in #119
and #120, renames the traits for decoding/encoding PKCS#8 private keys,
emphasizing that they're encoding-related and not just `From/`To`
conversions.
tarcieri added a commit that referenced this pull request Oct 17, 2021
…eKey` (#121)

Following suit with the changes to the `spki` and `pkcs1` crates in #119
and #120, renames the traits for decoding/encoding PKCS#8 private keys,
emphasizing that they're encoding-related and not just `From/`To`
conversions.
tarcieri added a commit that referenced this pull request Oct 18, 2021
…rivateKey`

Following suit with the changes in #119, #120, and #121, renames the
traits for decoding/encoding SEC1 private keys, emphasizing that they're
encoding-related and not just `From/`To` conversions.
tarcieri added a commit that referenced this pull request Oct 18, 2021
…rivateKey` (#122)

Following suit with the changes in #119, #120, and #121, renames the
traits for decoding/encoding SEC1 private keys, emphasizing that they're
encoding-related and not just `From/`To` conversions.
@tarcieri tarcieri mentioned this pull request Nov 17, 2021
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.

1 participant