~ubuntu-branches/ubuntu/raring/gnupg2/raring-updates

« back to all changes in this revision

Viewing changes to g10/card-util.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (1.1.16) (7.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121106112558-lkpndvv4gqthgrn4
Tags: 2.0.19-1ubuntu1
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1284
1284
ask_card_keysize (int keyno, unsigned int nbits)
1285
1285
{
1286
1286
  unsigned int min_nbits = 1024;
1287
 
  unsigned int max_nbits = 3072; /* GnuPG limit due to Assuan.  */
 
1287
  unsigned int max_nbits = 4096;
1288
1288
  char *prompt, *answer;
1289
1289
  unsigned int req_nbits;
1290
1290