aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/cipher.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-04Clean up "allow to"Daniel Kahn Gillmor1-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-17Add Camellia-192.David Shaw1-2/+13
2008-03-22Improved AES performance.Werner Koch1-115/+186
2007-11-29Add 128-bit variant of Camellia.David Shaw1-1/+12
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
Updated gettext.
2007-06-13Add Camellia. Do not enable this if you are not doing interopDavid Shaw1-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-11Experimental code to improve AES performance. Got about 25% on ia32.Werner Koch1-1/+19
2005-07-27Converted all m_free to xfree etc.Werner Koch1-3/+3
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2004-10-12* algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c,David Shaw1-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 thisDavid Shaw1-3/+3
point.
2003-05-15* cipher.c (setup_cipher_table): #ifdef IDEA.David Shaw1-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 Shaw1-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): AllowDavid Shaw1-7/+14
the Sxxx and Hxxx format for cipher and digest names.
2002-09-10typo fixes and disabled dummy cipherWerner Koch1-2/+2
2002-08-30* random.c: Automagically detect the entrop gatherer whenWerner Koch1-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_DUMMYWerner Koch1-5/+12
is defined. It should only be defined for hard core debugging.
2002-08-04Removed some obsolete header files.V1-1-91Werner Koch1-3/+1
2002-08-03The big extension module removal.Werner Koch1-57/+18
2002-06-29Update head to match stable 1.0David Shaw1-0/+712
2000-12-19Removed files from the HEAD revision, because they are now in anotherWerner Koch1-950/+0
repository
2000-10-10Changed keyring handling - saving still does not work.Werner Koch1-9/+62
Added new cipher mode and updated cipher test program.
2000-10-04See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner KochWerner Koch1-9/+41
1999-12-08See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner KochWerner Koch1-1/+1
1999-11-19See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner KochWerner Koch1-5/+3
1999-11-13See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner KochWerner Koch1-23/+28
1999-10-26See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner KochWerner Koch1-79/+287
1999-09-18See ChangeLog: Sat Sep 18 12:16:08 CEST 1999 Werner KochWerner Koch1-0/+1
1999-08-30See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner KochWerner Koch1-1/+1
1999-07-23See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9Werner Koch1-2/+2
1999-07-15See ChangeLog: Thu Jul 15 10:15:35 CEST 1999 Werner KochWerner Koch1-2/+24
1999-06-26See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner KochWerner Koch1-0/+51
1999-05-23See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner KochWerner Koch1-2/+0
1999-04-18See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1-5/+12
1999-04-09See ChangeLog: Fri Apr 9 12:26:25 CEST 1999 Werner KochWerner Koch1-24/+1
1999-04-07See ChangeLog: Wed Apr 7 20:51:39 CEST 1999 Werner KochWerner Koch1-0/+22
1999-04-06See ChangeLog: Tue Apr 6 19:58:12 CEST 1999 Werner KochWerner Koch1-1/+2
1999-02-24See ChangeLog: Wed Feb 24 11:07:27 CET 1999 Werner KochWerner Koch1-10/+12
1999-02-16See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1-2/+2
1999-02-10See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner KochWerner Koch1-2/+1
1998-12-23See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1-3/+3
1998-09-18.Werner Koch1-0/+12
1998-09-14New releaseWerner Koch1-6/+6
1998-07-29edit-key is now completeWerner Koch1-90/+68
1998-07-02partly added creation of OP partial length headersWerner Koch1-3/+3
1998-06-16some more internall structure changesWerner Koch1-11/+8
1998-06-15extensions are now working and fixed a lot of bugsWerner Koch1-2/+0
1998-06-13gnupg extension are now workingWerner Koch1-1/+2
1998-06-11update from toboldWerner Koch1-52/+52
1998-06-09SicherungWerner Koch1-94/+206