summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bn
AgeCommit message (Expand)Author
2015-10-16actually include the prerequisite dependency for BIO instead of doing nastynessBob Beck
2015-09-28remove excessive brackets on pointer mathTheo de Raadt
2015-09-27Redo 1.25, without the NULL deref.Miod Vallat
2015-09-18Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") forStuart Henderson
2015-09-13Handle negative-zero in BN_bn2dec() too, just like in BN_print().Theo de Raadt
2015-09-13BN does support negative-zero -- BN_print() sets the standard here.Theo de Raadt
2015-09-12Remove workaround for old SIMICS toolchain.Miod Vallat
2015-09-12Remove horribly old and outdated `documentation' for the assembly code.Miod Vallat
2015-09-11Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again.Brent Cook
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-08-18typosMiod Vallat
2015-06-11Avoid an infinite loop that can be triggered by parsing an ASN.1Joel Sing
2015-04-29Add missing BN_CTX_end() calls.Doug Hogan
2015-03-21Fix indentation that incorrectly implies a different control flow.Doug Hogan
2015-02-25Fix CVE-2014-3570: properly calculate the square of a BIGNUM value.Brent Cook
2015-02-19If BN_rand() or BN_pseudo_rand() are called with a NULL rnd argument,Joel Sing
2015-02-14Potential NULL dereference in the error path; Coverity CID 21720Miod Vallat
2015-02-14Fix tests that got incorrectly inverted with the BN_CTX_get() return checkJoel Sing
2015-02-10Remove unnecessary include of assert.hMiod Vallat
2015-02-09BN_CTX_get() can fail - consistently check its return value.Joel Sing
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-10-28deregister; no binary changeJonathan Gray
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-07-12if (x) FOO_free(x) -> FOO_free(x).Miod Vallat
2014-07-12typosMiod Vallat
2014-07-11Apparently better fix for OpenSSL PR #3397 (Joyent bug #7704), from OpenSSLMiod Vallat
2014-07-11Make sure BN_sqr never returns negative numbers.Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-10Stop including standard headers via cryptlib.h - pull in the headers thatJoel Sing
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to beMiod Vallat
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-06-27When building a BN on the stack in BN_div(), make sure to initialize all itsMiod Vallat
2014-06-27hand-KNF macro the do { } while loopsTheo de Raadt
2014-06-20Fix incorrect bounds check in amd64 assembly version of bn_mul_mont();Miod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-06-06s/assember/assembler/ before someone gets offended. At the lastTheo de Raadt
2014-05-31Get the public headers from the official place with <openssl/ >Theo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-29ok, next pass after review: when possible, put the reallocarray argumentsTheo de Raadt
2014-05-29convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53Theo de Raadt
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-05-25calloc instead of malloc/memset. from Benjamin BaierTed Unangst
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-05-23Replace (sometimes conditional) use of alloca with malloc, and clearingMiod Vallat
2014-05-22if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullyMiod Vallat
2014-05-15Stop being a dummy... presumably these are left overs from pedantic modeJoel Sing
2014-05-08knfectomie.Joel Sing