summaryrefslogtreecommitdiff
path: root/apps/ec.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-211-1/+1
* Don't compile commands if disabledRich Salz2020-04-121-16/+11
* 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
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-7/+8
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-1/+1
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-53/+5
* Fix uninitialized variableRich Salz2016-05-121-1/+1
* Restore support for ENGINE format keys in apps.Dr. Stephen Henson2016-05-121-7/+20
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-2/+2
* argv was set but unusedKurt Roeckx2016-02-201-1/+3
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-7/+4
* Add ec -check optionDr. Stephen Henson2016-02-041-2/+15
* add option to exclude public key from EC keysDr. Stephen Henson2016-02-011-1/+10
* Avoid erroneous "assert(private)" failures.Viktor Dukhovni2015-12-131-2/+2
* 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
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-5/+14
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-3/+3
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Fix segfault in ec commandRich Salz2015-05-251-0/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-8/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-191/+120
* free NULL cleanup.Rich Salz2015-03-251-2/+1
* free NULL cleanupRich Salz2015-03-251-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-304/+262
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Fix warnings.Ben Laurie2010-06-121-4/+1
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-0/+6
* fix typosBodo Möller2007-11-191-1/+1
* return 0 if 'noout' is used and no error has occurredNils Larsch2006-12-051-0/+3
* include opensslconf.h if OPENSSL_NO_* is usedNils Larsch2005-05-311-0/+1
* ecc api cleanup; summary:Nils Larsch2005-05-161-8/+8
* Update ECDSA and ECDH for OPENSSL_NO_ENGINE.Geoff Thorpe2004-10-211-0/+4
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* fix spacingBodo Möller2002-08-261-4/+4
* ecdsa => ecBodo Möller2002-08-261-0/+395