Age | Commit message (Expand) | Author |
2014-06-20 | wrap getenv OPENSSL_ALLOW_PROXY_CERTS in an issetugid check, to protect | Theo de Raadt |
2014-06-20 | Work in progress on how to deal with the inherit unreliability of | Bob Beck |
2014-06-20 | regression tests for prologue warnings | Ingo Schwarze |
2014-06-20 | Infrastructure for regression tests of mandoc messages. | Ingo Schwarze |
2014-06-20 | Start systematic improvements of error reporting. | Ingo Schwarze |
2014-06-20 | Prefix error messages from mandoc(1) with "mandoc: " | Ingo Schwarze |
2014-06-20 | Remove OPENSSL_instrument_halt and OPENSSL_far_spin, which both might | Miod Vallat |
2014-06-20 | Fix a wrong comparison in the interrupt handler. | Raphael Graf |
2014-06-20 | Comment style nits. | Nicholas Marriott |
2014-06-20 | Make -S- and -E- mean the start and end to capture-pane to avoid having | Nicholas Marriott |
2014-06-20 | Fix incorrect bounds check in amd64 assembly version of bn_mul_mont(); | Miod Vallat |
2014-06-20 | Simple regress test for the amd64 bn_mul_mont bug found by Joyent | Miod Vallat |
2014-06-20 | Move the crypto/bn regression test one directory deeper in preparation for | Miod Vallat |
2014-06-20 | sf@ pointed out that atom.c defines a DEBUG macro that takes arguments, | Jonathan Gray |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2014-06-20 | Instead of showing the difference between a bad checksum and a good | Lawrence Teo |
2014-06-20 | Import in_cksum_shouldbe() from mainline tcpdump; this is needed by my | Lawrence Teo |
2014-06-20 | More tweaking of set_basedir(). | Ingo Schwarze |
2014-06-20 | arc4random: hard fail with raise(SIGKILL) if getentropy() returns -1 | Matthew Dempsky |
2014-06-19 | convert CRYPTO_memcmp to timingsafe_memcmp based on current policy favoring | Ted Unangst |
2014-06-19 | check stack push return and make some effort to clean up. ok beck miod | Ted Unangst |
2014-06-19 | improve error checking. set error code on error, and check malloc return. | Ted Unangst |
2014-06-19 | Add a basic regress test for __MAP_NOREPLACE. | Matthew Dempsky |
2014-06-19 | Fix memory leak in digest_file() on ferror(). OK tedu@ lteo@ | Todd C. Miller |
2014-06-19 | Implement the membar(9) API for powerpc. | Mark Kettenis |
2014-06-19 | Copy newline when at EOL in vi(1) mode, from Balazs Kezes. | Nicholas Marriott |
2014-06-19 | Reset the buttons when the wheel is used, from Balazs Kezes. | Nicholas Marriott |
2014-06-19 | Some terminals send spurious releases for mouse wheel in SGR mouse mode, | Nicholas Marriott |
2014-06-19 | drm/i915: fix lane bandwidth capping for DP 1.2 sinks | Jonathan Gray |
2014-06-19 | drm/i915: kill intel_dp_link_clock() | Jonathan Gray |
2014-06-19 | Some simple set_basedir() cleanup; more to come. | Ingo Schwarze |
2014-06-19 | Move rs_chacha and rs_buf into the same memory page and don't mark it | Matthew Dempsky |
2014-06-18 | fix format string if DEBUG | Miod Vallat |
2014-06-18 | Don't display "unable to open mandoc.db" error messages (SQLITE_CANTOPEN) | Stuart Henderson |
2014-06-18 | Always call atexit handlers as if they were registered with __cxa_atexit. | Mark Kettenis |
2014-06-18 | Add missing synchronization instructions. | Mark Kettenis |
2014-06-18 | Always keep length of cluster chain up to date, otherwise the drop of | Tobias Stoeckmann |
2014-06-18 | Fix off by one in pm_inusemap. | Tobias Stoeckmann |
2014-06-18 | tweak previous; | Jason McIntyre |
2014-06-18 | The ssh_get_bignum functions must accept the same range of bignums | Christian Weisgerber |
2014-06-18 | Update comment; there seems to be no PC-9801 extension board slot on | Kenji Aoyama |
2014-06-18 | trailing tabs arent needed. | David Gwynne |
2014-06-18 | Add regress tests to make sure arc4random(3) is reinitialized | Matthew Dempsky |
2014-06-18 | In ssl3_send_newsession_ticket(), fix a memory leak in an error path. | Miod Vallat |
2014-06-18 | Missinc calloc() return value check; ok deraadt@ | Miod Vallat |
2014-06-18 | Make sure to always invoke EVP_CIPHER_CTX_cleanup() before returning in the | Miod Vallat |
2014-06-18 | Use asprintf() instead of a fixed 128-byte size in SSL_CIPHER_description() | Miod Vallat |
2014-06-18 | In SSL_COMP_add_compression_method(), make sure error cases actually return | Miod Vallat |
2014-06-18 | Now that we have a dedicated getentropy(2) system call for | Matthew Dempsky |