aboutsummaryrefslogtreecommitdiffstats
path: root/cipher (unfollow)
Commit message (Expand)AuthorFilesLines
2003-12-17* dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h,David Shaw8-26/+19
2003-12-04* pubkey.c (setup_pubkey_table): Don't allow signatures to and fromDavid Shaw2-7/+46
2003-12-01* pubkey.c (setup_pubkey_table): Only include RSA if USE_RSA is defined.David Shaw2-3/+14
2003-11-27* pubkey.c (pubkey_sign): Return an error if an ElGamal key is used.Werner Koch3-27/+43
2003-10-10* primegen.c (gen_prime): Bail out if we try to generate a primeWerner Koch2-3/+13
2003-10-06* primegen.c (gen_prime): Bail out if NBITS is zero. This isWerner Koch2-1/+9
2003-09-04* md.c (string_to_digest_algo): Enable read-write SHA-256 support.David Shaw5-948/+11
2003-08-28* idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on nativeDavid Shaw3-7/+16
2003-08-21* random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice.David Shaw2-1/+6
2003-05-24* bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw20-196/+179
2003-05-15* cipher.c (setup_cipher_table): #ifdef IDEA.David Shaw7-598/+629
2003-04-15* md.c (md_start_debug): Need to open the file in binary mode.Werner Koch2-2/+6
2003-02-21* cipher.c (setup_cipher_table): #ifdef all optional ciphers.David Shaw3-4/+22
2003-02-12* Makefile.am, md.c (load_digest_module): Only build in SHA384/512 andDavid Shaw3-6/+14
2003-02-04* sha256.c, sha512.c: New.David Shaw6-2/+792
2002-11-06* rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not requiredDavid Shaw14-25/+41
2002-11-02* cipher.c (string_to_cipher_algo), md.c (string_to_digest_algo): AllowDavid Shaw3-8/+33
2002-10-31added RISC OS module loading supportStefan Bellon2-32/+14
2002-10-12* rndunix.c (my_popen): Make sure that stdin and stderr areWerner Koch2-24/+49
2002-10-02* tiger.c (tiger_get_info): Select the OID to use for TIGER at compileDavid Shaw2-0/+14
2002-09-27* Makefile.am, md.c (load_digest_module): TIGER is now always enabled.David Shaw3-6/+10
2002-09-26* tiger.c (tiger_get_info): Use a regular OID. Note that thisWerner Koch2-15/+10
2002-09-17* rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256.Werner Koch2-1/+7
2002-09-12updated RISC OS stuffStefan Bellon2-0/+6
2002-09-10typo fixes and disabled dummy cipherWerner Koch2-4/+4
2002-08-30* random.c: Automagically detect the entrop gatherer whenWerner Koch5-69/+129
2002-08-23Include intl/ in the CVS again; otherwise we are not able toWerner Koch2-1/+6
2002-08-12* cipher.c: Include the DUMMY cipher only when the new ALLOW_DUMMYWerner Koch2-5/+17
2002-08-08* Makefile.am, md.c (load_digest_module): Allow switching TIGER on and offDavid Shaw3-8/+13
2002-08-07* md.c (md_algo_present): New function to check if a given algo is in useDavid Shaw2-2/+22
2002-08-04Removed some obsolete header files.V1-1-91Werner Koch14-211/+64
2002-08-03RISC OS changes because of dynload removalStefan Bellon2-28/+20
2002-08-03RISC OS changes due to dynload removalStefan Bellon4-54/+30
2002-08-03The big extension module removal.Werner Koch19-1650/+505
2002-07-25* random.c: "warning" -> "WARNING"David Shaw2-1/+5
2002-07-24* rndw32.c (slow_gatherer_windowsNT): Use a simple array for theWerner Koch2-3/+12
2002-06-29* rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because itWerner Koch2-2/+6
2002-06-29Update head to match stable 1.0David Shaw41-0/+17970
2000-12-19Removed files from the HEAD revision, because they are now in anotherWerner Koch41-19014/+0
2000-11-14Some configuration changesWerner Koch6-45/+61
2000-10-11Ooops, forgot to add this one.Werner Koch1-0/+2198
2000-10-10Changed keyring handling - saving still does not work.Werner Koch4-9/+80
2000-10-10Added the arcfour cipher which is of use for GNUTLS.Werner Koch2-0/+206
2000-10-04See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner KochWerner Koch7-18/+75
2000-09-18See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch7-36/+161
2000-07-31See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner KochWerner Koch2-21/+22
2000-07-28See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner KochWerner Koch1-15/+9
2000-07-25See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner KochWerner Koch2-88/+251
2000-07-17See ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner KochWerner Koch3-5/+8
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch21-139/+1722