Opened 6 years ago
Closed 5 years ago
#18568 closed defect (fixed)
cipher-openssl.cpp => Fixed in SVN
Reported by: | Cwood | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.0.6 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
File: ./src/VBox/Runtime/common/crypto/cipher-openssl.cpp Func: RTCrCipherEncrypt() Line: 237
Should EVP_DecryptFinal be replaced with EVP_EncryptFinal?
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Summary: | cipher-openssl.cpp → cipher-openssl.cpp => Fixed in SVN |
---|
Thanks for tracking this down. We've corrected it internally, should be externally visible tomorrow or so, and ship in 6.0.8.
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Disk Encryption got failed: VERR_CR_CIPHER_OSSL_ENCRYPT_FINAL_FAILED.
VirtualBox 6.0.6 on Windows built with OpenSSL 1.1.1b. note that build with OpenSSL 1.1.0j is ok. So I checked the code and found this suspicious place.