aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix NPN protocol name list validationfix-ssl_next_proto_validateKazuki Yamaguchi2016-03-301-3/+3
* poly1305/asm/poly1305-x86.pl: don't loose 59-th bit.Andy Polyakov2016-03-292-9/+40
* crypto/seed: add small-footprint path.Andy Polyakov2016-03-292-485/+360
* Windows build system: fix 32-bit appveyor build.Andy Polyakov2016-03-292-1/+29
* Build system: VC-WIN64I fixups.Andy Polyakov2016-03-293-11/+11
* When using no-dtls create OPENSSL_NO_DTLSKurt Roeckx2016-03-281-0/+1
* Add session reuse tests.Kurt Roeckx2016-03-272-1/+189
* Resolve DTLS cookie and version before session resumption.David Benjamin2016-03-271-33/+32
* It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx2016-03-271-1/+1
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-277-167/+87
* Math::BigInt does floored divs, BN_div does truncated div, compensateRichard Levitte2016-03-271-0/+9
* RT4476: Fix some cast-alignment warningsJeffrey Walton2016-03-251-1/+1
* VMS: add a note about DECC$* logical namesRichard Levitte2016-03-251-4/+8
* Revert part of applink/Borland commitRich Salz2016-03-241-1/+10
* More Borland removal.Rich Salz2016-03-243-24/+2
* VMS: $? might be huge enough to break line length limit, so don't print itRichard Levitte2016-03-241-1/+0
* VMS: install openssl.conf in OPENSSLDIR, not INSTALLTOPRichard Levitte2016-03-241-1/+2
* VMS: have mms ignore creation of already existing dirsRichard Levitte2016-03-241-8/+8
* VMS: Rethink the staging directoryRichard Levitte2016-03-241-25/+38
* Misc fixes in VMS/openssl_startup.com.inRichard Levitte2016-03-241-7/+7
* Adjust some default installation directoriesRichard Levitte2016-03-242-7/+8
* VMS: update the properties of symbol searchRichard Levitte2016-03-231-4/+4
* VMS: compensate for command line length limits with a logical nameRichard Levitte2016-03-232-8/+28
* Move dso.h to internalRich Salz2016-03-2316-19/+13
* Remove several unused undocumented functions.Rich Salz2016-03-239-440/+24
* Fix error codeFdaSilvaYY2016-03-231-1/+1
* Small fixups in DSORichard Levitte2016-03-232-1/+2
* Removed unused fields of CT_POLICY_EVAL_CTXRob Percival2016-03-221-2/+0
* Correct another batch of typosAlex Gaynor2016-03-2228-35/+33
* Check algo_strength using SSL_STRONG_MASKKurt Roeckx2016-03-222-6/+10
* remove unused references fieldDr. Stephen Henson2016-03-223-36/+0
* Have only one DSO_METHOD_opensslRich Salz2016-03-2212-166/+28
* Make DSO opaque.Rich Salz2016-03-2210-126/+119
* Make X509_PUBKEY opaqueDr. Stephen Henson2016-03-225-21/+27
* move x_pubkey.c to crypto/x509Dr. Stephen Henson2016-03-225-6/+6
* Fix enable-zlib no-comp.Ben Laurie2016-03-221-0/+1
* Fix no-rc4.Ben Laurie2016-03-221-1/+4
* Move declaration of i into blocks where it is used.Ben Laurie2016-03-221-3/+7
* sctp requires dgram.Ben Laurie2016-03-221-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-2143-98/+96
* Downcase VMS config namesRichard Levitte2016-03-211-4/+4
* Just like bio_out, bio_err needs the linebuffer filter on VMSRichard Levitte2016-03-213-1/+13
* Adds s2i function for ct_precert_poison X509 extensionRob Percival2016-03-211-1/+6
* Fix memory leak where fdlookup linked list is not freed duringSteven Linsell2016-03-211-7/+9
* Fix no-ts with --strict-warningsMatt Caswell2016-03-211-2/+3
* Fix no-sockMatt Caswell2016-03-2120-15/+89
* Fix no-gostMatt Caswell2016-03-213-4/+4
* Don't use hardcoded values for typesDr. Stephen Henson2016-03-211-13/+13
* In for loop values, introduce a dummy to protect against empty listRichard Levitte2016-03-211-10/+20
* Fix no-seedMatt Caswell2016-03-211-1/+3