summaryrefslogtreecommitdiffstats
path: root/doc/enums/gnutls_pkcs7_sign_flags
blob: c5a7250e89eb3cd9e75b11860ea0353ba1128e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@c gnutls_pkcs7_sign_flags
@table @code
@item GNUTLS_@-PKCS7_@-EMBED_@-DATA
The signed data will be embedded in the structure.
@item GNUTLS_@-PKCS7_@-INCLUDE_@-TIME
The signing time will be included in the structure.
@item GNUTLS_@-PKCS7_@-INCLUDE_@-CERT
The signer's certificate will be included in the cert list.
@item GNUTLS_@-PKCS7_@-WRITE_@-SPKI
Use the signer's key identifier instead of name.
@end table