summaryrefslogtreecommitdiff
path: root/apps/nseq.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* 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 x509.hMatt Caswell2020-09-131-2/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+8
* Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis2020-02-041-2/+4
* Add "sections" to -help outputRich Salz2019-11-081-1/+6
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-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
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+3
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-64/+52
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-89/+92
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-2/+2
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+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-3/+10
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+1
* Merge some common functionality in the apps, deleteDr. Stephen Henson1999-11-121-15/+0
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-2/+2
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-12/+12
* Another safe stack.Ben Laurie1999-05-301-5/+5
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-4/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Fix lots of warnings.Ulf Möller1999-04-201-0/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-6/+2
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-1/+0
* Reflect correct filenameRalf S. Engelschall1999-01-311-1/+1
* New program 'nseq' added to apps to allow Netscape certificate sequences toDr. Stephen Henson1999-01-291-0/+182