CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/27 13:42:34
Modified files:
regress/lib/libcrypto/wycheproof: wycheproof.go
Log message:
Fix two bugs in the AES-CBC-PKCS5 tests that didn't hide failing tests:
1. Use the correct slice for comparing the cipher output
2. Fix logic error similar to the one in AES-GCM in the previous commit
