Brian Salter-Duke wrote:

> I recently decided to try GnuPG after using only pgp2 off and on for
> some years. It was only after I downloaded it and played with it for a
> while, that I realised that version 1.0.3 was very recent. I had got in
> right at the beginning of a new version. This new version incorporates
> RSA which I understand came out of copyright only in September.

i don't know but note: 1.0.3 has a nasty bug that can cause
signatures to be verified that shouldn't (if there are multiple
signatures). use 1.0.4 instead.

> Now an extra question. I always get "gpg: Please note that you don't 
> have secure memory on this system". I added "no-secmem-warning" to 
> ~/.gnupg/options as suggested and I then made gpg suid root. I still get
> the error message. Any ideas?

it means that's your machine doesn't have the mlock() system call
or that the gpg compile was configured to believe that you don't
have it. i.e. HAVE_MLOCK wasn't defined. you can't turn this message
off without recompiling gpg to use mlock() (if you do have it).

raf

Reply via email to