aboutsummaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-2/+1
* Fix error message when loading engines from configDmitry Belyavsky2015-10-161-4/+4
* Centralise loading default apps config fileMatt Caswell2015-10-121-2/+12
* Display brief help if no options for list.Ben Laurie2015-09-301-1/+8
* Restore the old interactive prompt.Rich Salz2015-09-241-12/+1
* Finally, remove a possibly disabled featureRichard Levitte2015-09-201-3/+0
* Add more features that may be disabledRichard Levitte2015-09-201-0/+6
* Add more features that may be disabledRichard Levitte2015-09-201-1/+19
* Add more features that may be disabledRichard Levitte2015-09-201-3/+21
* Add more features that may be disabledRichard Levitte2015-09-201-0/+63
* Sort the disabled features alphabeticallyRichard Levitte2015-09-201-7/+7
* Print out a list of disabled features.Dr. Stephen Henson2015-09-191-1/+36
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-061-2/+2
* dup_bio_* and bio_open_* are utility functions and belong in apps.cRichard Levitte2015-09-061-150/+0
* Have binary mode when the format is binary, not the other way aroundRichard Levitte2015-09-061-3/+3
* Change the way apps open their input and output filesRichard Levitte2015-09-061-14/+43
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-3/+68
* Use bio_err not stderr in apps.Rich Salz2015-06-091-14/+13
* RT3848: Call SSL_COMP_free_compression_methodsGunnar Kudrjavets2015-06-021-0/+1
* Restore module loadingRichard Levitte2015-05-291-1/+17
* RT3876: Only load config when neededRich Salz2015-05-281-56/+14
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-6/+3
* free null cleanup finaleRich Salz2015-05-011-6/+3
* In apps, malloc or dieRich Salz2015-04-301-3/+1
* CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz2015-04-271-2/+1
* Add readline (etc) supportRich Salz2015-04-261-2/+30
* Remove the special list-xxxx commandsRich Salz2015-04-261-77/+45
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-296/+435
* free NULL cleanupRich Salz2015-03-251-4/+2
* Fix memory leak reporting.Dr. Stephen Henson2015-02-091-4/+4
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-6/+1
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-2/+2
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-21/+21
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-537/+502
* RT3548: Remove unsupported platformsRich Salz2015-01-121-2/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Fix memory leak in the appsKurt Roeckx2014-12-301-2/+3
* Call RAND_cleanup in openssl application.Dr. Stephen Henson2013-03-281-0/+1
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-4/+1
* Enter FIPS mode by calling FIPS_module_mode_set in openssl.c untilDr. Stephen Henson2011-05-121-1/+4
* FIPS mode support for openssl utility: doesn't work properly yet dueDr. Stephen Henson2011-04-041-0/+16
* For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte2011-03-251-29/+35
* * apps/openssl.c: For VMS, take care of copying argv if needed much earlier,Richard Levitte2011-03-201-28/+56
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-0/+26
* Fix warnings about ignoring fgets return valueDr. Stephen Henson2009-10-041-1/+2
* Allow use of algorithm and cipher names for dgsts and enc utilities insteadDr. Stephen Henson2009-03-301-0/+15
* From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller2008-09-151-3/+15
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1