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

Add support for ring cryptography (includes #28) #29

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

puiterwijk
Copy link
Contributor

This implements the cryptography in terms of Ring.

Signed-off-by: Patrick Uiterwijk [email protected]

This uses the crypto flexibility from #28.

This allows implementing signing and verification with more than openssl
PKey(Ref), like a TPM or AWS KMS keys (awslabs#5).

It implements the abstracted methods for PKeyRef, and PKey calls out to
PKeyRef.

Signed-off-by: Patrick Uiterwijk <[email protected]>
Signed-off-by: Patrick Uiterwijk <[email protected]>
Bitflags 1.3.0/1.3.1 requires Rust 1.46 to compile, and that is dragged
in via the openssl package.

Signed-off-by: Patrick Uiterwijk <[email protected]>
This abstracts the cryptographic implementations of symmetric crypto and
computing message digests.
This makes it possible to fully swap out openssl with something else if
that were to get implemented.

Signed-off-by: Patrick Uiterwijk <[email protected]>
This implements the cryptography in terms of Ring.

Signed-off-by: Patrick Uiterwijk <[email protected]>
@puiterwijk
Copy link
Contributor Author

The idea behind the key_feature_set matrix option is that we can put in things like key_openssl_pkey,key_tpm, to test combinations of those.

@puiterwijk puiterwijk changed the title Add support for ring cryptography Add support for ring cryptography (includes #28) Aug 12, 2021
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.

1 participant