aboutsummaryrefslogtreecommitdiffstats
path: root/apps/rsautl.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb2023-03-141-2/+2
* Fix the checks in rsautl_mainPeiwei Hu2022-12-051-12/+12
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-071-2/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-2/+2
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-5/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Load rand state after loading providersRich Salz2021-02-121-0/+1
* Check non-option argumentsRich Salz2020-12-151-0/+2
* Deprecate RSA harderRichard Levitte2020-11-181-31/+31
* 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