summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-01-28Prepare for 1.0.1r releaseOpenSSL_1_0_1rMatt Caswell
2016-01-04Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2015-12-22Fix memory leak in DSA redo case.David Benjamin
2015-12-20Don't check RSA_FLAG_SIGN_VER.Dr. Stephen Henson
2015-12-19BIO_s_datagram() ctrl doesn't support SEEK/TELL, so don't pretend it doesRichard Levitte
2015-12-19Correct or add comments indicating what controls belong to whatRichard Levitte
2015-12-19Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrlRichard Levitte
2015-12-19Fix URLs mangled by reformatMatt Caswell
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-14Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper
2015-12-08Cleanup the EVP_MD_CTX before exit rather than afterRichard Levitte
2015-12-03Prepare for 1.0.1r-devMatt Caswell
2015-12-03Prepare for 1.0.1q releaseOpenSSL_1_0_1qMatt Caswell
2015-12-03Add PSS parameter check.Dr. Stephen Henson
2015-12-03Fix leak with ASN.1 combine.Dr. Stephen Henson
2015-11-24Use both sun and __sunKurt Roeckx
2015-11-24mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner
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-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow
2015-11-09Fix missing malloc return value checksMatt Caswell
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 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-11Typo.Dr. Stephen Henson
2015-10-09Avoid SHA1 weaknessRich 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-03Fix more d2i cases to properly update the input pointerKurt Roeckx
2015-09-29GH367: use random data if seed too short.Ismo Puustinen
2015-09-22BUF_strndup: tidyEmilia Kasper
2015-09-22Make BUF_strndup() read-safe on arbitrary inputsAlessandro Ghedini
2015-09-21RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse
2015-09-21RT3823: Improve the robustness of event loggingGunnar Kudrjavets
2015-09-21Fix SRP memory leaksMatt Caswell
2015-09-19Fix indentationViktor Dukhovni
2015-09-18This undoes GH367 for non-masterRich Salz
2015-09-17Make sure OPENSSL_cleanse checks for NULLMatt Caswell
2015-09-17base64 decode: check for high bitEmilia Kasper
2015-09-17RT3757: base64 encoding bugsEmilia Kasper
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-09-15d2i: don't update input pointer on failureKurt Roeckx
2015-09-10RT3754: check for NULL pointerEmilia Kasper