aboutsummaryrefslogtreecommitdiffstats
path: root/cipher (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-05-11doc updatesWerner Koch1-1/+1
2002-05-07use EXTSEP_S instead of "."Stefan Bellon2-1/+5
2002-04-24* tiger.c (tiger_final): Removed superfluous toke pasting operators.Werner Koch3-11/+13
* md5.c (md5_final): Ditto.
2002-04-22RISC OS specific changesStefan Bellon2-10/+26
2002-04-18* rndlinux.c, rndegd.c, rndunix.c (func_table): Made func aWerner Koch4-6/+13
function pointer. Note that we still need to change the module interface to cope with data vs function pointer problems. Hmmm, even dlsym has a problem with this.
2002-04-10cipher.c (setup_cipher_table, cipher_open, cipher_encrypt, cipher_decrypt,David Shaw2-4/+23
dummy_setkey, dummy_encrypt_block, dummy_decrypt_block): the dummy cipher should only be built on development versions.
2002-04-08Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch3-10/+31
affected - but everything else and it seems that there is no backup of the BTS data is available :-(
2002-02-14* random.c (mix_pool): Removed the failsafe stuff again. It makesWerner Koch2-15/+6
the code more complicate and may give the path to more bugs.
2002-02-10* random.c (add_randomness): Xor new data into the pool and notWerner Koch2-2/+29
just copy it. This avoids any choosen input attacks which are not serious in our setting because an outsider won't be able to mix data in and even then we keep going with a PRNG. Thanks to Stefan Keller for pointing this out. * random.c (mix_pool): Carry an extra failsafe_digest buffer around to make the function more robust.
2002-01-05typo fixWerner Koch1-2/+2
2002-01-02updated include file nameStefan Bellon2-1/+5
2001-12-21* Makefile.am (DISCLEANFILES): Add construct.cWerner Koch2-1/+5
2001-12-19* rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry.Werner Koch2-0/+7
2001-11-09typo fixesWerner Koch1-2/+2
2001-11-08fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch3-15/+55
2001-10-23more fixes due to automake 1.5SNAP-1-0-6bWerner Koch2-4/+8
2001-09-09more bug fixesand some warning cleanupsWerner Koch3-6/+12
2001-08-25Random changesWerner Koch3-3/+14
2001-08-21Corrected spelling of RISC OSStefan Bellon1-3/+3
2001-08-20Applied Stefan's patches to support RISCOS.Werner Koch12-9/+250
2001-08-08Fixes here and there.Werner Koch3-9/+20
2001-08-07More Windows and autoconf fixesWerner Koch1-5/+5
2001-07-26migration to autoconf 2.52 and bugfixesWerner Koch3-2/+8
2001-06-12Fix for toupper('I') != 'i'Werner Koch5-4/+13
2001-04-29Fixed copyright year lists according to CVS and ChangeLogsWerner Koch13-14/+21
2001-04-28Updated copyright notices and other doc fixes.Werner Koch34-53/+53
2001-04-17Estonian translation, .texi man pages.Werner Koch3-11/+57
2001-04-06Released snapshot 1.0.4gWerner Koch11-18/+255
2001-04-05Improved pipemode and tweaked handling of multiple signatures.Werner Koch2-1/+9
2001-03-28Fixed nasty Hash bugWerner Koch5-32/+45
2001-03-27a second snapshot thsi day (1.0.4f)Werner Koch1-0/+6
2001-03-22The "Samba" bug fixes :-)Werner Koch3-11/+18
2001-03-12worked on solving some bugsWerner Koch4-6/+19
2001-03-08Changed and added copyright noticesWerner Koch2-0/+30
2001-01-18Changes for MingW32/CPD 0.3 and some bug fixesWerner Koch3-10/+19
2001-01-04Small W32 fixesWerner Koch1-0/+3
2000-12-28Remove lockfiles and other changesWerner Koch1-0/+19
2000-11-22Fixed a EGD problemWerner Koch2-1/+6
2000-10-12Add Rijndael support, changes to fix an IRIX problem.Werner Koch5-9/+56
2000-10-11This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+2198
'STABLE-BRANCH-1-0'.
2000-10-04See ChangeLog: Wed Oct 4 15:50:18 CEST 2000 Werner KochWerner Koch2-1/+6
2000-09-18See ChangeLog: Mon Sep 18 12:13:52 CEST 2000 Werner KochWerner Koch1-2/+7
2000-09-14See ChangeLog: Thu Sep 14 14:20:38 CEST 2000 Werner KochWerner Koch3-1/+14
2000-09-13See ChangeLog: Wed Sep 13 18:12:34 CEST 2000 Werner KochWerner Koch2-3/+96
2000-09-08Add RSAWerner Koch1-4/+5
2000-09-08This commit was manufactured by cvs2svn to create branchRepo Admin2-0/+411
'STABLE-BRANCH-1-0'.
2000-09-06See ChangeLog: Wed Sep 6 17:55:47 CEST 2000 Werner KochWerner Koch3-6/+8
2000-08-25See ChangeLog: Fri Aug 25 16:05:38 CEST 2000 Werner KochWerner Koch3-5/+28
2000-06-28See ChangeLog: Wed Jun 28 11:54:44 CEST 2000 Werner KochWerner Koch3-1/+63
2000-06-09See ChangeLog: Fri Jun 9 10:09:52 CEST 2000 Werner KochWerner Koch2-3/+47