/[mcrypt]/libmcrypt/lib/mcrypt.c
ViewVC logotype

Log of /libmcrypt/lib/mcrypt.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.19 - (view) (annotate) - [select for diffs]
Sat Jul 6 10:18:18 2002 UTC (21 years, 8 months ago) by nmav
Branch: MAIN
CVS Tags: HEAD, libmcrypt_2_5_3, libmcrypt_2_5_4, libmcrypt_2_5_5, libmcrypt_2_5_5rc1, libmcrypt_2_5_6, libmcrypt_2_5_7
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
introduced the use of the const keyword in the exported functions


Revision 1.18 - (view) (annotate) - [select for diffs]
Fri Feb 1 11:41:12 2002 UTC (22 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_5_0, libmcrypt_2_5_2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
corrected nasty bug in internal_init()


Revision 1.17 - (view) (annotate) - [select for diffs]
Thu Jan 31 01:06:34 2002 UTC (22 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_21
Changes since 1.16: +2 -3 lines
Diff to previous 1.16
minor fixes


Revision 1.16 - (view) (annotate) - [select for diffs]
Sat Dec 15 11:27:34 2001 UTC (22 years, 3 months ago) by nmav
Branch: MAIN
CVS Tags: mcrypt_2_4_20
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
cleanups in the code. Some fixes too. Patch by Barton C Massey


Revision 1.15 - (view) (annotate) - [select for diffs]
Wed Nov 7 12:04:19 2001 UTC (22 years, 4 months ago) by nmav
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
corrected memory leak


Revision 1.14 - (view) (annotate) - [select for diffs]
Mon Sep 10 15:59:41 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_16, libmcrypt_2_4_16b, libmcrypt_2_4_17
Changes since 1.13: +7 -2 lines
Diff to previous 1.13
*** empty log message ***


Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Sep 9 09:52:54 2001 UTC (22 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.12: +29 -23 lines
Diff to previous 1.12
Changed mcrypt_enc_get_supported_key_sizes() behaviour.
(does not return allocated value)


Revision 1.12 - (view) (annotate) - [select for diffs]
Thu May 17 18:58:20 2001 UTC (22 years, 10 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_15, mcrypt_2_4_12, mcrypt_2_4_13
Changes since 1.11: +9 -6 lines
Diff to previous 1.11
fixes to work with the new libltdl


Revision 1.11 - (view) (annotate) - [select for diffs]
Thu Feb 1 10:34:51 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: mcrypt_2_4_9
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
null IV is now handled


Revision 1.10 - (view) (annotate) - [select for diffs]
Tue Jan 23 17:45:09 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.9: +8 -1 lines
Diff to previous 1.9
added mcrypt_generic_deinit() function


Revision 1.9 - (view) (annotate) - [select for diffs]
Tue Jan 23 11:51:19 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt-2_4_9-beta
Changes since 1.8: +11 -9 lines
Diff to previous 1.8
cleanups and word8 was replaced by byte (hopefully)


Revision 1.8 - (view) (annotate) - [select for diffs]
Mon Jan 22 22:15:17 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.7: +4 -2 lines
Diff to previous 1.7
changed some internal functions to get return value of mcrypt_set_key


Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Jan 17 23:55:42 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.6: +5 -4 lines
Diff to previous 1.6
*** empty log message ***


Revision 1.6 - (view) (annotate) - [select for diffs]
Wed Jan 17 19:37:56 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.5: +6 -2 lines
Diff to previous 1.5
added check for longer key sizes


Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Jan 17 19:33:49 2001 UTC (23 years, 2 months ago) by nmav
Branch: MAIN
Changes since 1.4: +23 -6 lines
Diff to previous 1.4
mcrypt_generic_init() no longer fails if smaller key sizes are used. Pads
with zeros.


Revision 1.4 - (view) (annotate) - [select for diffs]
Wed Oct 25 18:43:11 2000 UTC (23 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.3: +31 -2 lines
Diff to previous 1.3
added mcrypt_strerror()


Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Oct 12 21:06:31 2000 UTC (23 years, 5 months ago) by nmav
Branch: MAIN
Changes since 1.2: +8 -3 lines
Diff to previous 1.2
Added defines and some function emulation needed in WIN32. Thanks goes
to Dimitris Souflis (dsouflis@altera.gr)


Revision 1.2 - (view) (annotate) - [select for diffs]
Mon Sep 4 13:02:11 2000 UTC (23 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.1: +4 -5 lines
Diff to previous 1.1
minor changes


Revision 1.1 - (view) (annotate) - [select for diffs]
Mon May 22 13:07:52 2000 UTC (23 years, 10 months ago) by nmav
Branch: MAIN
Branch point for: mcrypt
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26