Installed rpm packages and their dependencies for gpg2.
Upgraded libassuan from 2.1.1-1 to 2.4.2-1 to overcome segmentation fault
error.
Now while trying to generate a key pair I am stuck.
#gpg2 --gen-key
gpg (GnuPG) 2.0.26; Copyright (C) 2013 Free Software Foundation, Inc.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Warning: using insecure memory!
Please select what kind of key you want:
(1) RSA and RSA (default) (2) DSA and Elgamal (3) DSA (sign only) (4) RSA (sign only)
Your selection? 4
RSA keys may be between 1024 and 4096 bits long.
What keysize do you want? (2048) 1024
Requested keysize is 1024 bits
Please specify how long the key should be valid.
0 = key does not expire <n> = key expires in n days <n>w = key expires in n weeks <n>m = key expires in n months <n>y = key expires in n years
Key is valid for? (0) 2d
Key expires at Tue Mar 15 13:53:58 2016 EDT
Is this correct? (y/N) y
GnuPG needs to construct a user ID to identify your key.
Real name: testing
Email address: testing.delete@gmail.com
Comment: delete the key
You selected this USER-ID:
"testing (delete the key) <testing.delete@gmail.com>"
Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? o
You need a Passphrase to protect your secret key.
why gpg-agent is not getting invoked ?
Here is the gpg version installed. I am unable to generate key pair as gpg-
agent is not functioning as expected.
gpg (GnuPG) 2.0.26
libgcrypt 1.5.4
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
Thanks
Sandeep