Blame doc/enums/gnutls_pkcs7_sign_flags

Packit aea12f
Packit aea12f
Packit aea12f
@c gnutls_pkcs7_sign_flags
Packit aea12f
@table @code
Packit aea12f
@item GNUTLS_@-PKCS7_@-EMBED_@-DATA
Packit aea12f
The signed data will be embedded in the structure.
Packit aea12f
@item GNUTLS_@-PKCS7_@-INCLUDE_@-TIME
Packit aea12f
The signing time will be included in the structure.
Packit aea12f
@item GNUTLS_@-PKCS7_@-INCLUDE_@-CERT
Packit aea12f
The signer's certificate will be included in the cert list.
Packit aea12f
@item GNUTLS_@-PKCS7_@-WRITE_@-SPKI
Packit aea12f
Use the signer's key identifier instead of name.
Packit aea12f
@end table