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

VDE Cryptcab: add mbedtls chacha20 impl #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evelikov
Copy link

Add mbedtls as an option, defaulting to the initial wolfssl. To use make you'd need to pass --with-crypt=mbedtls to configure.

Closes: #50

Add mbedtls as an option, defaulting to the initial wolfssl. To use make
you'd need to pass `--with-crypt=mbedtls` to configure.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
@evelikov
Copy link
Author

@danielinux thanks for the help so far. can you have a look?

Copy link
Member

@danielinux danielinux left a comment

Choose a reason for hiding this comment

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

LGTM. Off to @rd235 for review.

@evelikov
Copy link
Author

The macOS CI failure is unrelated. It seems to have timed-out while connecting to the runner.

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.

Consider adding mbedtls as alternative crypto implementation
3 participants