summaryrefslogtreecommitdiff
path: root/crypto/x509v3/v3_alt.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-09-221-1/+1
* Coverity FixesShane Lontis2020-09-071-0/+1
* Don't leak memory in the event of a failure in i2v_GENERAL_NAMESMatt Caswell2019-11-041-2/+15
* Update copyright yearMatt Caswell2019-09-101-1/+1
* Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat2019-06-071-3/+6
* remove magic numberFdaSilvaYY2017-11-131-1/+2
* Simplify the stack reservationPaul Yang2017-10-261-6/+6
* Use more pre-allocationFdaSilvaYY2017-10-031-22/+36
* Trivial bounds checking.Pauli2017-07-071-3/+4
* Undo commit d420ac2Rich Salz2017-07-051-3/+2
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAMEMatt Caswell2017-05-021-11/+21
* Few nit'sFdaSilvaYY2017-01-251-3/+4
* Fix irregularities in GENERAL_NAME_print().Tomas Mraz2016-08-051-2/+2
* Constify input buffers of some X509V3 and X509_PURPOSE -related methodsFdaSilvaYY2016-06-151-5/+5
* Specify array sizesKurt Roeckx2016-06-111-1/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* GH769: Reuse strndup()Dmitry-Me2016-03-031-3/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-16/+22
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-6/+6
* do_dirname: Don't change gen on failuresKurt Roeckx2015-04-111-8/+10
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-3/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-503/+496
* do_othername: check for NULL after allocating objtmpJonas Maebe2014-08-171-0/+2
* Missing break.Dr. Stephen Henson2009-08-311-0/+1
* v3_alt.c: otherName parsing fix.Andy Polyakov2009-04-271-0/+1
* Update from 1.0.0-stableDr. Stephen Henson2009-04-081-0/+1
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-041-0/+1
* Update from stable branch.Dr. Stephen Henson2008-11-301-1/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-8/+8
* Support for certificateIssuer CRL entry extension.Dr. Stephen Henson2008-08-181-0/+6
* Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson2008-03-241-47/+69
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* improved error checking and some fixesNils Larsch2005-07-261-1/+2
* Fix more error codes.Bodo Möller2005-05-111-10/+10
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+4
* Support for name constraints.Dr. Stephen Henson2003-03-241-67/+104
* Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson2003-02-271-0/+32
* IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson2003-02-051-23/+41
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-1/+35
* Make it possible to move the emailAddress object to the subjectAltNameRichard Levitte2001-04-111-3/+11
* Fix bug in copy_email() which would notDr. Stephen Henson2001-03-011-1/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+2
* Add OCSP service locator extension.Dr. Stephen Henson2000-12-161-4/+3
* New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson2000-12-141-0/+54
* Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson2000-12-131-12/+7