aboutsummaryrefslogtreecommitdiffstats
path: root/apps/asn1pars.c
Commit message (Expand)AuthorAgeFilesLines
* find-doc-nits: Make -c option (cmd-nits) independent of app build and executionDr. David von Oheimb2021-05-181-362/+0
* Update copyright yearMatt Caswell2021-05-061-1/+1
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Add "sections" to -help outputRich Salz2019-11-081-7/+12
* asn1parse: avoid double freeRichard Levitte2019-04-181-7/+5
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Change the "offset too large" message to more generic wordingBernd Edlinger2018-04-031-1/+1
* Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger2018-04-031-1/+1
* Fix range checks with -offset and -length in asn1parseBernd Edlinger2018-04-031-2/+2
* Use strtol instead of atoi in asn1parseBernd Edlinger2018-04-031-3/+3
* Improve diagnostics for invalid arguments in asn1parse -strparseBernd Edlinger2018-04-031-2/+2
* Fix a crash in the asn1parse commandBernd Edlinger2018-04-031-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Remove email addresses from source code.Rich Salz2017-10-131-5/+0
* 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