[Gambas-user] [Gambas Bug Tracker] Bug #984: error compiling again 0.9 openssl, only 1.0 compiles
bugtracker at ...3416...
bugtracker at ...3416...
Tue Sep 6 15:11:04 CEST 2016
http://gambaswiki.org/bugtracker/edit?object=BUG.984&from=L21haW4-
Comment #37 by Tyrone LUCERO:
i recompile lasted svn r7895 and that was the results in Ubuntu 12.04 fresh install, the hmac crypt are good! seem its a openssl problem, due i also noted that openssl 0.9.8 are availabel in ubuntu 12.04 so iĺl compile and test agains that to confirm if are a openssl old bug!
compilation: sussesfully using openssl 1.0.0
test using the provide project:
All hashed or ciphered data is base64 encoded
Checking digest sha256...
Output is: ungWv48Bz+pBQUDeXa4iI7ADYaOWF3qctBD/YfIAFa0=
Should read: ungWv48Bz+pBQUDeXa4iI7ADYaOWF3qctBD/YfIAFa0=
---
Checking cipher (salted) aes256...
Output is: U2FsdGVkX18BI0VniavN7464hGnXjHmRYfG6I2X1nJA=
Should read: U2FsdGVkX18BI0VniavN7464hGnXjHmRYfG6I2X1nJA=
abcrypted: abc
Should read: abc
---
Checking cipher blowfish...
Output is: QNVH2mCCLE0=
Should read: QNVH2mCCLE0=
Decrypted: abc
Should read: abc
---
Checking HMAC...
Output is: T9CyFSdu8S8rPkyOysKBFJi2Vvw=
Should read: T9CyFSdu8S8rPkyOysKBFJi2Vvw=
---
Done.
More information about the User
mailing list