summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-11-18aes/asm/vpaes-ppc.pl: eliminate overhung stores in misaligned cases.Andy Polyakov
2015-11-16bn/asm/ppc64-mont.pl: adapt for little-endian.Andy Polyakov
2015-11-16bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...Andy Polyakov
2015-11-16aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov
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-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-15Fix self signed handling.Dr. Stephen Henson
2015-10-13RFC5753 compliance.Dr. Stephen Henson
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-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-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-12Constify ECDSA_METHOD_new.Dr. Stephen Henson
2015-09-12Use memmove instead of memcpy.John Foley
2015-09-10RT3754: check for NULL pointerEmilia Kasper
2015-09-02Cleaner handling of "cnid" in do_x509_checkViktor Dukhovni
2015-09-02Better handling of verify param id peername fieldViktor Dukhovni
2015-09-01Fix the comment for POINT_CONVERSION_UNCOMPRESSEDTim Zhang
2015-09-01RT4002: check for NULL cipher in p12_crpt.cEmilia Kasper
2015-09-01RT 3493: fix RSA testEmilia Kasper
2015-08-31check bn_new return valuemrpre
2015-08-31GH367 follow-up, for more clarityBen Kaduk
2015-08-31BN_mod_exp_mont_consttime: check for zero modulus.Emilia Kasper
2015-08-31bntest: don't dereference the |d| array for a zero BIGNUM.Emilia Kasper
2015-08-28GH354: Memory leak fixesAlessandro Ghedini
2015-08-28GH367: Fix dsa keygen for too-short seedIsmo Puustinen