mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
* ring-a-party: ElGamal -> Elgamal
This commit is contained in:
parent
0989ce2ea5
commit
d60d73a53b
@ -1,3 +1,7 @@
|
|||||||
|
2004-07-04 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* ring-a-party: ElGamal -> Elgamal
|
||||||
|
|
||||||
2004-01-11 David Shaw <dshaw@jabberwocky.com>
|
2004-01-11 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* convert-from-106, lspgpot: Check for gpg binary before
|
* convert-from-106, lspgpot: Check for gpg binary before
|
||||||
|
@ -33,7 +33,7 @@ gpg --dry-run --with-fingerprint --with-colons $keyring \
|
|||||||
| gawk -v "KEYRING=$hdrline" '
|
| gawk -v "KEYRING=$hdrline" '
|
||||||
BEGIN { FS=":"
|
BEGIN { FS=":"
|
||||||
algos[1] = "RSA";
|
algos[1] = "RSA";
|
||||||
algos[16] = "ElGamal";
|
algos[16] = "Elgamal";
|
||||||
algos[17] = "DSA";
|
algos[17] = "DSA";
|
||||||
any = 0;
|
any = 0;
|
||||||
lines = -1;
|
lines = -1;
|
||||||
@ -112,7 +112,3 @@ function printfpr20( s )
|
|||||||
}
|
}
|
||||||
|
|
||||||
' | tee a.pub | gpg --print-mds
|
' | tee a.pub | gpg --print-mds
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user