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

init should be implemented by the macro #131

Closed
AdrianCX opened this issue Dec 14, 2020 · 1 comment
Closed

init should be implemented by the macro #131

AdrianCX opened this issue Dec 14, 2020 · 1 comment

Comments

@AdrianCX
Copy link
Contributor

Raised due to comment: #128 (comment)

Need to update init/new macro so that it can do more advanced logic as needed in ctr_drbg / context / config new functions

mcr pushed a commit to mcr/rust-mbedtls that referenced this issue Aug 10, 2023
`set_read_timeout` and `set_write_timeout` can cause `ErrorKind::WouldBlock` on unix-y platforms.

This PR normalizes those cases to `ErrorKind::TimedOut`. This will make it simpler higher up in the
stack to deal with timeouts.
@Taowyoo
Copy link
Collaborator

Taowyoo commented Feb 9, 2024

Close this since this is already done

@Taowyoo Taowyoo closed this as completed Feb 9, 2024
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

No branches or pull requests

2 participants