summaryrefslogtreecommitdiffstats
path: root/apps/asn1pars.c
AgeCommit message (Expand)Author
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
2005-06-28asn1parse doesn't support any TXT format, so let's stop pretendingRichard Levitte
2004-07-01Don't try to parse non string types.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-02-10minor signed/unsigned warning fixesGeoff Thorpe
2004-02-08Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2002-05-30Remove the duplicate description of -out.Richard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-07-27Add the possibility to get hexdumps of unprintable data when usingRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-03ispell (and minor modifications)Ulf Möller
1999-10-05Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson
1999-05-15Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson
1999-05-12Add new -out option to asn1parse to allow the parsed data to be output.Dr. Stephen Henson