From ce1b4fe14648007bf054cf54846c0620e4605251 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 4 Nov 1999 00:45:35 +0000 Subject: Allow additional information to be attached to a certificate: currently this includes trust settings and a "friendly name". --- crypto/pem/pem.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/pem/pem.h') diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h index 1b0c8a0aa5..ce2c1a3596 100644 --- a/crypto/pem/pem.h +++ b/crypto/pem/pem.h @@ -103,6 +103,7 @@ extern "C" { #define PEM_STRING_X509_OLD "X509 CERTIFICATE" #define PEM_STRING_X509 "CERTIFICATE" +#define PEM_STRING_X509_TRUSTED "TRUSTED CERTIFICATE" #define PEM_STRING_X509_REQ_OLD "NEW CERTIFICATE REQUEST" #define PEM_STRING_X509_REQ "CERTIFICATE REQUEST" #define PEM_STRING_X509_CRL "X509 CRL" @@ -529,6 +530,8 @@ void PEM_dek_info(char *buf, const char *type, int len, char *str); DECLARE_PEM_rw(X509, X509) +DECLARE_PEM_rw(X509_AUX, X509) + DECLARE_PEM_rw(X509_REQ, X509_REQ) DECLARE_PEM_rw(X509_CRL, X509_CRL) -- cgit v1.2.3