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 missing flags for EVP_chacha20() #2156

Closed
wants to merge 1 commit into from

Conversation

rhenium
Copy link
Contributor

@rhenium rhenium commented Dec 29, 2016

Checklist
  • CLA is signed
Description of change

ChaCha20 code uses its own custom cipher_data. Add EVP_CIPH_CUSTOM_IV
and EVP_CIPH_ALWAYS_CALL_INIT so that the key and the iv can be set by
different calls of EVP_CipherInit_ex().

ChaCha20 code uses its own custom cipher_data. Add EVP_CIPH_CUSTOM_IV
and EVP_CIPH_ALWAYS_CALL_INIT so that the key and the iv can be set by
different calls of EVP_CipherInit_ex().
@mattcaswell
Copy link
Member

Ping @dot-asm

@levitte levitte added 1.1.0 branch: master Merge to master branch labels Jan 24, 2017
@levitte
Copy link
Member

levitte commented Jan 24, 2017

I assume this should be applied to the 1.1.0 branch as well...

levitte pushed a commit that referenced this pull request Jan 24, 2017
ChaCha20 code uses its own custom cipher_data. Add EVP_CIPH_CUSTOM_IV
and EVP_CIPH_ALWAYS_CALL_INIT so that the key and the iv can be set by
different calls of EVP_CipherInit_ex().

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #2156)
levitte pushed a commit that referenced this pull request Jan 24, 2017
ChaCha20 code uses its own custom cipher_data. Add EVP_CIPH_CUSTOM_IV
and EVP_CIPH_ALWAYS_CALL_INIT so that the key and the iv can be set by
different calls of EVP_CipherInit_ex().

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #2156)
(cherry picked from commit c83680a)
@levitte
Copy link
Member

levitte commented Jan 24, 2017

Merged.
master: c83680a
1.1.0: 0de0fb8

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

Successfully merging this pull request may close these issues.

None yet

4 participants