aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/asn1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve PEM detection for asn1 printerJack Lloyd2018-05-031-5/+22
* Fix ASN1 printer testJack Lloyd2018-03-051-1/+1
* Enforce an overall max depth on recursion in ASN1 printerJack Lloyd2018-01-151-6/+10
* Merge GH #1387 Improve help output of cli toolJack Lloyd2018-01-141-0/+10
|\
| * Print a command description for cli helpRené Korthaus2018-01-041-0/+10
* | In asn1print, if input file ends in .pem assume --pem flagJack Lloyd2018-01-101-1/+1
|/
* Allow building asn1print even if PEM is disabledJack Lloyd2017-11-211-2/+9
* Move ASN1 printer to the libraryJack Lloyd2017-11-151-382/+3
* Encapsulate ASN1 printer logic in a classJack Lloyd2017-11-151-133/+163
* Consolidate function for testing for ASN.1 string typesJack Lloyd2017-11-141-7/+1
* Remove use of transcodeJack Lloyd2017-11-091-14/+1
* Avoid using std::cout and std::cerr within cli codeJack Lloyd2017-09-021-51/+52
* Fix transcoding of asn1print strings to UTF-8René Korthaus2017-06-281-2/+2
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-16/+50
* Content:Tomasz Frydrych2017-04-031-2/+0
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-8/+8
* Add missing overrides and fix -Wpedantic 'extra ;' warningsJack Lloyd2016-01-171-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-1/+1
* Fix Clang warningJack Lloyd2015-12-251-0/+3
* CLI rewriteJack Lloyd2015-12-191-100/+127
* Rename cmd/app -> cliSimon Warta2015-12-091-0/+356