summaryrefslogtreecommitdiffstats
path: root/apps/asn1pars.c
AgeCommit message (Expand)Author
2020-12-15Check non-option argumentsRich Salz
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-04-18asn1parse: avoid double freeRichard Levitte
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-04-03Change the "offset too large" message to more generic wordingBernd Edlinger
2018-04-03Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger
2018-04-03Fix range checks with -offset and -length in asn1parseBernd Edlinger
2018-04-03Use strtol instead of atoi in asn1parseBernd Edlinger
2018-04-03Improve diagnostics for invalid arguments in asn1parse -strparseBernd Edlinger
2018-04-03Fix a crash in the asn1parse commandBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-10-14Constify command optionsFdaSilvaYY
2016-09-29Add -item option to asn1parseDr. Stephen Henson
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-06-18Replace 4 casts with 1Matt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-02-20argv was set but unusedKurt Roeckx
2016-02-06commands help cleanupA J Mohan Rao
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-10-06Don't try and parse boolean type.Dr. Stephen Henson
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-05-29fix asn1parse -informDr. Stephen Henson
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-02Fix uninitialized variable.Hanno Böck
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-05-26Changed -strictpem to use PEM_read_bioMatt Caswell
2014-05-26Added -strictpem parameter to enable processing of PEM files with data prior ...Matt Caswell
2011-05-25PR: 2527Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie