summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-16Fix error message when loading engines from configDmitry Belyavsky
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-30Display brief help if no options for list.Ben Laurie
2015-09-24Restore the old interactive prompt.Rich Salz
2015-09-20Finally, remove a possibly disabled featureRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Add more features that may be disabledRichard Levitte
2015-09-20Sort the disabled features alphabeticallyRichard Levitte
2015-09-19Print out a list of disabled features.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-06Change the treatment of stdin and stdout to allow binary dataRichard Levitte
2015-09-06dup_bio_* and bio_open_* are utility functions and belong in apps.cRichard Levitte
2015-09-06Have binary mode when the format is binary, not the other way aroundRichard Levitte
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-06-02RT3848: Call SSL_COMP_free_compression_methodsGunnar Kudrjavets
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-27CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz
2015-04-26Add readline (etc) supportRich Salz
2015-04-26Remove the special list-xxxx commandsRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-02-09Fix memory leak reporting.Dr. Stephen Henson
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-30Fix memory leak in the appsKurt Roeckx
2013-03-28Call RAND_cleanup in openssl application.Dr. Stephen Henson
2011-05-19Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson
2011-05-12Enter FIPS mode by calling FIPS_module_mode_set in openssl.c untilDr. Stephen Henson
2011-04-04FIPS mode support for openssl utility: doesn't work properly yet dueDr. Stephen Henson
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
2011-03-20* apps/openssl.c: For VMS, take care of copying argv if needed much earlier,Richard Levitte
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-03-30Allow use of algorithm and cipher names for dgsts and enc utilities insteadDr. Stephen Henson
2008-09-15From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson