aboutsummaryrefslogtreecommitdiffstats
path: root/apps/rsautl.c
Commit message (Expand)AuthorAgeFilesLines
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-1/+1
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-2/+2
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Don't compile commands if disabledRich Salz2020-04-101-19/+15
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Deprecate the low level RSA functions.Pauli2020-02-201-0/+3
* Add "sections" to -help outputRich Salz2019-11-081-11/+17
* Use vxRandLib for VxWorks7Klotz, Tobias2019-05-021-3/+3
* 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
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-4/+7
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-6/+6
* 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-54/+5
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-1/+1
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* GH681: More command help cleanupRich Salz2016-02-181-2/+3
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-8/+3
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-081-1/+1
* Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handlingViktor Dukhovni2016-02-021-5/+4
* 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
* free null cleanup finaleRich Salz2015-05-011-6/+3
* In apps, malloc or dieRich Salz2015-04-301-6/+2
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-5/+3
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-157/+121
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-268/+287
* Update from 1.0.0-stable.Dr. Stephen Henson2009-04-261-0/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Correctly handle case of bad arguments supplied to rsautlLutz Jänicke2008-04-171-12/+24
* makeNils Larsch2005-07-161-0/+1
* Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson2005-05-281-0/+1
* header cleanup in apps/Geoff Thorpe2004-04-191-0/+1
* Add -passin support to rsautlDr. Stephen Henson2003-09-211-1/+11
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-2/+2
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* I must learn to compile before I commit...Richard Levitte2002-01-251-1/+1
* Add -keyform. Document -engine.Richard Levitte2002-01-251-0/+6
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-4/+6
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1