summaryrefslogtreecommitdiff
path: root/apps/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Add blake2 support.Bill Cox2016-03-111-0/+3
* Remove the old threading APIMatt Caswell2016-03-091-50/+0
* Remove JPAKERich Salz2016-02-171-3/+0
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-0/+3
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-2/+3
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-2/+2
* Updates for auto init/deinit review commentsMatt Caswell2016-02-091-1/+1
* Get the apps to use auto-init/de-initMatt Caswell2016-02-091-30/+4
* If memory debugging enabled return error on leaks.Dr. Stephen Henson2016-02-051-1/+2
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-191-0/+21
* Don't return from main(), use EXIT() insteadRichard Levitte2016-01-131-1/+1
* Add lh_new() inliningDr. Stephen Henson2016-01-111-5/+1
* Inline LHASH_OFDr. Stephen Henson2016-01-111-1/+0
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-111-1/+1
* mem functions cleanupRich Salz2016-01-071-10/+4
* Add ssl configuration support to s_server and s_clientDr. Stephen Henson2015-12-221-0/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Use OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1Kurt Roeckx2015-12-121-2/+2
* 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