summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni
2016-01-07mem functions cleanupRich Salz
2015-12-22Add ssl configuration support to s_server and s_clientDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-12Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx
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