Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-19 | Doc fix for Encryption library | Kakysha | 1 | -2/+2 | |
2014-03-04 | CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility | Andrey Andreev | 1 | -1/+7 | |
Turns out it's OpenSSL's fault for performing 16 rounds instead of 12 for key sizes of 5-11 bytes. Reference: http://tools.ietf.org/rfc/rfc2144.txt | |||||
2014-02-10 | CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docs | Andrey Andreev | 1 | -0/+555 | |
2014-02-05 | Integrate CI_Encryption into the framework | Andrey Andreev | 1 | -164/+0 | |
TODO: Add documentation in user_guide_src/source/libraries/encryption.rst | |||||
2012-06-15 | Fix error in Encryption Class documentation | vlakoff | 1 | -1/+1 | |
One ANSI character is 8 bits, so 32 characters are not 128 bits but 256 bits. | |||||
2011-12-26 | Removing previously deprecated SHA1 library and removed SHA1 method in the ↵ | Greg Aker | 1 | -15/+0 | |
Encryption Library | |||||
2011-10-07 | Fix Encryption Class User Guide | purwandi | 1 | -28/+24 | |
2011-10-05 | fixed code block spacing in Encryption lib docs | Derek Jones | 1 | -8/+18 | |
2011-10-05 | replacing the old HTML user guide with a Sphinx-managed user guide | Derek Jones | 1 | -0/+173 | |