aboutsummaryrefslogtreecommitdiffstats
path: root/apps/asn1pars.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-9/+7
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Add -item option to asn1parseDr. Stephen Henson2016-09-291-6/+39
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-2/+2
* Replace 4 casts with 1Matt Caswell2016-06-181-6/+7
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-1/+1
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+0
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* commands help cleanupA J Mohan Rao2016-02-061-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Don't try and parse boolean type.Dr. Stephen Henson2015-10-061-2/+2
* Change the way apps open their input and output filesRichard Levitte2015-09-061-3/+3
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-1/+1
* fix asn1parse -informDr. Stephen Henson2015-05-291-1/+1
* Restore module loadingRichard Levitte2015-05-291-1/+4
* RT3876: Only load config when neededRich Salz2015-05-281-14/+2
* Fix uninitialized variable.Hanno Böck2015-05-021-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* free null cleanup finaleRich Salz2015-05-011-5/+3
* free NULL cleanup 8Rich Salz2015-04-301-2/+1
* Remove needless bio_err argumentRich Salz2015-04-291-6/+6
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-163/+106
* free NULL cleanupRich Salz2015-03-251-6/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-379/+362
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Changed -strictpem to use PEM_read_bioMatt Caswell2014-05-261-55/+38
* Added -strictpem parameter to enable processing of PEM files with data prior ...Matt Caswell2014-05-261-2/+44
* PR: 2527Dr. Stephen Henson2011-05-251-0/+1
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-8/+8
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* More type-checking.Ben Laurie2008-06-041-8/+8
* asn1parse doesn't support any TXT format, so let's stop pretendingRichard Levitte2005-06-281-1/+1
* Don't try to parse non string types.Dr. Stephen Henson2004-07-011-0/+10
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+3
* minor signed/unsigned warning fixesGeoff Thorpe2004-02-101-1/+1
* Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson2004-02-081-1/+9
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-14/+101
* Remove the duplicate description of -out.Richard Levitte2002-05-301-2/+1
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-1/+7
* Add the possibility to get hexdumps of unprintable data when usingRichard Levitte2000-07-271-2/+15
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* ispell (and minor modifications)Ulf Möller2000-02-031-2/+2
* Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson1999-10-051-2/+6
* Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson1999-05-151-1/+1