Age | Commit message (Collapse) | Author |
|
This regress bntest.c patch is originally from master branch of OpenSSL.
- dca2e0e test/bntest.c: regression test for CVE-2016-7055.
- 3e7a496 test/bntest.c: regression test for carry bug in bn_sqr8x_internal.
These tests were added for these commit.
- 2fac86d bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).
- 3f4bcf5 bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
ok beck@
|
|
This patch is originally from master branch of OpenSSL.
- 2198b3a crypto/evp: harden AEAD ciphers.
- 8e20499 crypto/evp: harden RC4_MD5 cipher.
ok tom@
|
|
Introduce a new variable clt_headersdone in the async HTTP parser.
OK sunil@ benno@
|
|
Either libevent or the TLS callback can trigger an EOF when the
connection is closed.
OK sunil@ jung@ benno@
|
|
|
|
tsleep(9) & friends seem to only produce false positives and cannot
be easily disabled.
|
|
number from the 802.11-2007 standard to the 802.11-2012 standard.
|
|
ok dlg@ mpi@
|
|
the unused enum iwm_scan_complete_status status codes.
This corresponds to parts of the Linux iwlwifi commits
1083fd7391e989be52022f0f338e9dadc048b063 and
75118fdb63496e4611ab50380499ddd62b9de69f.
No functional change, since struct iwm_scan_results_notif isn't accessed
in iwm at the moment.
Patch by Imre Vadasz.
|
|
seems to cause bad behaviour. Instead call toStringRef() and use its
return value.
ok tom@
|
|
from the client parameter set, rather than from the AP parameter set.
ok mpi@
|
|
Get EDCA params from net80211 instead of hardcoding them.
Enable hardware management of EDCA AC queues.
Handling of frame collisions with EDCA involves random backoffs.
I found a register that looks like a seed for the pseudo-RNG involved in
computing backoffs. Feed it with arc4random() during initialization.
Add a comment to hint at the meaning of numbers written to SIFS registers,
and rename some SIFS registers to better names found in Linux.
ok mpi@
|
|
build on m88k, where the compiler has no notion of atomic built-ins.
Suggested by miod@
OK mpi@
|
|
ok rzalamena@
|
|
jsing@ confirmed that these are public and worth documenting.
|
|
Patch from lkppo at free.fr some time ago, pointed out by smallm at sdf.org
|
|
Fixes 'usbd_do_request: not in process context' warnings introduced recently.
Fix reported and confirmed by Mikhail aka mp39590 aka misha
|
|
not string.
|
|
|
|
Basically, open <pre> whenever printing text in no-fill mode and it is
not already open, and close it whenever printing something that cannot
be inside <pre>.
This fixes a crash reported by Michael <Stapelberg at debian dot org>
in the French Linux chroot(2) manual and also improves rendering
for OpenBSD pages like DPMSGetTimeouts(3) and GLwDrawingArea(3).
These changes also permitted retiring struct mhtml.
|
|
|
|
by drivers to pass default EDCA parameters to firmware instead of passing
local hardcoded values.
ok millert@
|
|
Previously, the tests used the obj dir as the httpd chroot/root. But
the www user cannot access any files since we switched obj to 0750.
The fix is to create another 0755 subdirectory obj/htdocs as the root.
|
|
|
|
short slot time settings.
ok mpi@
|
|
NET_LOCK(). pfioctl() will need the NET_LOCK() anyway. So better keep
things simple until we're going to redesign PF for a MP world.
fixes the crash reported by Kaya Saman.
ok mpi@, bluhm@
|
|
|
|
ok tb@ stsp@
|
|
|
|
|
|
The driver was checking the wrong flag by mistake.
ok phessler@ mpi@
|
|
OK jsg@
|
|
ok mpi@
|
|
|
|
out of mi for now.
|
|
|
|
could pick up the ~/.ssh/config of the user running the tests
|
|
as on other LP64 archs, __uint64_t, so that printf-like functions
don't require extra casting...then eliminate the extra cast in
ld.so/mips64/rtld_machine.c
discussed with miod
ok visa@
|
|
|
|
jsing@ confirmed that these macros are public and worth documenting.
|
|
output, avoiding sending SIGPIPE to subprocesses early; ok dtucker@
|
|
remove SSHv1-isms in commented examples
reorder token table to group deprecated and compile-time conditional tokens
better
fix config dumping code for some compile-time conditional options that
weren't being correctly skipped (SSHv1 and PKCS#11)
|
|
from Karsten Weiss
|
|
|
|
to make assumptions; from Karsten Weiss
|
|
and BN_RECP_CTX_init(3). They are not only deprecated but so
dangerous that they are almost unusable. I found these scary
traps while reading the code in order to document BN_set_flags(3).
While here, delete ERR_get_error(3) from SEE ALSO.
|
|
ok krw@ guenther@
|
|
|
|
|
|
bz#2672, from Brad Marshall via Colin Watson and Ubuntu's bugtracker.
|