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

Backport 2.1: Add missing ret code checks in PEM module #943

Conversation

andresag01
Copy link
Contributor

Add missing return code checks in the functions pem_des_decrypt(),
pem_3des_decrypt() and pem_aes_decrypt() so that the calling function
mbedtls_pem_read_buffer() is notified of errors reported by the crypto
primitives AES, DES and 3DES.

NOTES:

Andres AG added 2 commits May 30, 2017 16:58
Add missing return code checks in the functions pem_des_decrypt(),
pem_3des_decrypt() and pem_aes_decrypt() so that the calling function
mbedtls_pem_read_buffer() is notified of errors reported by the crypto
primitives AES, DES and 3DES.
@gilles-peskine-arm
Copy link
Contributor

CI failed only due to timing tests (known issue), ok to merge pending review

@gilles-peskine-arm gilles-peskine-arm merged commit 53a8e86 into Mbed-TLS:mbedtls-2.1 Nov 28, 2017
paul-elliott-arm pushed a commit that referenced this pull request Jul 11, 2022
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.

5 participants