aboutsummaryrefslogtreecommitdiff
path: root/apps/asn1pars.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-18asn1parse: avoid double freeRichard Levitte1-7/+5
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-04-03Change the "offset too large" message to more generic wordingBernd Edlinger1-1/+1
2018-04-03Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger1-1/+1
2018-04-03Fix range checks with -offset and -length in asn1parseBernd Edlinger1-2/+2
2018-04-03Use strtol instead of atoi in asn1parseBernd Edlinger1-3/+3
2018-04-03Improve diagnostics for invalid arguments in asn1parse -strparseBernd Edlinger1-2/+2
2018-04-03Fix a crash in the asn1parse commandBernd Edlinger1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-10-13Remove email addresses from source code.Rich Salz1-5/+0
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-9/+7
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-09-29Add -item option to asn1parseDr. Stephen Henson1-6/+39
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-2/+2
2016-06-18Replace 4 casts with 1Matt Caswell1-6/+7
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY1-1/+1
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell1-1/+0
2016-02-20argv was set but unusedKurt Roeckx1-1/+2
2016-02-06commands help cleanupA J Mohan Rao1-1/+1
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-10-06Don't try and parse boolean type.Dr. Stephen Henson1-2/+2
2015-09-06Change the way apps open their input and output filesRichard Levitte1-3/+3
2015-09-06Make the handling of output and input formats consistentRichard Levitte1-1/+1
2015-05-29fix asn1parse -informDr. Stephen Henson1-1/+1
2015-05-29Restore module loadingRichard Levitte1-1/+4
2015-05-28RT3876: Only load config when neededRich Salz1-14/+2
2015-05-02Fix uninitialized variable.Hanno Böck1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-4/+2
2015-05-01free null cleanup finaleRich Salz1-5/+3
2015-04-30free NULL cleanup 8Rich Salz1-2/+1
2015-04-29Remove needless bio_err argumentRich Salz1-6/+6
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-163/+106
2015-03-25free NULL cleanupRich Salz1-6/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-379/+362
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-05-26Changed -strictpem to use PEM_read_bioMatt Caswell1-55/+38
2014-05-26Added -strictpem parameter to enable processing of PEM files with data prior ...Matt Caswell1-2/+44
2011-05-25PR: 2527Dr. Stephen Henson1-0/+1
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-8/+8
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-06-04More type-checking.Ben Laurie1-8/+8
2005-06-28asn1parse doesn't support any TXT format, so let's stop pretendingRichard Levitte1-1/+1
2004-07-01Don't try to parse non string types.Dr. Stephen Henson1-0/+10
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+3
2004-02-10minor signed/unsigned warning fixesGeoff Thorpe1-1/+1
2004-02-08Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson1-1/+9
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1