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

key: increase default RSA key size from 1024 to 2048 bits #31

Merged
merged 1 commit into from
Dec 17, 2015

Conversation

ericchiang
Copy link
Collaborator

Per @gtank's recommendations, increase the default RSA key size in
GeneratePrivateKey from 1024 to 2048 bits.

Closes #15

Per @gtank's recommendations, increase the default RSA key size in
GeneratePrivateKey from 1024 to 2048 bits.

Closes coreos#15
@gtank
Copy link

gtank commented Dec 9, 2015

The reason I didn't do this already is because I haven't thought through the migration implications (if there are any). If that's all good (@bobbyrullo?) then LGTM.

@joeatwork
Copy link

My (not very deep) thoughts about this - since this change only applies to new keys (and clients of those keys really shouldn't be making assumptions about their size) this change LGTM. I'd still love if @bobbyrullo weighed in, though.

@bobbyrullo
Copy link
Contributor

LGTM - sorry for taking so long to look at this

bobbyrullo added a commit that referenced this pull request Dec 17, 2015
key: increase default RSA key size from 1024 to 2048 bits
@bobbyrullo bobbyrullo merged commit a81890b into coreos:master Dec 17, 2015
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.

4 participants