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

refactor!: Use pure Rust rather than link to OpenSSL #7

Merged
merged 1 commit into from
Feb 25, 2024
Merged

refactor!: Use pure Rust rather than link to OpenSSL #7

merged 1 commit into from
Feb 25, 2024

Conversation

cole-h
Copy link
Contributor

@cole-h cole-h commented Oct 23, 2023

All the tests still pass, so this is at least equivalent to the previous content, but without the OpenSSL dependency.

BREAKING CHANGE: This changes the type of EncodingError::InvalidKeyError and adds another variant.

@cole-h cole-h changed the title Use pure Rust rather than link to OpenSSL refactor!: Use pure Rust rather than link to OpenSSL Oct 23, 2023
@pevers
Copy link
Collaborator

pevers commented Feb 24, 2024

Hey @cole-h , this got a bit lost in my notifications, I'm sorry. I just tested it and it looks like a great addition. Let's also change the README since we no longer need to depend on OpenSSL.

In the meantime, can @nielstenboom maybe give me write access to the repo so that I can review/merge this?

All the tests still pass, so this is at least equivalent to the previous
content, but without the OpenSSL dependency.

BREAKING CHANGE: This changes the type of
`EncodingError::InvalidKeyError` and adds another variant.
@cole-h
Copy link
Contributor Author

cole-h commented Feb 25, 2024

No worries, I'm guilty of losing things in my notifications all the time, too 😆

I've amended the commit to drop the mentions of OpenSSL from the README altogether. Let me know if there's anything else you'd like for me to do!

Copy link
Collaborator

@pevers pevers left a comment

Choose a reason for hiding this comment

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

Thanks! This is a great addition!

@pevers pevers merged commit 6cdb7dd into promaton:main Feb 25, 2024
4 checks passed
@cole-h cole-h deleted the pure-rust branch February 25, 2024 19:38
@cole-h cole-h restored the pure-rust branch February 25, 2024 21:49
@cole-h cole-h deleted the pure-rust branch February 29, 2024 15:03
@cole-h cole-h restored the pure-rust branch February 29, 2024 15:03
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.

None yet

2 participants