summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2016-03-11Add blake2 support.Bill Cox
2016-03-09Remove the old threading APIMatt Caswell
2016-02-17Remove JPAKERich Salz
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Get the apps to use auto-init/de-initMatt Caswell
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson
2016-01-19Support disabling any or all TLS or DTLS versionsViktor Dukhovni
2016-01-13Don't return from main(), use EXIT() insteadRichard Levitte
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