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