summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.0b releaseOpenSSL_1_1_0bMatt Caswell2016-09-264-6/+6
* Updates CHANGES and NEWS for new releaseMatt Caswell2016-09-262-2/+15
* Add to fuzz corpora for CVE-2016-6309Robert Swiecki2016-09-263-0/+0
* Fix Use After Free for large message sizesMatt Caswell2016-09-261-3/+17
* Add a test for large messagesMatt Caswell2016-09-261-0/+84
* Prepare for 1.1.0b-devMatt Caswell2016-09-224-4/+12
* Prepare for 1.1.0a releaseOpenSSL_1_1_0aMatt Caswell2016-09-224-6/+6
* Updates CHANGES and NEWS for new releaseMatt Caswell2016-09-222-1/+70
* Avoid KCI attack for GOSTDmitry Belyavsky2016-09-221-18/+1
* Fix a hang with SSL_peek()Matt Caswell2016-09-221-1/+5
* Fix a mem leak in NPN handlingMatt Caswell2016-09-221-0/+5
* Add some more OCSP testingMatt Caswell2016-09-221-17/+200
* Add OCSP_RESPID_match()Matt Caswell2016-09-224-4/+39
* 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
* test/x509aux.c: Fix argv loopRichard Levitte2016-09-221-6/+11
* CHANGES: mention removal of solaris-x86-cc.Andy Polyakov2016-09-211-1/+8
* 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
* Configure: clarify and refine -static.Andy Polyakov2016-09-211-0/+17
* 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
* Use switch instead of multiple ifsAlessandro Ghedini2016-09-211-6/+8
* 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
* 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
* 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
* 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