summaryrefslogtreecommitdiffstats
path: root/doc/enums/gnutls_x509_crt_fmt_t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/enums/gnutls_x509_crt_fmt_t')
-rw-r--r--doc/enums/gnutls_x509_crt_fmt_t9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/enums/gnutls_x509_crt_fmt_t b/doc/enums/gnutls_x509_crt_fmt_t
new file mode 100644
index 0000000..fe06c86
--- /dev/null
+++ b/doc/enums/gnutls_x509_crt_fmt_t
@@ -0,0 +1,9 @@
+
+
+@c gnutls_x509_crt_fmt_t
+@table @code
+@item GNUTLS_@-X509_@-FMT_@-DER
+X.509 certificate in DER format (binary).
+@item GNUTLS_@-X509_@-FMT_@-PEM
+X.509 certificate in PEM format (text).
+@end table