aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/pem_xaux.c
AgeCommit message (Collapse)AuthorFilesLines
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2006-11-06remove SSLEAY_MACROS codeNils Larsch1-1/+0
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte1-0/+1
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.
2001-07-26First of several reorganisations toDr. Stephen Henson1-0/+68
reduce linker bloat. For example the single line: PEM_read_X509() results in a binary of around 400K in Linux! This first step separates some of the PEM functions and avoids linking in some PKCS#7 and PKCS#12 code.