microsoft / SymCrypt-OpenSSL

OpenSSL engine for use with SymCrypt cryptographic library
MIT License
43 stars 11 forks source link

Revert "Intercept stitched AES-CBC + HMAC ciphers and disable them" #55

Closed samuel-lee-msft closed 1 year ago

samuel-lee-msft commented 1 year ago

Reverts microsoft/SymCrypt-OpenSSL#50

Further testing shows that this change did not intercept libssl's use of stitched AES-CBC + HMAC ciphers as expected - and in certain circumstances it can cause internal errors.

54 is the only required change.