aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_alt.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-03-03GH769: Reuse strndup()Dmitry-Me1-3/+1
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-16/+22
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-6/+6
2015-04-11do_dirname: Don't change gen on failuresKurt Roeckx1-8/+10
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-3/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-503/+496
2014-08-17do_othername: check for NULL after allocating objtmpJonas Maebe1-0/+2
2009-08-31Missing break.Dr. Stephen Henson1-0/+1
2009-04-27v3_alt.c: otherName parsing fix.Andy Polyakov1-0/+1
2009-04-08Update from 1.0.0-stableDr. Stephen Henson1-0/+1
2009-04-04Updates from 1.0.0-stableDr. Stephen Henson1-0/+1
2008-11-30Update from stable branch.Dr. Stephen Henson1-1/+2
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-8/+8
2008-08-18Support for certificateIssuer CRL entry extension.Dr. Stephen Henson1-0/+6
2008-03-24Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson1-47/+69
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2005-07-26improved error checking and some fixesNils Larsch1-1/+2
2005-05-11Fix more error codes.Bodo Möller1-10/+10
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+4
2003-03-24Support for name constraints.Dr. Stephen Henson1-67/+104
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson1-0/+32
2003-02-05IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson1-23/+41
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson1-1/+35
2001-04-11Make it possible to move the emailAddress object to the subjectAltNameRichard Levitte1-3/+11
2001-03-01Fix bug in copy_email() which would notDr. Stephen Henson1-1/+1
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-2/+2
2000-12-16Add OCSP service locator extension.Dr. Stephen Henson1-4/+3
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson1-0/+54
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson1-12/+7
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-14/+14
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte1-3/+3
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson1-1/+0
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-4/+4
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson1-12/+12
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1-8/+8
1999-04-27Oops ... fix warning.Dr. Stephen Henson1-1/+1
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson1-0/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-8/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-23Work with -pedantic!Ben Laurie1-3/+3
1999-04-20Fix lots of warnings.Ulf Möller1-1/+2
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson1-37/+38
1999-04-19Change functions to ANSI C.Ulf Möller1-30/+13
1999-03-06Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson1-2/+2
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-12/+8