32
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 3 years ago.
Dec 19, 2019 — Dec 19, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added test for nCFB, CTR, CFB, nOFB with AES-128. More... about 22 years ago
corrections in CTR mode and cleanups. More... about 22 years ago
better checks for stream modes More... about 22 years ago
*** empty log message *** More... about 22 years ago
added libmcrypt.spec.in More... about 22 years ago
depends on libmcrypt 2.4.23 More... about 22 years ago
*** empty log message *** More... about 22 years ago
Added mcrypt_enc_get_state() More... about 22 years ago
nOFB and nCFB now behave like real stream modes More... about 22 years ago
Added the --disable-dynamic-loading parameter to the configure script, and instructions for how to build the library for staticaly linking. More... about 22 years ago
added libmcrypt.spec by Germano Rizzo <[email protected]> More... about 22 years ago
Block ciphers in stream modes, are now treated as stream ciphers. More... about 22 years ago
A block cipher in CTR mode now behaves as a real stream cipher. (nCFB and nOFB have to be fixed too). More... about 22 years ago
gaa fixes More... about 22 years ago
Moved encryption code to classic.c, and several cleanups More... about 22 years ago
Added CTR mode. Fixes in nCFB an nOFB modes. More... about 22 years ago
added Stefan More... about 22 years ago
macro moved to inline function More... about 22 years ago
*** empty log message *** More... about 22 years ago
Added checks in all fwrite() calls. More... about 22 years ago
-no-undefined is only added in win32 machines More... about 22 years ago
Added link options for win32 compatibility. More... about 22 years ago
now has_iv does not return 1. Pointed out by Gustavo Niemeyer <[email protected]> More... about 22 years ago
*** empty log message *** More... about 22 years ago
ncfb and nofb can now encrypt and decrypt messages with length != blocksize. This is only needed for the last bytes. More... about 22 years ago
Added mcrypt_check_version prototype. More... about 22 years ago
corrected nasty bug in internal_init() More... over 22 years ago
corrected a bug with a POSIX_SOURCE_XXX define. More... over 22 years ago
minor fixes More... over 22 years ago
now properly calls lt_dlexit() on dlopen() failure. More... over 22 years ago