summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-3/+3
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-0/+3
* initialise dc variable to satisfy old compilers.Steve Linsell2018-02-221-1/+1
* Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte2018-02-011-0/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-1/+2
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Add the possibility to do 'openssl help [command]'Richard Levitte2018-01-061-0/+10
* apps: make sure prog_init only calculates onceRichard Levitte2018-01-061-2/+9
* In apps_startup(), call OPENSSL_init_ssl() rather than OPENSSL_init_crypto()Richard Levitte2017-12-081-2/+2
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Disabled list doesn't contain SM3 and SM4.Pauli2017-11-061-0/+6
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Move OPENSSL_CONF from e_os.h to cryptlib.hPauli2017-08-301-0/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+0
* Dead code elimination.Pauli2017-08-221-9/+0
* Check # of arguments for remaining commands.Rich Salz2017-08-211-4/+7
* Determine the number of output columns for the list and help commands usingPauli2017-08-171-15/+35
* Doc fixesRich Salz2017-08-141-18/+61
* Add list -public-key-methodsDr. Stephen Henson2017-07-291-1/+23
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-0/+1
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-4/+0
* When apps_startup() fails, exit with a failure code and a messageRichard Levitte2017-07-011-1/+6
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-8/+8
* Clean up references to FIPSEmilia Kasper2017-02-281-10/+0
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-1/+4
* Remove unused variablePauli2017-02-071-3/+0
* Fix list -disabled for blake2 algEasySec2017-01-171-1/+1
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-0/+3
* Remove heartbeats completelyRichard Levitte2016-11-151-3/+0
* Constify command optionsFdaSilvaYY2016-10-141-3/+3
* Add -Wswitch-enumRich Salz2016-09-221-5/+11
* Add --missing-help to list commandRich Salz2016-09-131-1/+24
* apps/openssl.c: UTF-y Windows argv.Andy Polyakov2016-08-011-0/+5
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-1/+1
* Fixup READLINE caseRichard Levitte2016-05-201-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* remove unused macros in list -disabledJ Mohan Rao Arisankala2016-05-051-6/+0
* Remove the never-functional no-sctBenjamin Kaduk2016-04-261-3/+0
* Remove some unneccessary assignments to argcMatt Caswell2016-04-211-2/+1
* Fix some code maintenance issuesMatt Caswell2016-04-211-1/+0
* Remove OPENSSL_NO_HMACMatt Caswell2016-04-131-3/+0
* Remove OPENSSL_NO_SHA guardsMatt Caswell2016-04-131-3/+0
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-131-3/+0
* Force argv to be an array of long pointers on VMSRichard Levitte2016-04-011-10/+7
* Fix "no-ui" configurationRichard Levitte2016-03-311-0/+4
* Fix pointer size issues with argv on VMSRichard Levitte2016-03-301-11/+10
* Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte2016-03-211-1/+1
* Revert "Include progs.h directly in openssl.c instead of via apps.h"Viktor Dukhovni2016-03-191-1/+1