Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-04 | Clean up "allow to" | Daniel Kahn Gillmor | 1 | -2/+2 | |
* README, cipher/cipher.c, cipher/pubkey.c, doc/gpg.texi: replace "allow to" with clearer text In standard English, the normal construction is "${XXX} allows ${YYY} to" -- that is, the subject (${XXX}) of the sentence is allowing the object (${YYY}) to do something. When the object is missing, the phrasing sounds awkward, even if the object is implied by context. There's almost always a better construction that isn't as awkward. These changes should make the language a bit clearer. Signed-off-by: Daniel Kahn Gillmor <[email protected]> | |||||
2008-04-17 | Add Camellia-192. | David Shaw | 1 | -2/+13 | |
2008-03-22 | Improved AES performance. | Werner Koch | 1 | -115/+186 | |
2007-11-29 | Add 128-bit variant of Camellia. | David Shaw | 1 | -1/+12 | |
2007-10-23 | Switched to GPLv3. | Werner Koch | 1 | -4/+2 | |
Updated gettext. | |||||
2007-06-13 | Add Camellia. Do not enable this if you are not doing interop | David Shaw | 1 | -1/+16 | |
testing. It is not (yet) legal OpenPGP, is not interop tested yet (obviously), and it's a great way to lose your data. Just don't do it. | |||||
2005-08-11 | Experimental code to improve AES performance. Got about 25% on ia32. | Werner Koch | 1 | -1/+19 | |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -3/+3 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2004-10-12 | * algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, | David Shaw | 1 | -9/+6 | |
des.c, rijndael.c: Consistently use const for input buffers. | |||||
2004-01-17 | * cipher.c (setup_cipher_table): May as well call Rijndael AES at this | David Shaw | 1 | -3/+3 | |
point. | |||||
2003-05-15 | * cipher.c (setup_cipher_table): #ifdef IDEA. | David Shaw | 1 | -7/+11 | |
* random.c (fast_random_poll): Only use times() if we HAVE_TIMES. * sha512.c, tiger.c: Use the U64_C() macro to specify 64-bit constants. U64_C is defined in include/types.h and uses the correct suffix depending on the underlying type of u64. * idea-stub.c (load_module): Catch an error if the idea module file is unloadable for some reason (unreadable, bad permissions, etc.) * md.c (string_to_digest_algo): Give a warning about TIGER192 not being part of OpenPGP. | |||||
2003-02-21 | * cipher.c (setup_cipher_table): #ifdef all optional ciphers. | David Shaw | 1 | -3/+13 | |
* md.c (load_digest_module): #ifdef all optional digests. | |||||
2002-11-02 | * cipher.c (string_to_cipher_algo), md.c (string_to_digest_algo): Allow | David Shaw | 1 | -7/+14 | |
the Sxxx and Hxxx format for cipher and digest names. | |||||
2002-09-10 | typo fixes and disabled dummy cipher | Werner Koch | 1 | -2/+2 | |
2002-08-30 | * random.c: Automagically detect the entrop gatherer when | Werner Koch | 1 | -1/+1 | |
configure so. * rndegd.c (rndegd_connect_socket): New. Factored out from .. (rndegd_gather_random): here and call it. (do_read): Update the counter variables correctly. This was not a problem due to the way EGD works. Bug found by Christian Biere. | |||||
2002-08-12 | * cipher.c: Include the DUMMY cipher only when the new ALLOW_DUMMY | Werner Koch | 1 | -5/+12 | |
is defined. It should only be defined for hard core debugging. | |||||
2002-08-04 | Removed some obsolete header files.V1-1-91 | Werner Koch | 1 | -3/+1 | |
2002-08-03 | The big extension module removal. | Werner Koch | 1 | -57/+18 | |
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -0/+712 | |
2000-12-19 | Removed files from the HEAD revision, because they are now in another | Werner Koch | 1 | -950/+0 | |
repository | |||||
2000-10-10 | Changed keyring handling - saving still does not work. | Werner Koch | 1 | -9/+62 | |
Added new cipher mode and updated cipher test program. | |||||
2000-10-04 | See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch | Werner Koch | 1 | -9/+41 | |
1999-12-08 | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-11-19 | See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch | Werner Koch | 1 | -5/+3 | |
1999-11-13 | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1 | -23/+28 | |
1999-10-26 | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1 | -79/+287 | |
1999-09-18 | See ChangeLog: Sat Sep 18 12:16:08 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |
1999-08-30 | See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-07-23 | See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9 | Werner Koch | 1 | -2/+2 | |
1999-07-15 | See ChangeLog: Thu Jul 15 10:15:35 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+24 | |
1999-06-26 | See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+51 | |
1999-05-23 | See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+0 | |
1999-04-18 | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1 | -5/+12 | |
1999-04-09 | See ChangeLog: Fri Apr 9 12:26:25 CEST 1999 Werner Koch | Werner Koch | 1 | -24/+1 | |
1999-04-07 | See ChangeLog: Wed Apr 7 20:51:39 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+22 | |
1999-04-06 | See ChangeLog: Tue Apr 6 19:58:12 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+2 | |
1999-02-24 | See ChangeLog: Wed Feb 24 11:07:27 CET 1999 Werner Koch | Werner Koch | 1 | -10/+12 | |
1999-02-16 | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-02-10 | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1 | -2/+1 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-09-18 | . | Werner Koch | 1 | -0/+12 | |
1998-09-14 | New release | Werner Koch | 1 | -6/+6 | |
1998-07-29 | edit-key is now complete | Werner Koch | 1 | -90/+68 | |
1998-07-02 | partly added creation of OP partial length headers | Werner Koch | 1 | -3/+3 | |
1998-06-16 | some more internall structure changes | Werner Koch | 1 | -11/+8 | |
1998-06-15 | extensions are now working and fixed a lot of bugs | Werner Koch | 1 | -2/+0 | |
1998-06-13 | gnupg extension are now working | Werner Koch | 1 | -1/+2 | |
1998-06-11 | update from tobold | Werner Koch | 1 | -52/+52 | |
1998-06-09 | Sicherung | Werner Koch | 1 | -94/+206 | |