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

Incorrect docs for EVP_EncryptUpdate and EVP_DecryptUpdate #4775

Closed
eldiener opened this issue Nov 22, 2017 · 3 comments
Closed

Incorrect docs for EVP_EncryptUpdate and EVP_DecryptUpdate #4775

eldiener opened this issue Nov 22, 2017 · 3 comments

Comments

@eldiener
Copy link

In the docs for EVP_EncryptUpdate and EVP_DecryptUpdate at https://wiki.openssl.org/index.php/Manual:EVP_EncryptInit(3) the 'in' parameter is 'unsigned char *' whereas in the header file the 'in' parameter is 'const unsigned char *'. The online docs need to be corrected.

FdaSilvaYY added a commit to FdaSilvaYY/openssl that referenced this issue Nov 22, 2017
@mattcaswell
Copy link
Member

Fixed in master. I'm hoping @FdaSilvaYY will backport to 1.1.0/1.0.2

@mattcaswell mattcaswell reopened this Nov 28, 2017
FdaSilvaYY added a commit to FdaSilvaYY/openssl that referenced this issue Nov 28, 2017
levitte pushed a commit that referenced this issue Nov 30, 2017
Fixes #4775

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #4815)
levitte pushed a commit that referenced this issue Nov 30, 2017
Fixes #4775

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #4815)

(cherry picked from commit a61c15e)
@FdaSilvaYY
Copy link
Contributor

Fully fixed ?

@mattcaswell
Copy link
Member

Fixed!

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

No branches or pull requests

3 participants