Skip to content

Comments

Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modes#9499

Closed
slontis wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
slontis:ctx_ivlen
Closed

Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modes#9499
slontis wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
slontis:ctx_ivlen

Conversation

@slontis
Copy link
Member

@slontis slontis commented Aug 1, 2019

Note a flag needed to be added since some ssl tests fail if they output any error
(even if the error is ignored). Only ciphers that handle the GET_IV_LEN control set this flag.

Checklist
  • documentation is added or updated
  • tests are added or updated

Fixes #8330

@slontis slontis added the branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL) label Aug 1, 2019
@slontis slontis requested a review from mattcaswell August 1, 2019 06:59
Note a flag needed to be added since some ssl tests fail if they output any error
(even if the error is ignored). Only ciphers that handle the GET_IV_LEN control set this flag.

Fixes openssl#8330
levitte pushed a commit that referenced this pull request Aug 8, 2019
Note a flag needed to be added since some ssl tests fail if they output any error
(even if the error is ignored). Only ciphers that handle the GET_IV_LEN control set this flag.

Fixes #8330

Reviewed-by: Matt Caswell <[email protected]>
(Merged from #9499)
@slontis
Copy link
Member Author

slontis commented Aug 8, 2019

Thanks.. merged to 1.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants