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

Feature: Migrate Openssl #11

Merged
merged 3 commits into from
Jul 2, 2022
Merged

Feature: Migrate Openssl #11

merged 3 commits into from
Jul 2, 2022

Conversation

bluekirby1111
Copy link
Contributor

No description provided.

@bluekirby1111 bluekirby1111 changed the title Feature: igrate openssl Feature: Migrate Openssl Jun 16, 2022
@bluekirby1111
Copy link
Contributor Author

Migrates hashing and verification away from openssl

@stegaBOB
Copy link

Will the OpenSLL dep be fully removed in a separate PR?

Copy link
Contributor

@joshbenaron joshbenaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines 4 to 9
use openssl::{
hash::MessageDigest,
pkey::{PKey, Private},
rsa::Padding,
sign,
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Openssl is still there

@joshbenaron joshbenaron merged commit 12c9096 into master Jul 2, 2022
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.

4 participants