Skip to content

fix EVP_MD_CTX instantiation for openssl#5877

Merged
htuch merged 1 commit intoenvoyproxy:masterfrom
bdecoste:common_crypto_openssl
Feb 8, 2019
Merged

fix EVP_MD_CTX instantiation for openssl#5877
htuch merged 1 commit intoenvoyproxy:masterfrom
bdecoste:common_crypto_openssl

Conversation

@bdecoste
Copy link
Copy Markdown
Contributor

@bdecoste bdecoste commented Feb 7, 2019

Signed-off-by: William DeCoste bdecoste@gmail.com

Description: Modify EVP_MD_CTX instantiation in common/crypto to support openssl. Instantiating via "EVP_MD_CTX ctx" fails compilation. Openssl required EVP_MD_CTX_new().
Risk Level: Low
Testing: Standard tests pass
Docs Changes: None
Release Notes: None

Copy link
Copy Markdown
Contributor

@PiotrSikora PiotrSikora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small nit, LGTM otherwise. Thanks!

Signed-off-by: William DeCoste <bdecoste@gmail.com>
Copy link
Copy Markdown
Contributor

@PiotrSikora PiotrSikora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@htuch htuch merged commit 4fe9806 into envoyproxy:master Feb 8, 2019
fredlas pushed a commit to fredlas/envoy that referenced this pull request Mar 5, 2019
Modify EVP_MD_CTX instantiation in common/crypto to support openssl. Instantiating via "EVP_MD_CTX ctx" fails compilation. Openssl required EVP_MD_CTX_new().

Risk Level: Low
Testing: Standard tests pass

Signed-off-by: William DeCoste <bdecoste@gmail.com>
Signed-off-by: Fred Douglas <fredlas@google.com>
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.

3 participants