@@ -597,7 +597,8 @@ agent. By default they may all be found in the current home directory
597
597
Here is an example where two keys are marked as ultimately trusted
598
598
and one as not trusted:
599
599
600
- @example
600
+ @cartouche
601
+ @smallexample
601
602
# CN=Wurzel ZS 3,O=Intevation GmbH,C=DE
602
603
A6935DD34EF3087973C706FC311AA2CCF733765B S
603
604
@@ -606,7 +607,8 @@ agent. By default they may all be found in the current home directory
606
607
607
608
# CN=Root-CA/O=Schlapphuete/L=Pullach/C=DE
608
609
!14:56:98:D3:FE:9C:CA:5A:31:6E:BC:81:D3:11:4E:00:90:A3:44:C2 S
609
- @end example
610
+ @end smallexample
611
+ @end cartouche
610
612
611
613
Before entering a key into this file, you need to ensure its
612
614
authenticity. How to do this depends on your organisation; your
@@ -669,11 +671,13 @@ The following example lists exactly one key. Note that keys available
669
671
through a OpenPGP smartcard in the active smartcard reader are
670
672
implicitly added to this list; i.e. there is no need to list them.
671
673
672
- @example
674
+ @cartouche
675
+ @smallexample
673
676
# Key added on: 2011-07-20 20:38:46
674
677
# Fingerprint: 5e:8d:c4:ad:e7:af:6e:27:8a:d6:13:e4:79:ad:0b:81
675
678
34B62F25E277CF13D3C6BCEBFD3F85D08F0A864B 0 confirm
676
- @end example
679
+ @end smallexample
680
+ @end cartouche
677
681
678
682
@item private-keys-v1.d/
679
683
@@ -892,8 +896,8 @@ If the decryption was successful the decrypted data is returned by
892
896
means of "D" lines.
893
897
894
898
Here is an example session:
895
-
896
- @example
899
+ @cartouche
900
+ @smallexample
897
901
C: PKDECRYPT
898
902
S: INQUIRE CIPHERTEXT
899
903
C: D (enc-val elg (a 349324324)
@@ -903,7 +907,8 @@ Here is an example session:
903
907
S: S PADDING 0
904
908
S: D (value 1234567890ABCDEF0)
905
909
S: OK descryption successful
906
- @end example
910
+ @end smallexample
911
+ @end cartouche
907
912
908
913
The “PADDING” status line is only send if gpg-agent can tell what kind
909
914
of padding is used. As of now only the value 0 is used to indicate
@@ -937,10 +942,15 @@ must be given. Valid names for <name> are:
937
942
938
943
@table @code
939
944
@item sha1
945
+ The SHA-1 hash algorithm
940
946
@item sha256
947
+ The SHA-256 hash algorithm
941
948
@item rmd160
949
+ The RIPE-MD160 hash algorithm
942
950
@item md5
951
+ The old and broken MD5 hash algorithm
943
952
@item tls-md5sha1
953
+ A combined hash algorithm as used by the TLS protocol.
944
954
@end table
945
955
946
956
@noindent
@@ -977,8 +987,8 @@ caching.
977
987
978
988
979
989
Here is an example session:
980
-
981
- @example
990
+ @cartouche
991
+ @smallexample
982
992
C: SIGKEY <keyGrip>
983
993
S: OK key available
984
994
C: SIGKEY <keyGrip>
@@ -992,8 +1002,8 @@ Here is an example session:
992
1002
S: # signature follows
993
1003
S: D (sig-val rsa (s 45435453654612121212))
994
1004
S: OK
995
- @end example
996
-
1005
+ @end smallexample
1006
+ @end cartouche
997
1007
998
1008
@node Agent GENKEY
999
1009
@subsection Generating a Key
@@ -1043,16 +1053,17 @@ like S-Expression like this:
1043
1053
@end example
1044
1054
1045
1055
Here is an example session:
1046
-
1047
- @example
1056
+ @cartouche
1057
+ @smallexample
1048
1058
C: GENKEY
1049
1059
S: INQUIRE KEYPARM
1050
1060
C: D (genkey (rsa (nbits 1024)))
1051
1061
C: END
1052
1062
S: D (public-key
1053
1063
S: D (rsa (n 326487324683264) (e 10001)))
1054
1064
S OK key created
1055
- @end example
1065
+ @end smallexample
1066
+ @end cartouche
1056
1067
1057
1068
@ifset gpgtwoone
1058
1069
The @option {--no-protection } option may be used to prevent prompting for a
@@ -1170,7 +1181,9 @@ special handling of passphrases. This command uses a syntax which helps
1170
1181
clients to use the agent with minimum effort.
1171
1182
1172
1183
@example
1173
- GET_PASSPHRASE [-- data] [-- check] [-- no-ask] [-- repeat[=N]] [-- qualitybar] @var {cache_id } [@var {error_message } @var {prompt } @var {description }]
1184
+ GET_PASSPHRASE [-- data] [-- check] [-- no-ask] [-- repeat[=N]] \
1185
+ [-- qualitybar] @var {cache_id } \
1186
+ [@var {error_message } @var {prompt } @var {description }]
1174
1187
@end example
1175
1188
1176
1189
@var {cache_id } is expected to be a string used to identify a cached
0 commit comments