CVS: cvs.openbsd.org: src

2019-11-16 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2019/11/16 23:43:46

Modified files:
lib/libssl : tls13_handshake.c tls13_server.c 

Log message:
Move the TLSv1.3 server message handling stubs.



CVS: cvs.openbsd.org: src

2019-11-16 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2019/11/16 23:35:30

Modified files:
lib/libssl : tls13_internal.h Makefile 
Added files:
lib/libssl : tls13_server.c 

Log message:
Add the initial framework for the TLSv1.3 server.

ok beck@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Joel Sing
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org   2019/11/16 23:30:12

Modified files:
lib/libssl : tls13_client.c 

Log message:
tls13_connect() should be static.



CVS: cvs.openbsd.org: src

2019-11-16 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/11/16 23:03:39

Modified files:
distrib/arm64/ramdisk: Makefile install.md list 

Log message:
Use disable-bt overlay with raspberry pi so the pl011 will be used as
console uart instead of the 'mini uart' a quirky 8250 alike which
lacks flow control and break detection.  By default the pl011 is used
for bluetooth.  The pins the console is on do not change.

When com(4) takes over the console with the mini uart on rpi3 I see
noise before output resumes and can't interact with the console after it
has booted.  With pluart(4) as console everything is fine.



CVS: cvs.openbsd.org: src

2019-11-16 Thread Bob Beck
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2019/11/16 20:04:18

Modified files:
lib/libssl : tls13_client.c 

Log message:
Fix backoff to legacy when in client auth mode.
ok jsing@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Pamela Mosiejczuk
CVSROOT:/cvs
Module name:src
Changes by: pam...@cvs.openbsd.org  2019/11/16 19:45:52

Modified files:
share/man/man1 : portgen.1 

Log message:
remove reference to the defunct sqlports-compact
OK kn afresh1



CVS: cvs.openbsd.org: src

2019-11-16 Thread joshua stein
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/11/16 18:38:20

Modified files:
sys/dev/pci: if_iwm.c 

Log message:
print firmware version as unsigned ints

ok stsp



CVS: cvs.openbsd.org: src

2019-11-16 Thread Bob Beck
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2019/11/16 17:16:58

Modified files:
lib/libssl : tls13_client.c 

Log message:
Drop back to the legacy tls method if we are doing client authenticaiton
from a tls 1.3 connection, for now.

ok jsing@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Bob Beck
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2019/11/16 17:10:48

Modified files:
lib/libssl : tls13_internal.h tls13_lib.c 
 tls13_record_layer.c 

Log message:
Separate the callbacks for recieved and completed post handshake messages
from the record layer

ok jsing@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/11/16 16:17:20

Modified files:
usr.bin/ssh: ssh-sk.c 

Log message:
tweak debug message



CVS: cvs.openbsd.org: src

2019-11-16 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/11/16 15:42:30

Modified files:
usr.bin/ssh: ssh-sk.c 

Log message:
a little debug() in the security key interface



CVS: cvs.openbsd.org: src

2019-11-16 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/11/16 15:36:48

Modified files:
usr.bin/ssh: ssh-agent.c 

Log message:
always use ssh-sk-helper, even for the internal USB HID support.
This avoid the need for a wpath pledge in ssh-agent.

reported by jmc@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Bob Beck
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2019/11/16 14:39:52

Modified files:
lib/libtls : tls_internal.h 

Log message:
Allow 1.3 ciphers in libtls.

ok jsing@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Visa Hankala
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2019/11/16 09:21:11

Modified files:
sys/kern   : kern_rwlock.c 

Log message:
Provide exact lock assertions for rwlocks when witness(4) is enabled.
The checker keeps track of all held rwlocks, so it is able to tell
if a given thread holds a specific lock even when the lock is shared.

OK anton@ mpi@



CVS: cvs.openbsd.org: www

2019-11-16 Thread T . J . Townsend
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2019/11/16 09:04:56

Modified files:
.  : errata65.html errata66.html 

Log message:
release net80211, sysupgrade, and ifioctl errata



CVS: cvs.openbsd.org: src

2019-11-16 Thread Bob Beck
CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2019/11/16 08:36:53

Modified files:
lib/libssl : ssl_tlsext.c 

Log message:
Revert previous deduplication diff, I broke portable in a strange way.
I'll figure it out a bit later.
Found and diagnosed by inoguchi@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Kevin Lo
CVSROOT:/cvs
Module name:src
Changes by: ke...@cvs.openbsd.org   2019/11/16 07:08:31

Modified files:
sys/dev/ic : rtwn.c 
sys/dev/usb: if_urtwn.c 

Log message:
- Don't enable/disable efuse access protection for rtl8188c/rtl8192c;
it may prevent incorrect mac address read from efuse
- Disable BB/RF is not needed in urtwn_r92c_power_on()

ok stsp@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/11/16 06:19:09

Modified files:
sbin/route : route.c 

Log message:
Missing comma after RTM_PROPOSAL source.

ok bluhm@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/11/16 06:14:52

Modified files:
sbin/route : route.c 

Log message:
When printing RTM_PROPOSAL and unspecified message types, print the
interface name if known. As all the other message types do.

ok bluhm@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/11/16 05:58:33

Modified files:
sbin/route : route.c 

Log message:
When printing RTM_PROPOSAL messages use "if#" like all the other
messages, not "ifidx".

ok bluhm@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/11/16 05:47:53

Modified files:
sbin/route : route.c 

Log message:
More %d -> %u for unsigned values.



CVS: cvs.openbsd.org: src

2019-11-16 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/11/16 05:21:51

Modified files:
sbin/route : route.c 

Log message:
Whitespace nit.

ok bluhm@



CVS: cvs.openbsd.org: src

2019-11-16 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2019/11/16 04:07:43

Modified files:
usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Update.pm 

Log message:
preliminary addition of -d option (semantics: add debug packages if
they're present along the packages we want to add/update)
probably not perfect yet, but 100% a no-op if it's not used, so won't
break existing usage.