Age | Commit message (Expand) | Author |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2016-03-12 | Add error handling to the remaining calls to bn_wexpand(). | Brent Cook |
2016-03-04 | graduate bn_expand() to a real function. the openssl version of this | Theo de Raadt |
2016-03-04 | Revert bn_expand until there's consensus on a fix. | Doug Hogan |
2016-03-02 | Add bounds checking for BN_hex2bn/BN_dec2bn. | Doug Hogan |
2015-12-24 | More adress -> address | Michael McConville |
2015-11-06 | Fix gcc version preprocessor checks to cope with gcc 5.x and beyond; | Miod Vallat |
2015-10-21 | Reject too small bits value in BN_generate_prime_ex(), so that it does not risk | Miod Vallat |
2015-10-16 | actually include the prerequisite dependency for BIO instead of doing nastyness | Bob Beck |
2015-09-28 | remove excessive brackets on pointer math | Theo de Raadt |
2015-09-27 | Redo 1.25, without the NULL deref. | Miod Vallat |
2015-09-18 | Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") for | Stuart Henderson |
2015-09-13 | Handle negative-zero in BN_bn2dec() too, just like in BN_print(). | Theo de Raadt |
2015-09-13 | BN does support negative-zero -- BN_print() sets the standard here. | Theo de Raadt |
2015-09-12 | Remove workaround for old SIMICS toolchain. | Miod Vallat |
2015-09-12 | Remove horribly old and outdated `documentation' for the assembly code. | Miod Vallat |
2015-09-11 | Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again. | Brent Cook |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-08-18 | typos | Miod Vallat |
2015-06-11 | Avoid an infinite loop that can be triggered by parsing an ASN.1 | Joel Sing |
2015-04-29 | Add missing BN_CTX_end() calls. | Doug Hogan |
2015-03-21 | Fix indentation that incorrectly implies a different control flow. | Doug Hogan |
2015-02-25 | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | Brent Cook |
2015-02-19 | If BN_rand() or BN_pseudo_rand() are called with a NULL rnd argument, | Joel Sing |
2015-02-14 | Potential NULL dereference in the error path; Coverity CID 21720 | Miod Vallat |
2015-02-14 | Fix tests that got incorrectly inverted with the BN_CTX_get() return check | Joel Sing |
2015-02-10 | Remove unnecessary include of assert.h | Miod Vallat |
2015-02-09 | BN_CTX_get() can fail - consistently check its return value. | Joel Sing |
2015-02-07 | Delete a lot of #if 0 code in libressl. | Doug Hogan |
2014-10-28 | deregister; no binary change | Jonathan Gray |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | Joel Sing |
2014-10-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-12 | typos | Miod Vallat |
2014-07-11 | Apparently better fix for OpenSSL PR #3397 (Joyent bug #7704), from OpenSSL | Miod Vallat |
2014-07-11 | Make sure BN_sqr never returns negative numbers. | Miod Vallat |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | Stop including standard headers via cryptlib.h - pull in the headers that | Joel Sing |
2014-07-09 | Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to be | Miod Vallat |
2014-07-09 | remove unused, private version strings except SSL_version_str | Brent Cook |
2014-06-27 | When building a BN on the stack in BN_div(), make sure to initialize all its | Miod Vallat |
2014-06-27 | hand-KNF macro the do { } while loops | Theo de Raadt |
2014-06-20 | Fix incorrect bounds check in amd64 assembly version of bn_mul_mont(); | Miod Vallat |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-06-06 | s/assember/assembler/ before someone gets offended. At the last | Theo de Raadt |
2014-05-31 | Get the public headers from the official place with <openssl/ > | Theo de Raadt |
2014-05-30 | more: no need for null check before free | Theo de Raadt |
2014-05-29 | ok, next pass after review: when possible, put the reallocarray arguments | Theo de Raadt |