openssl/crypto/pem
Richard Levitte 711f1a3c26 Add the ASN.1 structures and functions for CertificatePair, which is
defined as follows (according to X.509_4thEditionDraftV6.pdf):

CertificatePair ::= SEQUENCE {
	forward		[0]	Certificate OPTIONAL,
	reverse		[1]	Certificate OPTIONAL,
	-- at least one of the pair shall be present -- }

The only thing I'm not sure about is if it's implicit or explicit tags
that I should count on.  For now, I'm thinking explicit, but will
gladly stand corrected.

Also implement the PEM functions to read and write certificate pairs,
and defined the PEM tag as "CERTIFICATE PAIR".

This needed to be defined, mostly for the sake of the LDAP attribute
crossCertificatePair, but may prove useful elsewhere as well.
2002-11-18 23:54:27 +00:00
..
.cvsignore
Makefile.ssl Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
message
pem2.h Try to avoid double declaration of ERR_load_PEM_strings(). 2002-06-27 17:06:28 +00:00
pem_all.c use a generic EC_KEY structure (EC keys are not ECDSA specific) 2002-08-07 10:49:54 +00:00
pem_err.c
pem_info.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
pem_lib.c Merge from 0.9.7-stable. 2002-11-13 18:10:30 +00:00
pem_oth.c
pem_pk8.c
pem_pkey.c get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead) 2002-08-12 08:47:41 +00:00
pem_seal.c Modify EVP cipher behaviour in a similar way 2001-10-17 00:37:12 +00:00
pem_sign.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
pem_x509.c
pem_xaux.c Add the ASN.1 structures and functions for CertificatePair, which is 2002-11-18 23:54:27 +00:00
pem.h Add the ASN.1 structures and functions for CertificatePair, which is 2002-11-18 23:54:27 +00:00
pkcs7.lis