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

Increase DTLS key size #844

Merged
merged 1 commit into from
Jun 24, 2022
Merged

Conversation

nazar-pc
Copy link
Collaborator

I was getting error:0A00018F:SSL routines::ee key too small error when running tests on Ubuntu 22.04 and turns out in this version OpenSSL config (that library reads) changed security parameters and doesn't consider 1024-bit key secure anymore.

So I have re-generated 4096-bit key so it doesn't complain and tests pass again.

debauchee/barrier#126 (comment) is where I got this hint.

@ibc
Copy link
Member

ibc commented Jun 24, 2022

Should we document this in the worker dtlsXxxxx options?

@nazar-pc
Copy link
Collaborator Author

That on some operating systems depending on OpenSSL configuration they might need larger key size? I mean I can add that, but not sure if it is necessary.

@ibc
Copy link
Member

ibc commented Jun 24, 2022

This would just happen if folks pass a 1024 bits cert which is unusual nowadays so I think we are good.

@nazar-pc nazar-pc merged commit f55e88a into versatica:v3 Jun 24, 2022
@nazar-pc nazar-pc deleted the increase-dtls-key-size branch June 24, 2022 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants