aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Address Windows warnings in apps/.Andy Polyakov2015-10-052-25/+1
* Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.Andy Polyakov2015-10-051-6/+6
* Display brief help if no options for list.Ben Laurie2015-09-301-1/+8
* Fix -Wshadow warnings in mingw builds.Andy Polyakov2015-09-291-3/+3
* Print debug info for extended master secret extensionAlessandro Ghedini2015-09-281-0/+3
* RT4053: Typo in error messageMichal Bozon2015-09-281-1/+1
* SRP memory leak fixDr. Stephen Henson2015-09-281-0/+3
* Silence Wconditional-uninitializedEmilia Kasper2015-09-281-1/+1
* GH408 follow-on: update buflenAlessandro Ghedini2015-09-251-1/+5
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-2511-58/+170
* fix compilation on SolarisVladimir Kotal2015-09-241-3/+2
* Restore the old interactive prompt.Rich Salz2015-09-241-12/+1
* Fix s_server DTLSv1_listen issuesMatt Caswell2015-09-231-5/+4
* Add support for DTLSv1_listen in s_serverMatt Caswell2015-09-231-3/+41
* Remove "noise" comments from TS files.Rich Salz2015-09-221-134/+29
* Fix -srpvfile option in srp command lineMatt Caswell2015-09-211-12/+16
* Make SRP work with -wwwDr. Stephen Henson2015-09-201-0/+45
* make no-dh workDr. Stephen Henson2015-09-202-3/+14
* 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
* Small typoRichard Levitte2015-09-201-1/+1
* Print out a list of disabled features.Dr. Stephen Henson2015-09-191-1/+36
* RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz2015-09-172-2/+3
* Use default field separator.Dr. Stephen Henson2015-09-111-1/+5
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-1110-17/+26
* Unwriteable directories are errorsRich Salz2015-09-101-1/+1
* Fix rehash/c_rehash doc and behavior.Rich Salz2015-09-081-0/+4
* Fix uninit warning. Remove unnecessary casts. Nothing to add is an error.Ben Laurie2015-09-081-5/+10
* add support for apple os/xRich Salz2015-09-071-3/+2
* GH391: Apple portRich Salz2015-09-071-28/+57
* fix build breakage on windowsRich Salz2015-09-061-0/+3
* Fix typo, that broke build on non-unixRich Salz2015-09-061-1/+1
* Add rehash command to opensslTimo Teras2015-09-063-16/+461
* Small fix: make istext staticRichard Levitte2015-09-061-1/+1
* Fix enc so it properly treats BASE64 as textRichard Levitte2015-09-061-8/+16
* Change the treatment of stdin and stdout to allow binary dataRichard Levitte2015-09-067-24/+32
* dup_bio_* and bio_open_* are utility functions and belong in apps.cRichard Levitte2015-09-062-151/+158
* 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-0636-144/+168
* Make the handling of output and input formats consistentRichard Levitte2015-09-0618-41/+37
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-062-19/+13
* Make TS structures opaque.Rich Salz2015-09-051-10/+13
* RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse2015-09-052-3/+9
* RT3998: Allow scrypt to be disabledRich Salz2015-09-041-2/+12
* remove 0 assignments.Rich Salz2015-09-031-8/+1
* make X509_CRL opaqueDr. Stephen Henson2015-09-021-2/+7