~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to doc/DETAILS

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-16 16:57:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051216165739-v0m2d1you6hd8jho
Tags: upstream-1.4.2
ImportĀ upstreamĀ versionĀ 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
        The supplied passphrase was good and the secret key material
350
350
        is therefore usable.
351
351
 
352
 
    BAD_PASSPHRASE_PIN
353
 
        Reserved for future use.
354
 
 
355
352
    DECRYPTION_FAILED
356
353
        The symmetric decryption failed - one reason could be a wrong
357
354
        passphrase for a symmetrical encrypted message.
553
550
           2 = Request removal of a card.
554
551
           3 = Card with serialnumber detected
555
552
           4 = No card available.
556
 
 
557
 
 
558
 
    PLAINTEXT <format> <timestamp>
 
553
           5 = No card reader available
 
554
 
 
555
 
 
556
    PLAINTEXT <format> <timestamp> <filename>
559
557
        This indicates the format of the plaintext that is about to be
560
558
        written.  The format is a 1 byte hex code that shows the
561
559
        format of the plaintext: 62 ('b') is binary data, 74 ('t') is
562
560
        text data with no character set specified, and 75 ('u') is
563
561
        text data encoded in the UTF-8 character set.  The timestamp
564
 
        is in seconds since the epoch.
 
562
        is in seconds since the epoch.  If a filename is available it
 
563
        gets printed as the third argument, percent-escaped as usual.
565
564
 
566
565
    PLAINTEXT_LENGTH <length>
567
566
        This indicates the length of the plaintext that is about to be