summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_alt.c
AgeCommit message (Expand)Author
2019-09-10Update copyright yearMatt Caswell
2019-06-07Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2015-04-11do_dirname: Don't change gen on failuresKurt Roeckx
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-08-31Missing break.Dr. Stephen Henson
2009-04-27v3_alt.c: otherName parsing fix from HEAD.Andy Polyakov
2009-04-08PR: 1892Dr. Stephen Henson
2009-04-03PR: 1613Dr. Stephen Henson
2008-11-30Update from stable branch.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-08-18Support for certificateIssuer CRL entry extension.Dr. Stephen Henson
2008-03-24Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2005-07-26improved error checking and some fixesNils Larsch
2005-05-11Fix more error codes.Bodo Möller
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-03-24Support for name constraints.Dr. Stephen Henson
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson
2003-02-05IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2001-04-11Make it possible to move the emailAddress object to the subjectAltNameRichard Levitte
2001-03-01Fix bug in copy_email() which would notDr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2000-12-16Add OCSP service locator extension.Dr. Stephen Henson
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-06-21Implement STACK_OF(ANS1_OBJECT) for extended key usage extension, change theDr. Stephen Henson
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson
1999-04-27Oops ... fix warning.Dr. Stephen Henson
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-20Fix lots of warnings.Ulf Möller
1999-04-20Various fixes so Win32 compile may work. Convert GeneralNames to use safe stack.Dr. Stephen Henson
1999-04-19Change functions to ANSI C.Ulf Möller
1999-03-06Add an extra 'raw' function r2i to the extension code. Nothing uses this yet andDr. Stephen Henson
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson
1999-02-21Add more functionality to issuer alt name and subject alt name. New optionsDr. Stephen Henson
1999-02-17Added code to GENERAL_NAME with support for more options and preliminaryDr. Stephen Henson
1999-02-10More extension code. Incomplete support for subject and issuer altDr. Stephen Henson
1999-02-08Comment out def of currently unimplemented function to stop warning.Dr. Stephen Henson