summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_alt.c
AgeCommit message (Expand)Author
2021-08-24Update copyright yearMatt Caswell
2021-08-24Fix i2v_GENERAL_NAME to not assume NUL terminated stringsMatt Caswell
2020-09-22Update copyright yearMatt Caswell
2020-09-07Coverity FixesShane Lontis
2019-11-04Don't leak memory in the event of a failure in i2v_GENERAL_NAMESMatt Caswell
2019-09-10Update copyright yearMatt Caswell
2019-06-07Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat
2017-11-13remove magic numberFdaSilvaYY
2017-10-26Simplify the stack reservationPaul Yang
2017-10-03Use more pre-allocationFdaSilvaYY
2017-07-07Trivial bounds checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-05-02Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell
2017-01-25Few nit'sFdaSilvaYY
2016-08-05Fix irregularities in GENERAL_NAME_print().Tomas Mraz
2016-06-15Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY
2016-06-11Specify array sizesKurt Roeckx
2016-05-17Copyright consolidation 07/10Rich Salz
2016-03-03GH769: Reuse strndup()Dmitry-Me
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-04-11do_dirname: Don't change gen on failuresKurt Roeckx
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-17do_othername: check for NULL after allocating objtmpJonas Maebe
2009-08-31Missing break.Dr. Stephen Henson
2009-04-27v3_alt.c: otherName parsing fix.Andy Polyakov
2009-04-08Update from 1.0.0-stableDr. Stephen Henson
2009-04-04Updates from 1.0.0-stableDr. 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