aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3
AgeCommit message (Expand)AuthorFilesLines
2007-02-03Update from fips2 branch.Dr. Stephen Henson1-1/+1
2007-01-21Constify version strings and some structures.Dr. Stephen Henson21-33/+33
2006-12-25Replace strdup() with BUF_strdup().Richard Levitte1-3/+4
2006-12-18fix orderNils Larsch2-2/+2
2006-12-06Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson5-7/+7
2006-11-30Win32 fixes from stable branch.Dr. Stephen Henson2-2/+2
2006-11-27Add RFC 3779 support.Ben Laurie9-4/+2353
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-11/+8
2006-10-05Typo.Dr. Stephen Henson1-1/+1
2006-09-14Support for AKID in CRLs and partial support for IDP. Overhaul of CRLDr. Stephen Henson2-32/+50
2006-09-10Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson1-0/+16
2006-07-24Cache some CRL related extensions.Dr. Stephen Henson2-6/+7
2006-03-06unused functionUlf Möller1-13/+0
2006-02-13fix warningNils Larsch1-2/+2
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller4-1/+115
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2006-01-29add additional checks + cleanupNils Larsch1-0/+1
2006-01-08Avoid contradictive error code assignments.Bodo Möller2-6/+6
2005-08-05fix potential memory leak + improved error checkingNils Larsch1-0/+9
2005-07-26improved error checking and some fixesNils Larsch1-1/+2
2005-07-26Add declaration for IDP ASN1 functions.Dr. Stephen Henson1-0/+1
2005-07-25Add support for setting IDP too.Dr. Stephen Henson3-9/+76
2005-07-25Don't use @syntax for extended CRLDP format.Dr. Stephen Henson1-2/+2
2005-07-25Allow setting of all fields in CRLDP. Few cosmetic changes to output.Dr. Stephen Henson3-64/+281
2005-07-25Typo which prevents mult valued RDNs being created.Dr. Stephen Henson1-3/+3
2005-07-24Print out previously unsupported fields in CRLDP by i2r instead of i2v.Dr. Stephen Henson1-34/+41
2005-07-23Initial print only support for IDP CRL extension.Dr. Stephen Henson3-3/+122
2005-06-22Fix extension ordering.Dr. Stephen Henson1-3/+3
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-11Fix more error codes.Bodo Möller11-52/+62
2005-04-12Rebuild error codes.Dr. Stephen Henson1-113/+117
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte1-1/+3
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte3-1/+9
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte7-7/+450
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson4-3/+13
2004-12-03V1 certificates that aren't self signed can't be accepted as CAs.Dr. Stephen Henson1-2/+0
2004-11-30Split X509_check_ca() into a small self and an internal functionRichard Levitte1-11/+16
2004-11-29Make an explicit check during certificate validation to see that theRichard Levitte2-27/+24
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-07-06Delta CRL support in extension code.Dr. Stephen Henson2-1/+10
2004-07-04Delete non-POSIX header file.Dr. Stephen Henson1-1/+0
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-329/+313
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe1-0/+1
2004-04-19make updateGeoff Thorpe1-203/+165
2004-04-01Don't use C++ reserved word.Dr. Stephen Henson1-6/+6
2004-03-31New function X509_POLICY_NODE_print()Dr. Stephen Henson3-3/+24
2004-03-28Make {i2v,v2i}_ASN1_BIT_STRING global.Dr. Stephen Henson2-8/+9