Age | Commit message (Expand) | Author |
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 |
2014-06-17 | Implement the membar(9) API for hppa. | Mark Kettenis |
2014-06-17 | Add a configurable workaround for a bug in qemu < 2.0 that prevented VLANs | Stefan Fritsch |
2014-06-17 | We need to be more aggressive flushing L2 entries on RM7000 systems. | Miod Vallat |
2014-06-17 | Add membars to guarantee mtx_oldipl is written after locking and | Philip Guenther |
2014-06-17 | oops, committed debug version, to the tied hash was not used at all, | Marc Espie |
2014-06-17 | whitespace fix. | David Gwynne |
2014-06-17 | Revise previous: if a user calls STRIOCGETCWD two or more times in a row | Philip Guenther |
2014-06-17 | Convert malloc/memset to calloc, and remove pointless casts while here. | Lawrence Teo |
2014-06-17 | ansi function declarations. | David Gwynne |
2014-06-17 | ssl_session_cmp is not a sort function, can use CRYPTO_memcmp here too. | Ted Unangst |