~noskcaj/ubuntu/trusty/gpgme1.0/1.4.3

« back to all changes in this revision

Viewing changes to doc/gpgme.info

  • Committer: Jackson Doak
  • Date: 2013-10-23 07:02:39 UTC
  • mfrom: (13.1.1 sid)
  • Revision ID: noskcaj@ubuntu.com-20131023070239-bbtonk3q5jdsnamr
* Merge from debian unstable. Remaining changes:
  - debian/rules: Switch back to using /usr/bin/gpg and add back gnupg build
    dependency, as we don't install gnupg2 by default. This was missing in the
    previous upload, and unbreaks nautilus-dropbox, seahorse, bzr, and other
    libgpgme consumers.
  - debian/control: Depends on "gnupg | gnupg2" rather than gnupg2,
    default to the old version since the new one depends on gpg-agent, 
    pinentry-gtk2, and a bunch of other packages we don't need/want in the
    default installation
* NMU
* New upstream release.
* debian/control (Build-Depends): Dropped dirmngr (closes: #712813). It is
  not necessary for the build.
  (Vcs-Browser, Vcs-Svn): Fixed vcs-field-not-canonical.
* debian/libgpgme11.symbols: Updated symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
   This file documents the GPGME library.
24
24
 
25
 
   This is Edition 1.4.2, last updated 28 May 2013, of `The `GnuPG Made
26
 
Easy' Reference Manual', for Version 1.4.2.
 
25
   This is Edition 1.4.3, last updated 9 August 2013, of `The `GnuPG
 
26
Made Easy' Reference Manual', for Version 1.4.3.
27
27
 
28
28
   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012,
29
29
2013 g10 Code GmbH.
41
41
 
42
42
 
43
43
Indirect:
44
 
gpgme.info-1: 1756
45
 
gpgme.info-2: 281093
 
44
gpgme.info-1: 1758
 
45
gpgme.info-2: 283468
46
46
 
47
47
Tag Table:
48
48
(Indirect)
49
 
Node: Top1756
50
 
Node: Introduction8595
51
 
Node: Getting Started9382
52
 
Node: Features10507
53
 
Node: Overview11657
54
 
Node: Preparation12766
55
 
Node: Header13763
56
 
Node: Building the Source14462
57
 
Node: Largefile Support (LFS)16571
58
 
Node: Using Automake21882
59
 
Node: Using Libtool23518
60
 
Node: Library Version Check23868
61
 
Node: Signal Handling27823
62
 
Node: Multi Threading29039
63
 
Ref: Multi Threading-Footnote-131221
64
 
Node: Protocols and Engines31635
65
 
Node: Engine Version Check33984
66
 
Node: Engine Information34561
67
 
Node: Engine Configuration38261
68
 
Node: OpenPGP39523
69
 
Node: Cryptographic Message Syntax39859
70
 
Node: Algorithms40153
71
 
Ref: Algorithms-Footnote-140632
72
 
Node: Public Key Algorithms40760
73
 
Node: Hash Algorithms42691
74
 
Node: Error Handling43789
75
 
Node: Error Values45651
76
 
Node: Error Sources50729
77
 
Node: Error Codes53056
78
 
Node: Error Strings57695
79
 
Node: Exchanging Data59474
80
 
Node: Creating Data Buffers61303
81
 
Node: Memory Based Data Buffers61819
82
 
Node: File Based Data Buffers65173
83
 
Node: Callback Based Data Buffers67344
84
 
Node: Destroying Data Buffers72900
85
 
Node: Manipulating Data Buffers74259
86
 
Node: Data Buffer I/O Operations74678
87
 
Node: Data Buffer Meta-Data77381
88
 
Node: Contexts80731
89
 
Node: Creating Contexts81854
90
 
Node: Destroying Contexts82665
91
 
Node: Result Management83000
92
 
Node: Context Attributes84406
93
 
Node: Protocol Selection85184
94
 
Node: Crypto Engine86196
95
 
Node: ASCII Armor88017
96
 
Node: Text Mode88629
97
 
Node: Included Certificates89560
98
 
Node: Key Listing Mode90935
99
 
Node: Passphrase Callback94292
100
 
Node: Progress Meter Callback97430
101
 
Node: Locale99354
102
 
Node: Key Management100893
103
 
Node: Listing Keys110818
104
 
Node: Information About Keys118080
105
 
Node: Key Signatures126078
106
 
Node: Manipulating Keys130090
107
 
Node: Generating Keys130932
108
 
Node: Exporting Keys135539
109
 
Node: Importing Keys141438
110
 
Ref: Importing Keys-Footnote-1148601
111
 
Node: Deleting Keys148729
112
 
Node: Changing Passphrases150126
113
 
Node: Advanced Key Editing151387
114
 
Node: Trust Item Management154491
115
 
Node: Listing Trust Items155561
116
 
Node: Information About Trust Items157859
117
 
Node: Manipulating Trust Items159741
118
 
Node: Crypto Operations160702
119
 
Node: Decrypt161946
120
 
Node: Verify165804
121
 
Node: Decrypt and Verify183660
122
 
Node: Sign185664
123
 
Node: Selecting Signers186228
124
 
Node: Creating a Signature187209
125
 
Node: Signature Notation Data191798
126
 
Node: Encrypt193982
127
 
Node: Encrypting a Plaintext194338
128
 
Node: Run Control200183
129
 
Node: Waiting For Completion200930
130
 
Node: Using External Event Loops202976
131
 
Node: I/O Callback Interface204943
132
 
Node: Registering I/O Callbacks210037
133
 
Node: I/O Callback Example212028
134
 
Node: I/O Callback Example GTK+218247
135
 
Node: I/O Callback Example GDK220036
136
 
Node: I/O Callback Example Qt221678
137
 
Node: Cancellation223966
138
 
Node: UI Server Protocol226219
139
 
Ref: UI Server Protocol-Footnote-1227650
140
 
Node: UI Server Encrypt227769
141
 
Node: UI Server Sign232950
142
 
Node: UI Server Decrypt235179
143
 
Node: UI Server Verify236617
144
 
Node: UI Server Set Input Files240119
145
 
Node: UI Server Sign/Encrypt Files240919
146
 
Node: UI Server Verify/Decrypt Files242688
147
 
Node: UI Server Import/Export Keys244534
148
 
Node: UI Server Checksum Files245567
149
 
Node: Miscellaneous UI Server Commands247733
150
 
Ref: command SENDER249645
151
 
Node: Debugging251321
152
 
Node: Library Copying252976
153
 
Node: Copying281093
154
 
Node: Function and Data Index318724
155
 
Node: Concept Index343986
 
49
Node: Top1758
 
50
Node: Introduction8599
 
51
Node: Getting Started9386
 
52
Node: Features10511
 
53
Node: Overview11661
 
54
Node: Preparation12770
 
55
Node: Header13767
 
56
Node: Building the Source14466
 
57
Node: Largefile Support (LFS)16575
 
58
Node: Using Automake21886
 
59
Node: Using Libtool23522
 
60
Node: Library Version Check23872
 
61
Node: Signal Handling27827
 
62
Node: Multi Threading29043
 
63
Ref: Multi Threading-Footnote-131225
 
64
Node: Protocols and Engines31639
 
65
Node: Engine Version Check33988
 
66
Node: Engine Information34565
 
67
Node: Engine Configuration38265
 
68
Node: OpenPGP39527
 
69
Node: Cryptographic Message Syntax39863
 
70
Node: Algorithms40157
 
71
Ref: Algorithms-Footnote-140636
 
72
Node: Public Key Algorithms40764
 
73
Node: Hash Algorithms42695
 
74
Node: Error Handling43793
 
75
Node: Error Values45655
 
76
Node: Error Sources50733
 
77
Node: Error Codes53060
 
78
Node: Error Strings57699
 
79
Node: Exchanging Data59478
 
80
Node: Creating Data Buffers61307
 
81
Node: Memory Based Data Buffers61823
 
82
Node: File Based Data Buffers65177
 
83
Node: Callback Based Data Buffers67348
 
84
Node: Destroying Data Buffers72904
 
85
Node: Manipulating Data Buffers74263
 
86
Node: Data Buffer I/O Operations74755
 
87
Node: Data Buffer Meta-Data77458
 
88
Node: Data Buffer Convenience80840
 
89
Node: Contexts82776
 
90
Node: Creating Contexts83899
 
91
Node: Destroying Contexts84710
 
92
Node: Result Management85045
 
93
Node: Context Attributes86451
 
94
Node: Protocol Selection87229
 
95
Node: Crypto Engine88241
 
96
Node: ASCII Armor90062
 
97
Node: Text Mode90674
 
98
Node: Included Certificates91605
 
99
Node: Key Listing Mode92980
 
100
Node: Passphrase Callback96337
 
101
Node: Progress Meter Callback99475
 
102
Node: Locale101399
 
103
Node: Key Management102938
 
104
Node: Listing Keys112863
 
105
Node: Information About Keys120125
 
106
Node: Key Signatures128123
 
107
Node: Manipulating Keys132135
 
108
Node: Generating Keys132977
 
109
Node: Exporting Keys137584
 
110
Node: Importing Keys143483
 
111
Ref: Importing Keys-Footnote-1150646
 
112
Node: Deleting Keys150774
 
113
Node: Changing Passphrases152171
 
114
Node: Advanced Key Editing153432
 
115
Node: Trust Item Management156536
 
116
Node: Listing Trust Items157606
 
117
Node: Information About Trust Items159904
 
118
Node: Manipulating Trust Items161786
 
119
Node: Crypto Operations162747
 
120
Node: Decrypt163991
 
121
Node: Verify167849
 
122
Node: Decrypt and Verify185705
 
123
Node: Sign187709
 
124
Node: Selecting Signers188273
 
125
Node: Creating a Signature189425
 
126
Node: Signature Notation Data194014
 
127
Node: Encrypt196198
 
128
Node: Encrypting a Plaintext196554
 
129
Node: Run Control202400
 
130
Node: Waiting For Completion203147
 
131
Node: Using External Event Loops205193
 
132
Node: I/O Callback Interface207160
 
133
Node: Registering I/O Callbacks212254
 
134
Node: I/O Callback Example214245
 
135
Node: I/O Callback Example GTK+220464
 
136
Node: I/O Callback Example GDK222253
 
137
Node: I/O Callback Example Qt223895
 
138
Node: Cancellation226183
 
139
Node: UI Server Protocol228436
 
140
Ref: UI Server Protocol-Footnote-1229867
 
141
Node: UI Server Encrypt229986
 
142
Node: UI Server Sign235246
 
143
Node: UI Server Decrypt237554
 
144
Node: UI Server Verify238992
 
145
Node: UI Server Set Input Files242494
 
146
Node: UI Server Sign/Encrypt Files243294
 
147
Node: UI Server Verify/Decrypt Files245063
 
148
Node: UI Server Import/Export Keys246909
 
149
Node: UI Server Checksum Files247942
 
150
Node: Miscellaneous UI Server Commands250108
 
151
Ref: command SENDER252020
 
152
Node: Debugging253696
 
153
Node: Library Copying255351
 
154
Node: Copying283468
 
155
Node: Function and Data Index321099
 
156
Node: Concept Index346851
156
157
 
157
158
End Tag Table