summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-03-01Prepare for 1.0.1s releaseOpenSSL_1_0_1sMatt Caswell
2016-03-01make updateMatt Caswell
2016-03-01perlasm/x86_64-xlate.pl: handle inter-bank movd.Andy Polyakov
2016-03-01crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov
2016-03-01bn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.Andy Polyakov
2016-02-29Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell
2016-02-27Revert "Don't check RSA_FLAG_SIGN_VER."Kurt Roeckx
2016-02-25Fix memory issues in BIO_*printf functionsMatt Caswell
2016-02-25CVE-2016-0798: avoid memory leak in SRPEmilia Kasper
2016-02-23GH714: missing field initialisationFdaSilvaYY
2016-02-19Fix double free in DSA private key parsing.Dr. Stephen Henson
2016-02-12modes/ctr128.c: pay attention to ecount_buf alignment in CRYPTO_ctr128_encrypt.Andy Polyakov
2016-01-28Correct number of arguments in BIO_get_conn_int_port macroRichard Levitte
2016-01-28Prepare for 1.0.1s-devMatt Caswell
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