| Commit message (Expand) | Author | Age | Files | Lines |
* | * md.c (string_to_digest_algo): Allow read/write SHA384 and SHA512. | David Shaw | 2004-12-01 | 2 | -15/+5 |
* | 2004-11-03 Timo Schulz <twoaday@g10code.com> | Timo Schulz | 2004-11-03 | 2 | -9/+11 |
* | * rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allow | Werner Koch | 2004-10-14 | 2 | -1/+13 |
* | * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, | David Shaw | 2004-10-12 | 9 | -135/+112 |
* | Note: I have not fully tested the new key creation due to a pc/sc | Werner Koch | 2004-09-23 | 2 | -1/+7 |
* | * dsa.c (verify): s/exp/exponent/ to fix a compiler warning. From Werner | David Shaw | 2004-05-20 | 2 | -5/+10 |
* | * cipher.c (setup_cipher_table): May as well call Rijndael AES at this | David Shaw | 2004-01-17 | 2 | -4/+7 |
* | * pubkey.c (setup_pubkey_table), elgamal.c (sign, verify, test_keys, | David Shaw | 2004-01-17 | 3 | -182/+13 |
* | * idea-stub.c (load_module, idea_get_info): Return the proper type for | David Shaw | 2003-12-30 | 2 | -19/+11 |
* | * rijndael.c, rndunix.c, twofish.c: Remove dead IS_MODULE code. | David Shaw | 2003-12-30 | 6 | -190/+10 |
* | cleaned up RISC OS code and removed lots of unnecessary stuff | Stefan Bellon | 2003-12-28 | 4 | -38/+10 |
* | * dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h, | David Shaw | 2003-12-17 | 8 | -26/+19 |
* | * pubkey.c (setup_pubkey_table): Don't allow signatures to and from | David Shaw | 2003-12-04 | 2 | -7/+46 |
* | * pubkey.c (setup_pubkey_table): Only include RSA if USE_RSA is defined. | David Shaw | 2003-12-01 | 2 | -3/+14 |
* | * pubkey.c (pubkey_sign): Return an error if an ElGamal key is used. | Werner Koch | 2003-11-27 | 3 | -27/+43 |
* | * primegen.c (gen_prime): Bail out if we try to generate a prime | Werner Koch | 2003-10-10 | 2 | -3/+13 |
* | * primegen.c (gen_prime): Bail out if NBITS is zero. This is | Werner Koch | 2003-10-06 | 2 | -1/+9 |
* | * md.c (string_to_digest_algo): Enable read-write SHA-256 support. | David Shaw | 2003-09-04 | 5 | -948/+11 |
* | * idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on native | David Shaw | 2003-08-29 | 3 | -7/+16 |
* | * random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice. | David Shaw | 2003-08-22 | 2 | -1/+6 |
* | * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, | David Shaw | 2003-05-24 | 20 | -196/+179 |
* | * cipher.c (setup_cipher_table): #ifdef IDEA. | David Shaw | 2003-05-15 | 7 | -598/+629 |
* | * md.c (md_start_debug): Need to open the file in binary mode. | Werner Koch | 2003-04-15 | 2 | -2/+6 |
* | * cipher.c (setup_cipher_table): #ifdef all optional ciphers. | David Shaw | 2003-02-21 | 3 | -4/+22 |
* | * Makefile.am, md.c (load_digest_module): Only build in SHA384/512 and | David Shaw | 2003-02-12 | 3 | -6/+14 |
* | * sha256.c, sha512.c: New. | David Shaw | 2003-02-04 | 6 | -2/+792 |
* | * rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not required | David Shaw | 2002-11-06 | 14 | -25/+41 |
* | * cipher.c (string_to_cipher_algo), md.c (string_to_digest_algo): Allow | David Shaw | 2002-11-02 | 3 | -8/+33 |
* | added RISC OS module loading support | Stefan Bellon | 2002-10-31 | 2 | -32/+14 |
* | * rndunix.c (my_popen): Make sure that stdin and stderr are | Werner Koch | 2002-10-12 | 2 | -24/+49 |
* | * tiger.c (tiger_get_info): Select the OID to use for TIGER at compile | David Shaw | 2002-10-02 | 2 | -0/+14 |
* | * Makefile.am, md.c (load_digest_module): TIGER is now always enabled. | David Shaw | 2002-09-27 | 3 | -6/+10 |
* | * tiger.c (tiger_get_info): Use a regular OID. Note that this | Werner Koch | 2002-09-26 | 2 | -15/+10 |
* | * rndw32.c (SIZEOF_DISK_PERFORMANCE_STRUCT): Increased to 256. | Werner Koch | 2002-09-17 | 2 | -1/+7 |
* | updated RISC OS stuff | Stefan Bellon | 2002-09-12 | 2 | -0/+6 |
* | typo fixes and disabled dummy cipher | Werner Koch | 2002-09-10 | 2 | -4/+4 |
* | * random.c: Automagically detect the entrop gatherer when | Werner Koch | 2002-08-30 | 5 | -69/+129 |
* | Include intl/ in the CVS again; otherwise we are not able to | Werner Koch | 2002-08-23 | 2 | -1/+6 |
* | * cipher.c: Include the DUMMY cipher only when the new ALLOW_DUMMY | Werner Koch | 2002-08-12 | 2 | -5/+17 |
* | * Makefile.am, md.c (load_digest_module): Allow switching TIGER on and off | David Shaw | 2002-08-08 | 3 | -8/+13 |
* | * md.c (md_algo_present): New function to check if a given algo is in use | David Shaw | 2002-08-07 | 2 | -2/+22 |
* | Removed some obsolete header files.V1-1-91 | Werner Koch | 2002-08-05 | 14 | -211/+64 |
* | RISC OS changes because of dynload removal | Stefan Bellon | 2002-08-03 | 2 | -28/+20 |
* | RISC OS changes due to dynload removal | Stefan Bellon | 2002-08-03 | 4 | -54/+30 |
* | The big extension module removal. | Werner Koch | 2002-08-03 | 19 | -1650/+505 |
* | * random.c: "warning" -> "WARNING" | David Shaw | 2002-07-25 | 2 | -1/+5 |
* | * rndw32.c (slow_gatherer_windowsNT): Use a simple array for the | Werner Koch | 2002-07-24 | 2 | -3/+12 |
* | * rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because it | Werner Koch | 2002-06-29 | 2 | -2/+6 |
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 41 | -0/+17970 |
* | Removed files from the HEAD revision, because they are now in another | Werner Koch | 2000-12-19 | 41 | -19014/+0 |