diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-07 13:33:10 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-02-07 13:33:10 +0000 |
commit | 62343c097b67d07afd07fc7e90d71df289ab489c (patch) | |
tree | b3d233f60f5ec7aebc9875cd618083010fbfab91 /lib/gnutls_x509.h | |
parent | b6f20fb2950def3c42654c31edbeb2510e49bfd6 (diff) | |
download | gnutls-62343c097b67d07afd07fc7e90d71df289ab489c.tar.gz |
Added the new PKCS7 parsing functions.
Diffstat (limited to 'lib/gnutls_x509.h')
-rw-r--r-- | lib/gnutls_x509.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_x509.h b/lib/gnutls_x509.h index 6f15892ef5..dde7427f20 100644 --- a/lib/gnutls_x509.h +++ b/lib/gnutls_x509.h @@ -10,6 +10,8 @@ typedef enum ConvFlags { int _gnutls_x509_cert2gnutls_cert(gnutls_cert * gCert, gnutls_datum derCert, ConvFlags flags); +#define PEM_CERT_SEP2 "-----BEGIN X509 CERTIFICATE" +#define PEM_CERT_SEP "-----BEGIN CERTIFICATE" #define PEM_PKCS7_SEP "-----BEGIN PKCS7" #define PEM_KEY_RSA_SEP "-----BEGIN RSA" |