aboutsummaryrefslogtreecommitdiffstats
path: root/cipher (follow)
Commit message (Expand)AuthorAgeFilesLines
* Obsolete option --no-sig-create-check.Werner Koch2015-09-011-1/+12
* Add convenience function to hash a buffer.Werner Koch2015-02-261-1/+18
* Use ciphertext blinding for Elgamal decryption.Werner Koch2015-02-111-14/+49
* Fix a problem with select and high fds.Werner Koch2015-01-192-15/+22
* Fix strict-alias warnings for rijndael.cWerner Koch2014-08-201-19/+19
* Normalize the MPIs used as input to secret key functions.Werner Koch2013-12-033-6/+25
* Use blinding for the RSA secret operation.Werner Koch2013-12-033-17/+54
* Fix idea.c for big endian CPUs.Werner Koch2013-01-111-7/+7
* Support the not anymore patented IDEA cipher algorithm.Werner Koch2012-11-083-188/+414
* Fix usage of dlerror to conform to POSIX.Werner Koch2012-11-071-6/+8
* Improve handling of random_seed read errors.Werner Koch2012-11-071-1/+25
* Remove trailing white space from one fileWerner Koch2012-11-071-10/+10
* Fix typos in comments.Werner Koch2012-01-242-3/+3
* Typo fixes and comment re-formatting.Werner Koch2012-01-121-5/+6
* Use gcc pragmas to suppress some warnings.Werner Koch2012-01-101-11/+15
* Rename all ChangeLog files to ChangeLog-2011.Werner Koch2011-12-021-2/+9
* Removed some set but unused vars.Werner Koch2011-08-092-12/+19
* Fix aliasing problem.Werner Koch2011-08-091-1035/+1043
* Add a minor feature for w32.gnupg-1.4.11Werner Koch2010-10-182-3/+14
* The rest of the VMS changes.Werner Koch2010-09-281-0/+2
* Minor changes to help the VMS portWerner Koch2010-09-282-3/+60
* Minor fixesWerner Koch2010-08-311-0/+4
* Revert that last stupid setuid detection fix.Werner Koch2008-07-172-2/+2
* Add Camellia-192.David Shaw2008-04-173-4/+43
* 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