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

Re-export Rsa since it is a parameter of Session::new() #27

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

AnthonyGrondin
Copy link
Contributor

This is a quality of life improvement, as it allows a library to wrap esp-mbedtls without having to re-import the hal for the Rsa struct.

This is a quality of life improvement, as it allows a library to wrap esp-mbedtls without having to re-import the hal for the Rsa struct.
Copy link
Collaborator

@bjoernQ bjoernQ left a comment

Choose a reason for hiding this comment

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

LGTM

@bjoernQ bjoernQ merged commit 1589f72 into esp-rs:main Feb 26, 2024
1 check passed
AnthonyGrondin added a commit to AnthonyGrondin/esp-mbedtls that referenced this pull request Jul 10, 2024
This revert the change made in esp-rs#27 now that Session no longer thake an instance of the driver.
AnthonyGrondin added a commit to AnthonyGrondin/esp-mbedtls that referenced this pull request Jul 10, 2024
This revert the change made in esp-rs#27 now that Session no longer take an instance of the driver.
bjoernQ pushed a commit that referenced this pull request Jul 15, 2024
* Update to esp-hal 0.18.0

* chore: Remove pub export of Rsa that is no longer needed

This revert the change made in #27 now that Session no longer take an instance of the driver.
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.

2 participants