Hi,
I recently got a Yubikey 4. According to the feature list, this device should support RSA-Keys up to 4096 bit for GnuPG. However, when I do a
gpg2 --card-status I get the following:
Code:
Application ID ...: D2760001240102010006041319390000
Version ..........: 2.1
Manufacturer .....: Yubico
Serial number ....: yyyyyyyy
Name of cardholder: xxxxxxxxx
Language prefs ...: de
Sex ..............: unspecified
URL of public key : [not set]
Login data .......: [not set]
Signature PIN ....: not forced
Key attributes ...: 2048R 2048R 2048R
Max. PIN lengths .: 127 127 127
PIN retry counter : 3 0 3
Signature counter : 0
Signature key ....: [none]
Encryption key....: [none]
Authentication key: [none]
General key info..: [none]
In the line Key attributes it only says 2048R, which looks like it only supports 2048-bit keys.
Am I misunderstanding the meaning of this value? Or does the device require me to configure something to support longer keys? Has it to do with the GPG-version? (I'm using 2.0.28)
Thanks.