aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to set OCSP_RESPID fieldsMatt Caswell2016-09-224-11/+67
* Fix OCSP Status Request extension unbounded memory growthMatt Caswell2016-09-221-7/+16
* Fix error message typo, wrong function codeRichard Levitte2016-09-221-1/+1
* Excessive allocation of memory in dtls1_preprocess_fragment()Matt Caswell2016-09-211-17/+18
* Excessive allocation of memory in tls_get_message_header()Matt Caswell2016-09-212-10/+11
* Don't leak on an OPENSSL_realloc() failureMatt Caswell2016-09-211-10/+6
* Don't allow too many consecutive warning alertsMatt Caswell2016-09-216-0/+38
* rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov2016-09-211-1/+1
* rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov2016-09-211-5/+1
* rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov2016-09-211-4/+6
* Dcoument -alpn flagRich Salz2016-09-212-4/+14
* GH1555: Don't bump size on realloc failureRich Salz2016-09-211-1/+1
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-216-9/+9
* test/x509aux.c: Fix argv loopRichard Levitte2016-09-211-6/+11
* make update and fix some associated mis-matched error codesMatt Caswell2016-09-214-4/+7
* Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell2016-09-211-0/+3
* VMS: add [.util]shlib_wrap.exe and its build instructionsRichard Levitte2016-09-212-2/+121
* descrip.mms.tmpl: in obj2bin, make sure an empty @deps means no empty linesRichard Levitte2016-09-211-6/+10
* util/dofile.pl: report if a template couldn't be loadedRichard Levitte2016-09-211-1/+5
* Quiet compiler warning about uninitialised variableRichard Levitte2016-09-201-1/+1
* RT3669: dgst can only sign/verify one file.Rich Salz2016-09-201-0/+4
* apps/apps.c: include sys/socket.h to declare recv()Richard Levitte2016-09-201-0/+2
* Documentation fixup; no more ECDHParametersRichard Levitte2016-09-201-10/+0
* Crude VMS build files for demos/bio/Richard Levitte2016-09-203-0/+51
* Crude Makefile for demos/bio/Richard Levitte2016-09-201-0/+30
* Don't ignore Makefiles in demos/Richard Levitte2016-09-201-0/+2
* Fixup BIO demos for OpenSSL 1.1.xRichard Levitte2016-09-202-3/+3
* Fixup BIO demos for OpenSSL 1.1.xRichard Levitte2016-09-201-2/+0
* Fixup BIO demos for OpenSSL 1.1.xRichard Levitte2016-09-207-33/+3
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-209-60/+74
* Convert CCS construction to WPACKETMatt Caswell2016-09-202-8/+36
* Convert Finished construction to WPACKETMatt Caswell2016-09-201-9/+23
* Style tweaks following review feedbackMatt Caswell2016-09-203-3/+3
* Convert NextProto message construction to WPACKETMatt Caswell2016-09-203-11/+33
* Convert Certificate message construction to WPACKETMatt Caswell2016-09-203-37/+34
* Convert ClientVerify Construction to WPACKETMatt Caswell2016-09-204-19/+64
* Remove an option related to a deprecated flagFdaSilvaYY2016-09-192-10/+2
* Fix various missing option help messages ...FdaSilvaYY2016-09-1910-33/+38
* Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell2016-09-191-34/+23
* Prevent overflows in stack APIGuido Vranken2016-09-191-8/+42
* Update INSTALL about no-md5 removalFdaSilvaYY2016-09-191-4/+3
* Fix no-ocspRichard Levitte2016-09-193-3/+19
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-186-9/+9
* Have the configuration options 'no-err' and 'no-async' work againRichard Levitte2016-09-171-1/+2
* Simplify configudata.pm dependency generationRichard Levitte2016-09-173-3/+3
* Remove an useless definition.FdaSilvaYY2016-09-171-1/+1
* Use switch instead of multiple ifsAlessandro Ghedini2016-09-161-6/+8
* Simplify the dependencies for remaking configdata.pmRichard Levitte2016-09-163-3/+3
* Rearrange the storage of build file template names in %configRichard Levitte2016-09-161-40/+42
* Use the registered conf file names as dependencies to build configdata.pmRichard Levitte2016-09-163-3/+3