On 2018-01-22 at 20:12 -0500, David Gray via Gnupg-users wrote:
> I'm running GnuPG 2.2.4 on Windows. I'm able to successfully query the SKS
> keyserver pool via HKPS (hkps://hkps.pool.sks-keyservers.net) with no
> problems. I'm trying to query the hkps://keys.mailvelope.com keyserver, and
> I'm
On Tue, 23 Jan 2018 at 09:01:25 +0100, Simon Josefsson wrote:
> Guilhem Moulin writes:
>> On Mon, 01 Jan 2018 at 14:28:34 +0100, Simon Josefsson wrote:
>>> I want to use ed25519/curve25519, but right now I have an offline
>>> master RSA key with three subkeys. Does it work well to add new
>>> sub
> From the man page:
Note that this can be done in a bash one-liner:
$ for x in `gpg --list-keys|grep "[A-F0-9]\{40\}"|sed 's/ //g'` ; do gpg
--edit-key $x clean save ; done
Or in Windows Powershell:
> ForEach ($keymatch In &gpg --list-keys|Select-String -Pattern
"[A-F0-9]{40}") { &gpg --edit-k
I guess I had stopped reading about ' clean' after the first line:
>clean Compact (by removing all signatures except the selfsig)
...however the rest of the description indicates it does exactly what I need.
Doh!
Many thanks!___
Gnupg-users mai
I'm glad to hear your comments guys. I've posted a bug report on ssh'
bug tracker: https://bugzilla.mindrot.org/show_bug.cgi?id=2824
On Mon, Jan 22, 2018 at 08:43:41AM +0100, Werner Koch wrote:
> On Sun, 21 Jan 2018 17:41, doron.be...@gmail.com said:
>
> > As far as I understand, because I use `s
FuzzyDrawrings via Gnupg-users [2018-01-23 02:41:45-05] wrote:
> Say I import Bob's key with "--recv-key" from some keyserver. Bob's
> public key has been signed by a lot of non-serious User ID's and spam.
> However Bob's key may have been signed by Alice (whose public-key I
> have in my keyring).
On 23/01/18 08:41, FuzzyDrawrings via Gnupg-users wrote:
> Title says it all.
From the man page:
>--edit-key
> Present a menu which enables you to do most of the key manageā
> ment related tasks. It expects the specification of a key on
> th
Title says it all.
Say I import Bob's key with "--recv-key" from some keyserver. Bob's public key
has been signed by a lot of non-serious User ID's and spam. However Bob's key
may have been signed by Alice (whose public-key I have in my keyring).
I would like to clean the key of the spam signat
Good Evening -
I'm running GnuPG 2.2.4 on Windows. I'm able to successfully query the SKS
keyserver pool via HKPS (hkps://hkps.pool.sks-keyservers.net) with no
problems. I'm trying to query the hkps://keys.mailvelope.com keyserver, and
I'm not having any luck. I suspect I don't have the appr
Guilhem Moulin writes:
> Hi Simon,
>
> On Mon, 01 Jan 2018 at 14:28:34 +0100, Simon Josefsson wrote:
>> I want to use ed25519/curve25519, but right now I have an offline
>> master RSA key with three subkeys. Does it work well to add new
>> subkeys for Ed25519/Curve25519? What is the user experi
10 matches
Mail list logo