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 PKCS 1 public key #776

Merged
merged 1 commit into from
Dec 4, 2019
Merged

Conversation

dain
Copy link
Member

@dain dain commented Nov 12, 2019

No description provided.

@@ -27,7 +27,11 @@ openssl pkcs8 -topk8 -inform pem -outform pem -passout pass:airlift -in rsa.clie
openssl pkcs8 -topk8 -inform pem -outform pem -passout pass:airlift -in dsa.client.pkcs8.key -out dsa.client.pkcs8.key.encrypted
openssl pkcs8 -topk8 -inform pem -outform pem -passout pass:airlift -in ec.client.pkcs8.key -out ec.client.pkcs8.key.encrypted

# extract public key from private key
# extract PKCS1 public key from private key
# RSA seemd to be the only supported format for PKCS1 public keys
Copy link
Member

Choose a reason for hiding this comment

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

Typo “seemd”

@dain dain merged commit 2d79a54 into airlift:master Dec 4, 2019
@dain dain deleted the pkcs1-public-key branch December 4, 2019 00:27
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