aboutsummaryrefslogtreecommitdiffstats
path: root/cipher (follow)
Commit message (Expand)AuthorAgeFilesLines
* (is_prime): Free A2. Fixed bug #423.Werner Koch2005-03-072-0/+5
* *** empty log message ***Werner Koch2004-03-293-15/+21
* * elgamal.c (gen_k): New arg SMALL_K. (sign): Use it here with SMALL_K setDavid Shaw2003-11-292-27/+39
* * POTFILES.in (cipher/primegen.c): Added.Werner Koch2003-10-102-2/+11
* * primegen.c (gen_prime): Bail out if NBITS is zero. This isWerner Koch2003-10-062-0/+8
* * random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice.David Shaw2003-08-132-1/+6
* Changed a lot of __MINGW32__ to _WIN32. This should help a bit inWerner Koch2003-07-303-7/+15
* * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw2003-05-2120-197/+180
* * tiger.c: Use the U64_C macro instead of LL.David Shaw2003-05-144-534/+540
* * sha512.c: Use the U64_C() macro rather than blindly suffixing with LL.David Shaw2003-05-092-47/+61
* * sha512.c: Suffix all 64-bit constants with LL. Note this makes thisDavid Shaw2003-05-092-51/+57
* * cipher.c (fast_random_poll): Only use times() if we HAVE_TIMES.David Shaw2003-05-082-5/+11
* * md.c (md_start_debug): Need to open the file in binary mode.Werner Koch2003-04-152-1/+5
* * Makefile.am: Make sure sha512.c is included in the tarball.David Shaw2003-02-122-1/+3
* * Makefile.am, md.c (load_digest_module): Only build in SHA384/512 ifDavid Shaw2003-02-113-4/+10
* * sha256.c, sha512.c: New.David Shaw2003-02-046-3/+793
* added prototype that was missing in CVS since long agoStefan Bellon2002-11-062-0/+6
* * blowfish.c (burn_stack), cast5.c (burn_stack), des.c (burn_stack), md5.cDavid Shaw2002-11-0614-15/+29
* * rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is notWerner Koch2002-10-213-11/+16
* * rndunix.c (my_popen): Make sure that stdin and stderr areWerner Koch2002-10-122-24/+49
* * tiger.c (tiger_get_info): Select the OID to use for TIGER at compileDavid Shaw2002-10-022-0/+14
* From devel branchDavid Shaw2002-10-012-15/+10
* * rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.Werner Koch2002-09-172-1/+7
* typo fixes and disabled dummy cipherWerner Koch2002-09-102-4/+4
* * random.c: Automagically detect the entrop gatherer whenWerner Koch2002-08-305-69/+129
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-232-1/+6
* * cipher.c: Include the DUMMY cipher only when the new ALLOW_DUMMYWerner Koch2002-08-122-5/+17
* * Makefile.am, md.c (load_digest_module): Allow switching TIGER on and offDavid Shaw2002-08-083-8/+13
* * md.c (md_algo_present): New function to check if a given algo is in useDavid Shaw2002-08-072-2/+22
* Removed some obsolete header files.V1-1-91Werner Koch2002-08-0414-211/+64
* RISC OS changes because of dynload removalStefan Bellon2002-08-032-28/+20
* RISC OS changes due to dynload removalStefan Bellon2002-08-034-54/+30
* The big extension module removal.Werner Koch2002-08-0319-1650/+505
* * random.c: "warning" -> "WARNING"David Shaw2002-07-252-1/+5
* * rndw32.c (slow_gatherer_windowsNT): Use a simple array for theWerner Koch2002-07-242-3/+12
* * rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because itWerner Koch2002-06-292-2/+6
* Update head to match stable 1.0David Shaw2002-06-2941-0/+17970
* Removed files from the HEAD revision, because they are now in anotherWerner Koch2000-12-1941-19014/+0
* Some configuration changesWerner Koch2000-11-146-45/+61
* Ooops, forgot to add this one.Werner Koch2000-10-111-0/+2198
* Changed keyring handling - saving still does not work.Werner Koch2000-10-104-9/+80
* Added the arcfour cipher which is of use for GNUTLS.Werner Koch2000-10-102-0/+206
* See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner KochWerner Koch2000-10-047-18/+75
* See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2000-09-187-36/+161
* See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner KochWerner Koch2000-07-312-21/+22
* See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner KochWerner Koch2000-07-281-15/+9
* See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner KochWerner Koch2000-07-252-88/+251
* See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch2000-07-173-5/+8
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-1421-139/+1722
* See ChangeLog: Fri Mar 24 11:25:45 CET 2000 Werner KochWerner Koch2000-03-242-6/+91