summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2014-08-06fix warn_unused_result warningsDr. Stephen Henson
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2014-07-21"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley
2014-07-13Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell
2014-07-13* crypto/ui/ui_lib.c: misplaced brace in switch statement.Richard Levitte
2014-07-09Fix memory leak in BIO_free if there is no destroy function.Matt Caswell
2014-07-07Prevent infinite loop loading config files.David Lloyd
2014-07-05Return smaller of ret and f.Alan Hryngle
2014-07-02ASN1 sanity check.Dr. Stephen Henson
2014-06-28Fix typo in ideatest.cAndreas Westfeld
2014-06-27Handle IPv6 addresses in OCSP_parse_url.Tom Greenslade
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-06-27Remove ancient obsolete files under pkcs7.Dr. Stephen Henson
2014-06-26Make sure BN_sqr can never return a negative value.Huzaifa Sidhpurwala
2014-06-10Fix null pointer errors.Dr. Stephen Henson
2014-06-06Fix 0.9.8 FIPS capable OpenSSL build.Dr. Stephen Henson
2014-06-05Prepare for 0.9.8zb-devDr. Stephen Henson
2014-06-05Prepare for 0.9.8za releaseOpenSSL_0_9_8zaDr. Stephen Henson
2014-06-01Set default global mask to UTF8 only.Dr. Stephen Henson
2014-05-29Set version number correctly.Dr. Stephen Henson
2014-05-29Fix memory leak.František Bořánek
2014-05-21Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson
2014-05-08Return an error if no recipient type matches.Dr. Stephen Henson
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe
2014-05-06bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe
2014-05-06Initialize num properly.Dr. Stephen Henson
2014-05-06Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson
2014-04-02Fix base64 decoding bug.Eric Young
2014-03-27Fix for CVE-2014-0076 backported to 0.9.8 branchmancha
2014-03-27Fix alert handling.mancha
2014-02-15Remove duplicate statement.Dr. Stephen Henson
2013-11-21Fixes for no-static-engine and Windows builds.Dr. Stephen Henson
2013-09-17 Fix overly lenient comparisons:Bodo Moeller
2013-04-07Print out DSA key if parameters absent.Dr. Stephen Henson
2013-03-18x86cpuid.pl: make it work with older CPU.Andy Polyakov
2013-03-18Encode INTEGER correctly.Dr. Stephen Henson
2013-02-10Set next version.Dr. Stephen Henson
2013-02-05prepare for releaseOpenSSL_0_9_8yDr. Stephen Henson
2013-02-05bn_word.c: fix overflow bug in BN_add_word.Andy Polyakov
2013-02-05Move CRYPTO_memcmp to o_init.c when compiling with fips: cryptlib.oDr. Stephen Henson
2013-02-05Fixups.Ben Laurie
2013-02-05Make CBC decoding constant time.Ben Laurie
2013-02-05Add and use a constant-time memcmp.Ben Laurie
2013-02-05Don't try and verify signatures if key is NULL (CVE-2013-0166)Dr. Stephen Henson
2013-01-23Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP setDr. Stephen Henson
2013-01-20Don't include comp.h if no-comp set.Dr. Stephen Henson
2012-11-29PR: 2803Dr. Stephen Henson
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2012-09-24Fix Valgrind warning.Bodo Möller
2012-07-05Remove duplicate symbol in crypto/symhacks.hRichard Levitte