aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_extku.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Simplify the stack reservationPaul Yang1-2/+2
2017-10-03Use more pre-allocationFdaSilvaYY1-3/+6
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-0/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-2/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-62/+67
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-7/+9
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-2/+2
2005-05-11Fix more error codes.Bodo Möller1-2/+2
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-1/+1
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-2/+2
2000-12-15Implement some standard OCSP extensions in the v3 code. TheseDr. Stephen Henson1-42/+55
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-6/+4
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-38/+19
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-1/+1
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1-24/+25
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1-7/+9
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-6/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
1999-04-19Change functions to ANSI C.Ulf Möller1-18/+8
1999-03-06Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1-1/+1
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-6/+4
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson1-3/+3
1999-01-24Initial addition of new X509 V3 files, tidy of old files.Dr. Stephen Henson1-0/+165