summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.1q releaseOpenSSL_1_0_1qMatt Caswell2015-12-034-6/+6
* make updateMatt Caswell2015-12-031-3/+4
* Update CHANGES and NEWSMatt Caswell2015-12-032-5/+43
* Add PSS parameter check.Dr. Stephen Henson2015-12-031-1/+1
* Fix leak with ASN.1 combine.Dr. Stephen Henson2015-12-031-2/+5
* e_os.h: limit _MSC_VER trickery to older compilers.Andy Polyakov2015-12-031-2/+2
* typoDr. Stephen Henson2015-12-021-1/+1
* _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte2015-12-021-0/+1
* Return errors even if the cookie validation has succeededMatt Caswell2015-11-301-6/+4
* Use both sun and __sunKurt Roeckx2015-11-242-3/+3
* mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner2015-11-241-0/+1
* ssl3_free(): Return if it wasn't createdPascal Cuoq2015-11-241-1/+1
* Set reference count earlierKurt Roeckx2015-11-242-2/+2
* Fix uninitialised p error.Dr. Stephen Henson2015-11-241-1/+1
* Limit depth of ASN1 parse printing.Dr. Stephen Henson2015-11-241-0/+10
* Use defined(__sun) instead of defined(sun)Kurt Roeckx2015-11-222-3/+3
* Add initial AppVeyor configurationAlessandro Ghedini2015-11-211-0/+60
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-2012-147/+271
* Fix release in README.Rich Salz2015-11-181-1/+1
* RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow2015-11-131-1/+1
* Stop DTLS servers asking for unsafe legacy renegotiationMatt Caswell2015-11-101-0/+13
* Only call ssl3_init_finished_mac once for DTLSMatt Caswell2015-11-101-2/+1
* Fix missing malloc return value checksMatt Caswell2015-11-0912-2/+49
* Make the match for previous cflags a bit more strictRichard Levitte2015-11-091-2/+2
* Minor EVP_SignInit_ex doc fixMatt Caswell2015-11-041-1/+2
* Clarify the preferred way of creating patch filesMatt Caswell2015-11-021-2/+8
* Some README and CONTRIBUTING cleanups.Rich Salz2015-11-012-144/+70
* BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq2015-10-291-3/+6
* Remove useless codeAlessandro Ghedini2015-10-2313-45/+6
* Check memory allocationAlessandro Ghedini2015-10-231-4/+12
* Fix references to various RFCsAlessandro Ghedini2015-10-231-9/+6
* Fix typosAlessandro Ghedini2015-10-237-9/+9
* Set salt length after the malloc has succeededAlessandro Ghedini2015-10-231-2/+2
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-239-22/+46
* Replace malloc+strlcpy with strdupAlessandro Ghedini2015-10-231-2/+1
* Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini2015-10-231-2/+2
* Clarify return values for EVP_DigestVerifyFinal.Adam Eijdenberg2015-10-221-4/+5
* Typo.Dr. Stephen Henson2015-10-111-1/+1
* Avoid SHA1 weaknessRich Salz2015-10-091-1/+14
* Fix travis build for 1.0.1Rich Salz2015-10-082-1/+18
* Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell2015-10-081-6/+5
* When ENGINE_add finds that id or name is missing, actually returnRichard Levitte2015-10-081-0/+1
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* Set flags to 0 before calling BN_with_flags()Pascal Cuoq2015-10-071-0/+2
* Don't try and parse boolean type.Dr. Stephen Henson2015-10-061-2/+2
* Change functions to pass in a limit rather than calculate itMatt Caswell2015-10-053-17/+17
* Validate ClientHello extension field lengthAlessandro Ghedini2015-10-051-1/+1
* Fix more d2i cases to properly update the input pointerKurt Roeckx2015-10-032-6/+6
* Link in applink with fips_premain_dsoDr. Stephen Henson2015-09-291-2/+5
* GH367: use random data if seed too short.Ismo Puustinen2015-09-292-2/+2