summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-12-03Prepare for 1.0.1q releaseOpenSSL_1_0_1qMatt Caswell
2015-12-03make updateMatt Caswell
2015-12-03Update CHANGES and NEWSMatt Caswell
2015-12-03Add PSS parameter check.Dr. Stephen Henson
2015-12-03Fix leak with ASN.1 combine.Dr. Stephen Henson
2015-12-03e_os.h: limit _MSC_VER trickery to older compilers.Andy Polyakov
2015-12-02typoDr. Stephen Henson
2015-12-02_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte
2015-11-30Return errors even if the cookie validation has succeededMatt Caswell
2015-11-24Use both sun and __sunKurt Roeckx
2015-11-24mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner
2015-11-24ssl3_free(): Return if it wasn't createdPascal Cuoq
2015-11-24Set reference count earlierKurt Roeckx
2015-11-24Fix uninitialised p error.Dr. Stephen Henson
2015-11-24Limit depth of ASN1 parse printing.Dr. Stephen Henson
2015-11-22Use defined(__sun) instead of defined(sun)Kurt Roeckx
2015-11-21Add initial AppVeyor configurationAlessandro Ghedini
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-18Fix release in README.Rich Salz
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow
2015-11-10Stop DTLS servers asking for unsafe legacy renegotiationMatt Caswell
2015-11-10Only call ssl3_init_finished_mac once for DTLSMatt Caswell
2015-11-09Fix missing malloc return value checksMatt Caswell
2015-11-09Make the match for previous cflags a bit more strictRichard Levitte
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell
2015-11-02Clarify the preferred way of creating patch filesMatt Caswell
2015-11-01Some README and CONTRIBUTING cleanups.Rich Salz
2015-10-29BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Check memory allocationAlessandro Ghedini
2015-10-23Fix references to various RFCsAlessandro Ghedini
2015-10-23Fix typosAlessandro Ghedini
2015-10-23Set salt length after the malloc has succeededAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-23Replace malloc+strlcpy with strdupAlessandro Ghedini
2015-10-23Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini
2015-10-22Clarify return values for EVP_DigestVerifyFinal.Adam Eijdenberg
2015-10-11Typo.Dr. Stephen Henson
2015-10-09Avoid SHA1 weaknessRich Salz
2015-10-08Fix travis build for 1.0.1Rich Salz
2015-10-08Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell
2015-10-08When ENGINE_add finds that id or name is missing, actually returnRichard Levitte
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq
2015-10-07Set flags to 0 before calling BN_with_flags()Pascal Cuoq
2015-10-06Don't try and parse boolean type.Dr. Stephen Henson
2015-10-05Change functions to pass in a limit rather than calculate itMatt Caswell
2015-10-05Validate ClientHello extension field lengthAlessandro Ghedini
2015-10-03Fix more d2i cases to properly update the input pointerKurt Roeckx
2015-09-29Link in applink with fips_premain_dsoDr. Stephen Henson
2015-09-29GH367: use random data if seed too short.Ismo Puustinen