commit | 161f20d59d205dd5b7702975984dca5b8d6f599c | [log] [tgz] |
---|---|---|
author | Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> | Mon Jan 28 20:33:16 2019 +0530 |
committer | Tom Joseph <tomjoseph@in.ibm.com> | Thu Jan 31 10:49:10 2019 +0000 |
tree | 717dea5c3315fe4186ae17d223621a483431de6e | |
parent | f301f045677d23cc7e7e783fb5d48fb259de594b [diff] |
Removal of excess 16 bytes padding Cipher block padding is applied twice(once manually, and once through EVP_CipherFinal()) causing excess 16 bytes of data. Manual padding is removed to fix the issue. Unit-Test: 1. Verified that files are padded correctly without excess 16 bytes. Also, verified the password update and RMCP+ login using ipmitool ipmitool user set password <userid> <password> ipmitool -I lanplus -H 127.0.0.1 -U <userid> -P <password> raw 6 1 2. Also verified renaming of user name and login after that Resolves openbmc/openbmc#3463 Change-Id: Idec14b100bf7558137ff14601eb590b50cdbd7bf Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.