summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow
2015-11-11modes/asm/ghash-armv4.pl: make it compile by clang. RT#3989Andy Polyakov
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-09Remove redundant check from tls1_get_curvelistMatt 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-08Reject TLS 1.2 ciphersuites if not allowed.Dr. Stephen Henson
2015-11-04Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell
2015-11-04Minor EVP_SignInit_ex doc fixMatt Caswell
2015-11-02Clarify the preferred way of creating patch filesMatt Caswell
2015-11-01Various README and CONTRIBUTING updatesRich 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-15Fix self signed handling.Dr. Stephen Henson
2015-10-14make depend: prefer clang over makedependEmilia Kasper
2015-10-13RFC5753 compliance.Dr. Stephen Henson
2015-10-13RT3346: Fix test_bn regexp for Windows using MSYS.Peter Mosmans
2015-10-11Typo.Dr. Stephen Henson
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-07Fix travis 1.0.2 buildsAlessandro Ghedini
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq
2015-10-07Properly check return type of DH_compute_key()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
2015-09-28RT2772: accept empty SessionTicketEmilia Kasper
2015-09-28SRP memory leak fixDr. Stephen Henson
2015-09-25Fix typo in previous merge.Rich Salz
2015-09-25Change --debug to -d for compat with old releases.Rich Salz
2015-09-22Document BUF_strnlenEmilia Kasper
2015-09-22BUF_strdup and friends: update docsEmilia Kasper
2015-09-22BUF_strndup: tidyEmilia Kasper
2015-09-22Make BUF_strndup() read-safe on arbitrary inputsAlessandro Ghedini
2015-09-22GH398: Add mingw cross-compile, etc.Rich Salz
2015-09-21RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse
2015-09-21RT3823: Improve the robustness of event loggingGunnar Kudrjavets