aboutsummaryrefslogtreecommitdiffstats
path: root/cipher (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not use C99 feature.Dario Niedermann2017-11-101-3/+4
* rsa: Reduce secmem pressure.NIIBE Yutaka2017-07-071-1/+8
* rsa: Allow different build directory.NIIBE Yutaka2017-07-072-2/+2
* rsa: Add exponent blinding.Marcus Brinkmann2017-07-071-4/+29
* random: Hash continuous areas in the csprng pool.Werner Koch2016-08-171-8/+7
* cipher: Improve readability by using a macro.Werner Koch2016-08-171-2/+2
* Clean up "allow to"Daniel Kahn Gillmor2016-08-042-3/+3
* Fix spelling: "occured" should be "occurred"Daniel Kahn Gillmor2016-08-041-1/+1
* Fix possible sign extension problem with newer compilers.Werner Koch2016-02-015-41/+41
* Fix possible AIX problem with sysconf in rndunix.Werner Koch2016-01-151-3/+12
* 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