aboutsummaryrefslogtreecommitdiffstats
path: root/cipher (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved AES performance.Werner Koch2008-03-224-240/+369
* Updated ZH po file.Werner Koch2007-12-122-0/+14
* Allow decryption using type 20 key.Werner Koch2007-12-112-0/+11
* Add 128-bit variant of Camellia.David Shaw2007-11-293-13/+53
* * sha256.c (sha224_get_info): 4880 has an error in the SHA-224 OID andDavid Shaw2007-11-282-2/+7
* Switched to GPLv3.Werner Koch2007-10-2340-153/+80
* Add an extra warning for Camellia.Werner Koch2007-07-093-2/+8
* Add Camellia. Do not enable this if you are not doing interopDavid Shaw2007-06-137-4/+1727
* Removed the use of g10defs.h.Werner Koch2006-12-116-27/+48
* Preparing an RCWerner Koch2006-11-292-1/+6
* * rsa.c (generate): Use e=65537 for new RSA keys.David Shaw2006-06-282-13/+13
* (generate): Tweak to allow keys larger than 1024 bits. Enforce that the qDavid Shaw2006-04-202-1/+4
* The plumbing necessary to create DSA keys with variable sized q.David Shaw2006-04-202-9/+28
* Add SHA-224 supportDavid Shaw2006-04-204-5/+83
* * blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Revert previousDavid Shaw2006-03-207-13/+18
* * blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Use '#if'David Shaw2006-03-207-13/+21
* about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch2006-02-142-2/+6
* Lock random seed fileWerner Koch2006-02-093-1/+93
* * idea-stub.c (load_module): Not legal to return a void * as a functionDavid Shaw2005-12-066-24/+8
* * Makefile.am: Some cleanup so we don't build files that are completelyDavid Shaw2005-12-062-8/+30
* Experimental code to improve AES performance. Got about 25% on ia32.Werner Koch2005-08-113-1/+76
* Converted all m_free to xfree etc.Werner Koch2005-07-2711-64/+64
* * random.c: Fix prototype of the fast random gatherer. Noted by JoeDavid Shaw2005-06-072-2/+7
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-3136-36/+70
* (rndw32_gather_random_fast): While adding data use theWerner Koch2005-03-232-5/+12
* * primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch2005-03-072-8/+15
* Minor changesWerner Koch2005-01-201-2/+2
* * md.c (string_to_digest_algo): Allow read/write SHA384 and SHA512.David Shaw2004-12-012-15/+5
* 2004-11-03 Timo Schulz <[email protected]>Timo Schulz2004-11-032-9/+11
* * rndunix.c (start_gatherer) [ENABLE_SELINUX_HACKS]: Don't allowWerner Koch2004-10-142-1/+13
* * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c,David Shaw2004-10-129-135/+112
* Note: I have not fully tested the new key creation due to a pc/scWerner Koch2004-09-232-1/+7
* * dsa.c (verify): s/exp/exponent/ to fix a compiler warning. From WernerDavid Shaw2004-05-202-5/+10
* * cipher.c (setup_cipher_table): May as well call Rijndael AES at thisDavid Shaw2004-01-172-4/+7
* * pubkey.c (setup_pubkey_table), elgamal.c (sign, verify, test_keys,David Shaw2004-01-173-182/+13
* * idea-stub.c (load_module, idea_get_info): Return the proper type forDavid Shaw2003-12-302-19/+11
* * rijndael.c, rndunix.c, twofish.c: Remove dead IS_MODULE code.David Shaw2003-12-306-190/+10
* cleaned up RISC OS code and removed lots of unnecessary stuffStefan Bellon2003-12-284-38/+10
* * dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h,David Shaw2003-12-178-26/+19
* * pubkey.c (setup_pubkey_table): Don't allow signatures to and fromDavid Shaw2003-12-042-7/+46
* * pubkey.c (setup_pubkey_table): Only include RSA if USE_RSA is defined.David Shaw2003-12-012-3/+14
* * pubkey.c (pubkey_sign): Return an error if an ElGamal key is used.Werner Koch2003-11-273-27/+43
* * primegen.c (gen_prime): Bail out if we try to generate a primeWerner Koch2003-10-102-3/+13
* * primegen.c (gen_prime): Bail out if NBITS is zero. This isWerner Koch2003-10-062-1/+9
* * md.c (string_to_digest_algo): Enable read-write SHA-256 support.David Shaw2003-09-045-948/+11
* * idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on nativeDavid Shaw2003-08-283-7/+16
* * random.c (getfnc_gather_random): Don't check NAME_OF_DEV_RANDOM twice.David Shaw2003-08-212-1/+6
* * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw2003-05-2420-196/+179
* * cipher.c (setup_cipher_table): #ifdef IDEA.David Shaw2003-05-157-598/+629
* * md.c (md_start_debug): Need to open the file in binary mode.Werner Koch2003-04-152-2/+6