| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved AES performance. | Werner Koch | 2008-03-22 | 4 | -240/+369 |
* | Updated ZH po file. | Werner Koch | 2007-12-12 | 2 | -0/+14 |
* | Allow decryption using type 20 key. | Werner Koch | 2007-12-11 | 2 | -0/+11 |
* | Add 128-bit variant of Camellia. | David Shaw | 2007-11-29 | 3 | -13/+53 |
* | * sha256.c (sha224_get_info): 4880 has an error in the SHA-224 OID and | David Shaw | 2007-11-28 | 2 | -2/+7 |
* | Switched to GPLv3. | Werner Koch | 2007-10-23 | 40 | -153/+80 |
* | Add an extra warning for Camellia. | Werner Koch | 2007-07-09 | 3 | -2/+8 |
* | Add Camellia. Do not enable this if you are not doing interop | David Shaw | 2007-06-13 | 7 | -4/+1727 |
* | Removed the use of g10defs.h. | Werner Koch | 2006-12-11 | 6 | -27/+48 |
* | Preparing an RC | Werner Koch | 2006-11-29 | 2 | -1/+6 |
* | * rsa.c (generate): Use e=65537 for new RSA keys. | David Shaw | 2006-06-28 | 2 | -13/+13 |
* | (generate): Tweak to allow keys larger than 1024 bits. Enforce that the q | David Shaw | 2006-04-20 | 2 | -1/+4 |
* | The plumbing necessary to create DSA keys with variable sized q. | David Shaw | 2006-04-20 | 2 | -9/+28 |
* | Add SHA-224 support | David Shaw | 2006-04-20 | 4 | -5/+83 |
* | * blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Revert previous | David Shaw | 2006-03-20 | 7 | -13/+18 |
* | * blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Use '#if' | David Shaw | 2006-03-20 | 7 | -13/+21 |
* | about to release 1.4.3rc1gnupg-1.4.3rc1 | Werner Koch | 2006-02-14 | 2 | -2/+6 |
* | Lock random seed file | Werner Koch | 2006-02-09 | 3 | -1/+93 |
* | * idea-stub.c (load_module): Not legal to return a void * as a function | David Shaw | 2005-12-06 | 6 | -24/+8 |
* | * Makefile.am: Some cleanup so we don't build files that are completely | David Shaw | 2005-12-06 | 2 | -8/+30 |
* | Experimental code to improve AES performance. Got about 25% on ia32. | Werner Koch | 2005-08-11 | 3 | -1/+76 |
* | Converted all m_free to xfree etc. | Werner Koch | 2005-07-27 | 11 | -64/+64 |
* | * random.c: Fix prototype of the fast random gatherer. Noted by Joe | David Shaw | 2005-06-07 | 2 | -2/+7 |
* | Updated FSF street address and preparations for a release candidate. | Werner Koch | 2005-05-31 | 36 | -36/+70 |
* | (rndw32_gather_random_fast): While adding data use the | Werner Koch | 2005-03-23 | 2 | -5/+12 |
* | * primegen.c (is_prime): Free A2. Noted by [email protected]. | Werner Koch | 2005-03-07 | 2 | -8/+15 |
* | Minor changes | Werner Koch | 2005-01-20 | 1 | -2/+2 |
* | * 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 <[email protected]> | 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-28 | 3 | -7/+16 |
* | * random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice. | David Shaw | 2003-08-21 | 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 |