openssl/crypto/x509
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
by_dir.c
by_file.c
Makefile.ssl Use double dashes so makedepend doesn't misunderstand the flags we 2002-10-09 13:25:12 +00:00
x509_att.c
x509_cmp.c Security fixes brought forward from 0.9.7. 2002-11-13 15:43:43 +00:00
x509_d2.c
x509_def.c
x509_err.c
x509_ext.c
x509_lu.c
x509_obj.c
x509_r2x.c
x509_req.c
x509_set.c
x509_trs.c
x509_txt.c
x509_v3.c
x509_vfy.c A variable of type time_t is supposed to be a time measurement starting at 2002-11-18 13:04:08 +00:00
x509_vfy.h
x509.h Add the ASN.1 structures and functions for CertificatePair, which is 2002-11-18 23:54:27 +00:00
x509cset.c
x509name.c
x509rset.c
x509spki.c
x509type.c get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead) 2002-08-12 08:47:41 +00:00
x_all.c use a generic EC_KEY structure (EC keys are not ECDSA specific) 2002-08-07 10:49:54 +00:00