summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* apps/speed.c: Fix crash when config loading failsOpenSSL_1_0_1-stableVitezslav Cizek2016-11-261-6/+4
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-301-0/+2
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-273-4/+4
* Check that the obtained public key is validMatt Caswell2016-05-191-0/+6
* Fix NULL deref in apps/pkcs7Rich Salz2016-04-251-4/+8
* CVE-2016-0798: avoid memory leak in SRPEmilia Kasper2016-02-251-14/+25
* To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2016-01-142-7/+2
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-041-26/+16
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-182-2/+2
* Fix missing malloc return value checksMatt Caswell2015-11-091-0/+2
* Remove useless codeAlessandro Ghedini2015-10-234-19/+3
* Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini2015-10-231-2/+2
* Don't try and parse boolean type.Dr. Stephen Henson2015-10-061-2/+2
* SRP memory leak fixDr. Stephen Henson2015-09-281-0/+3
* Make SRP work with -wwwDr. Stephen Henson2015-09-201-0/+15
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-8/+0
* Check for FIPS mode after loading config.Dr. Stephen Henson2015-09-121-7/+7
* Use default field separator.Dr. Stephen Henson2015-09-111-1/+5
* Remove extra '; \' in apps/MakefileRichard Levitte2015-07-131-1/+1
* Exit on error in ecparamPeter Waltenberg2015-07-091-2/+3
* Correction of make depend merge errorRichard Levitte2015-06-111-1/+1
* When making libcrypto from apps or test, make sure to include enginesRichard Levitte2015-06-101-2/+2
* Missed a couple of spots in the update changeRichard Levitte2015-05-231-7/+5
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+5
* Add -no_alt_chains option to apps to implement the new X509_V_FLAG_NO_ALT_CHA...Matt Caswell2015-05-207-1/+13
* dhparam: set the default to 2048 bitsEmilia Kasper2015-05-202-3/+3
* s_server: Use 2048-bit DH parameters by default.Emilia Kasper2015-05-201-18/+40
* Don't add write errors into bytecountsRobert Swiecki2015-05-191-2/+4
* Fix for memcpy() and strcmp() being undefined.Bjoern D. Rasmussen2015-05-111-0/+1
* RT2943: Check sizes if -iv and -K argumentsRichard Levitte2015-05-041-4/+9
* Fix uninitialized variable.Hanno Böck2015-05-021-1/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-166-13/+13
* Fix intermittent s_server issues with ECDHEJohn Foley2015-04-071-1/+1
* Fix bug in s_client. Previously default verify locations would only be loadedMatt Caswell2015-03-251-6/+5
* Fix RAND_(pseudo_)?_bytes returnsMatt Caswell2015-03-252-2/+3
* Dead code removal from appsMatt Caswell2015-03-172-6/+6
* Fix seg fault in s_timeMatt Caswell2015-03-171-1/+6
* Move malloc fail checks closer to mallocMatt Caswell2015-03-171-5/+5
* Add malloc failure checksMatt Caswell2015-03-171-0/+13
* Fix wrong numbers being passed as string lengthsDmitry-Me2015-03-091-1/+1
* Unchecked malloc fixesMatt Caswell2015-03-058-1/+52
* Fix warning with no-ecMatt Caswell2015-02-271-2/+8
* Fix memory leak reporting.Dr. Stephen Henson2015-02-091-4/+4
* Remove explicit setting of read_ahead for DTLS. It never makes sense not toMatt Caswell2015-01-272-18/+0
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-228-71/+71
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2259-34207/+32459
* Move more comments that confuse indentMatt Caswell2015-01-225-8/+14
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-1/+3
* apps/speed.c: make it indent-friendly.Andy Polyakov2015-01-221-46/+80
* Fix source where indent will not be able to copeMatt Caswell2015-01-223-5/+16