summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-18Fix off-by-one TRB issue in bulk transfers larger than 64k.Marcus Glocker
2019-11-18Fix actual length calculation of short transfers in xhci(4). So farPatrick Wildt
2019-11-18Hide monitor mode support section in iwm(4) as well. Support for monitorStefan Sperling
2019-11-18Document iwm(4) 9k device support. Hide the CCMP offload section becauseStefan Sperling
2019-11-18Add support for 9260 and 9560 devices to iwm(4).Stefan Sperling
2019-11-18additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@Christian Weisgerber
2019-11-18add the missing WITH_OPENSSL ifdefs after the ED25519-SK addition; ok djm@Christian Weisgerber
2019-11-18syncTheo de Raadt
2019-11-18Add prototypes for the functions that update application secretsBob Beck
2019-11-18Enable ESP UDP-encapsulation with '-t' flag.tobhe
2019-11-18Remove typedef and check sk_push return value in openssl(1) cmsKinichiro Inoguchi
2019-11-18Add -keyopt opiton to openssl(1) cms subcommandKinichiro Inoguchi
2019-11-18Add -f for full size to join-pane (like split-window), from Theo Buehler.Nicholas Marriott
2019-11-18Keep modifiers on backspace when translating it.Nicholas Marriott
2019-11-18LibreSSL change the format for openssl rsa -text output fromDarren Tucker
2019-11-18Move the define of TALSZ_MAX to top and add a description forClaudio Jeker
2019-11-18Add and fix some comments.Claudio Jeker
2019-11-18Remove unused variables, these output formats don't need special handlingClaudio Jeker
2019-11-18tal_read_file() should error out instead of returning a NULL buffer.Claudio Jeker
2019-11-18fix a bug that prevented serialisation of ed25519-sk keysDamien Miller
2019-11-18Fix incorrect error message when key certification failsDamien Miller
2019-11-18fix bug that prevented certification of ed25519-sk keysDamien Miller
2019-11-18allow *-sk key types to be turned into certificatesDamien Miller
2019-11-18mention ed25519-sk key/cert types here too; prompted by jmc@Damien Miller
2019-11-18mention ed25519-sk in places where it is accepted; prompted by jmc@Damien Miller
2019-11-18various knf and whitespace; ok jcaTheo de Raadt
2019-11-18document ed25519-sk pubkey, private key and certificate formatsDamien Miller
2019-11-18correct order or ecdsa-sk private key fieldsDamien Miller
2019-11-18correct description of fields in pub/private keys (was missing curveDamien Miller
2019-11-18don't leak the the task struct used for the addrhook in pfi_detach_ifnet.David Gwynne
2019-11-18Manual page for the Realtek 8125 2.5Gb Ethernet driver.Kevin Lo
2019-11-18regenKevin Lo
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb EthernetKevin Lo
2019-11-18Provide a clean interface for sending TLSv1.3 alerts.Joel Sing
2019-11-18fix printing of client app secretBob Beck
2019-11-18Add regress for the updating of sever and client application secretsBob Beck
2019-11-18missing break in getopt switch; spotted by Sebastian KinneDamien Miller
2019-11-17Change tls13_record_layer_phh() to take a CBS as this avoids ownershipJoel Sing
2019-11-17Correct update of application traffic secrets to use an empty contextBob Beck
2019-11-17Bring back the ssl_shutdown internal method pointer.Joel Sing
2019-11-17Add a reference for the non-standard post-handshake handshake (PHH).Theo Buehler
2019-11-17Ensure that we are never operating in plaintext mode once the handshakeJoel Sing
2019-11-17fail to usage if extra argv are presentTheo de Raadt
2019-11-17Provide framework for sending alerts and post-handshake handshake messages.Joel Sing
2019-11-17indent with a tab instead of 8 spacesTheo Buehler
2019-11-17"set delay" never worked as committed: the delay field was not copiedOtto Moerbeek
2019-11-17Move the TLSv1.3 server message handling stubs.Joel Sing
2019-11-17Add the initial framework for the TLSv1.3 server.Joel Sing
2019-11-17tls13_connect() should be static.Joel Sing
2019-11-17Use disable-bt overlay with raspberry pi so the pl011 will be used asJonathan Gray