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