aboutsummaryrefslogtreecommitdiffstats
path: root/cipher (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-10Do not use C99 feature.Dario Niedermann1-3/+4
2017-07-07rsa: Reduce secmem pressure.NIIBE Yutaka1-1/+8
2017-07-07rsa: Allow different build directory.NIIBE Yutaka2-2/+2
2017-07-07rsa: Add exponent blinding.Marcus Brinkmann1-4/+29
2016-08-17random: Hash continuous areas in the csprng pool.Werner Koch1-8/+7
2016-08-17cipher: Improve readability by using a macro.Werner Koch1-2/+2
2016-08-04Clean up "allow to"Daniel Kahn Gillmor2-3/+3
2016-08-04Fix spelling: "occured" should be "occurred"Daniel Kahn Gillmor1-1/+1
2016-02-01Fix possible sign extension problem with newer compilers.Werner Koch5-41/+41
2016-01-15Fix possible AIX problem with sysconf in rndunix.Werner Koch1-3/+12
2015-09-01Obsolete option --no-sig-create-check.Werner Koch1-1/+12
2015-02-26Add convenience function to hash a buffer.Werner Koch1-1/+18
2015-02-11Use ciphertext blinding for Elgamal decryption.Werner Koch1-14/+49
2015-01-19Fix a problem with select and high fds.Werner Koch2-15/+22
2014-08-20Fix strict-alias warnings for rijndael.cWerner Koch1-19/+19
2013-12-03Normalize the MPIs used as input to secret key functions.Werner Koch3-6/+25
2013-12-03Use blinding for the RSA secret operation.Werner Koch3-17/+54
2013-01-11Fix idea.c for big endian CPUs.Werner Koch1-7/+7
2012-11-08Support the not anymore patented IDEA cipher algorithm.Werner Koch3-188/+414
2012-11-07Fix usage of dlerror to conform to POSIX.Werner Koch1-6/+8
2012-11-07Improve handling of random_seed read errors.Werner Koch1-1/+25
2012-11-07Remove trailing white space from one fileWerner Koch1-10/+10
2012-01-24Fix typos in comments.Werner Koch2-3/+3
2012-01-12Typo fixes and comment re-formatting.Werner Koch1-5/+6
2012-01-10Use gcc pragmas to suppress some warnings.Werner Koch1-11/+15
2011-12-02Rename all ChangeLog files to ChangeLog-2011.Werner Koch1-2/+9
2011-08-09Removed some set but unused vars.Werner Koch2-12/+19
2011-08-09Fix aliasing problem.Werner Koch1-1035/+1043
2010-10-18Add a minor feature for w32.gnupg-1.4.11Werner Koch2-3/+14
2010-09-28The rest of the VMS changes.Werner Koch1-0/+2
2010-09-28Minor changes to help the VMS portWerner Koch2-3/+60
2010-08-31Minor fixesWerner Koch1-0/+4
2008-07-17Revert that last stupid setuid detection fix.Werner Koch2-2/+2
2008-04-17Add Camellia-192.David Shaw3-4/+43
2008-03-22Improved AES performance.Werner Koch4-240/+369
2007-12-12Updated ZH po file.Werner Koch2-0/+14
2007-12-11Allow decryption using type 20 key.Werner Koch2-0/+11
2007-11-29Add 128-bit variant of Camellia.David Shaw3-13/+53
2007-11-28* sha256.c (sha224_get_info): 4880 has an error in the SHA-224 OID andDavid Shaw2-2/+7
2007-10-23Switched to GPLv3.Werner Koch40-153/+80
2007-07-09Add an extra warning for Camellia.Werner Koch3-2/+8
2007-06-13Add Camellia. Do not enable this if you are not doing interopDavid Shaw7-4/+1727
2006-12-11Removed the use of g10defs.h.Werner Koch6-27/+48
2006-11-29Preparing an RCWerner Koch2-1/+6
2006-06-28* rsa.c (generate): Use e=65537 for new RSA keys.David Shaw2-13/+13
2006-04-20(generate): Tweak to allow keys larger than 1024 bits. Enforce that the qDavid Shaw2-1/+4
2006-04-20The plumbing necessary to create DSA keys with variable sized q.David Shaw2-9/+28
2006-04-20Add SHA-224 supportDavid Shaw4-5/+83
2006-03-20* blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Revert previousDavid Shaw7-13/+18
2006-03-20* blowfish.c, md5.c, rmd160.c, sha1.c, sha256.c, sha512.c: Use '#if'David Shaw7-13/+21