> I've found it out too... Wouldn't it be better either to warn user > almost all args are skipped or make xmlSecAppCmdLineParamsListParse > more robust (i.e. treat pos=2 passed to it specially)?
Agree :) Now xmlsec command line tool will say something like this if you put any parameter after first filename: $ xmlsec1 --sign ./a.tmpl --pkcs8-pem rsap8.pem Error: filename is expected instead of parameter "--pkcs8-pem". Error: invalid parameters Usage: xmlsec <command> [<options>] [<files>] ... Aleksey _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
