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

DTLS doesn't play nice with CHACHA20-POLY1305 ciphers #12

Open
PeterMosmans opened this issue Mar 23, 2015 · 1 comment
Open

DTLS doesn't play nice with CHACHA20-POLY1305 ciphers #12

PeterMosmans opened this issue Mar 23, 2015 · 1 comment
Labels

Comments

@PeterMosmans
Copy link
Owner

It seems impossible to connect a openssl client to an openssl server when using DTLS1(.2) and a CHACHA20-POLY1305 cipher.
Investigate what's going on.

Server side:
./openssl s_server -key CA.key -cert CA.crt -accept 4433 -dtls1_2 -cipher ECDHE-RSA-CHACHA20-POLY1305

Client side:
./openssl s_client -connect 127.0.0.1:4433 -dtls1_2 -cipher ECDHE-RSA-CHACHA20-POLY1305 Loading 'screen' into random state - and hangs

PeterMosmans added a commit that referenced this issue Apr 7, 2015
Disable ChaCha20/Poly1305 when using DTLS
@PeterMosmans PeterMosmans added bug and removed question labels Apr 7, 2015
@PeterMosmans
Copy link
Owner Author

Deferred for now - disabled DTLS for ChaCha20/Poly1305

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant