aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rsa.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Note: I have not fully tested the new key creation due to a pc/scWerner Koch2004-09-231-1/+2
| | | | | | | | | | | | | | | | | | | error. However the backupfile has been created successfully. * rsa.c (rsa_generate): Return the dummy list of factors only if the caller asked for it. * card_util.c (generate_card_keys): ask whether backup should be created. (card_store_subkey): Factored some code out to .. * keygen.c (save_unprotected_key_to_card): .. new function. (gen_card_key_with_backup): New. (generate_raw_key): New. (generate_keypair): New arg BACKUP_ENCRYPTION_DIR. Changed all callers. (do_generate_keypair): Divert to gen_card_key_with_backup when desired.
* * dsa.h, dsa.c (dsa_verify), elgamal.h, elgamal.c (elg_verify), rsa.h,David Shaw2003-12-171-3/+1
| | | | | | rsa.c (rsa_verify), pubkey.c (dummy_verify, pubkey_verify): Remove old unused code.
* * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw2003-05-241-6/+3
| | | | | | | | rijndael.c, rndunix.c, sha256.c, cast5.c, idea-stub.c, rmd160.c, rndw32.c, sha512.c, md5.c, rmd160test.c, rsa.c, tiger.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
* Update head to match stable 1.0David Shaw2002-06-291-0/+494
|
* Removed files from the HEAD revision, because they are now in anotherWerner Koch2000-12-191-468/+0
| | | | | repository
* Some configuration changesWerner Koch2000-11-141-20/+20
|
* See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner KochWerner Koch2000-10-041-4/+1
|
* See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner KochWerner Koch2000-09-181-20/+116
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-0/+375
|
* added option file handlingWerner Koch1997-12-121-214/+0
|
* fingerprints and self signatures addedWerner Koch1997-12-091-0/+16
|
* ElGamal funktioniert und ist defaultWerner Koch1997-11-241-4/+4
|
* Output armor works, RSA keygen works.Werner Koch1997-11-191-15/+22
|
* initially checkinWerner Koch1997-11-181-0/+191