summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-11-17Fix backoff to legacy when in client auth mode.Bob Beck
2019-11-17remove reference to the defunct sqlports-compactpamela
2019-11-17print firmware version as unsigned intsJoshua Stein
2019-11-17Drop back to the legacy tls method if we are doing client authenticaitonBob Beck
2019-11-17Separate the callbacks for recieved and completed post handshake messagesBob Beck
2019-11-16tweak debug messageDamien Miller
2019-11-16a little debug() in the security key interfaceDamien Miller
2019-11-16always use ssh-sk-helper, even for the internal USB HID support.Damien Miller
2019-11-16Allow 1.3 ciphers in libtls.Bob Beck
2019-11-16Provide exact lock assertions for rwlocks when witness(4) is enabled.Visa Hankala
2019-11-16Revert previous deduplication diff, I broke portable in a strange way.Bob Beck
2019-11-16- Don't enable/disable efuse access protection for rtl8188c/rtl8192c;Kevin Lo
2019-11-16Missing comma after RTM_PROPOSAL source.Kenneth R Westerback
2019-11-16When printing RTM_PROPOSAL and unspecified message types, print theKenneth R Westerback
2019-11-16When printing RTM_PROPOSAL messages use "if#" like all the otherKenneth R Westerback
2019-11-16More %d -> %u for unsigned values.Kenneth R Westerback
2019-11-16Whitespace nit.Kenneth R Westerback
2019-11-16preliminary addition of -d option (semantics: add debug packages ifMarc Espie
2019-11-16Allow portable to override the default CA bundle locationBob Beck
2019-11-16rtm_version, rtm_type, rtm_msglen, rtm_index, rtm_priority, ifan_whatKenneth R Westerback
2019-11-16Remove "(void)" casts from the 2 printf() statements thatKenneth R Westerback
2019-11-15In cpio mode, when processing the -o switch, only set the archive formatChristian Weisgerber
2019-11-15nicer order of multi-choice packages (by version if everything else isMarc Espie
2019-11-15Remove gratuitous #ifdef.Visa Hankala
2019-11-15fix typos in sk_enrollMarkus Friedl
2019-11-15Deduplicate some extension processing code.Bob Beck
2019-11-15Fix a segmentation fault in ncurses.Frederic Cambus
2019-11-15IKEv2 message fragments of the same message have the same msg_id. Whentobhe
2019-11-15Fix error handling in ikev2_msg_send.tobhe
2019-11-15fix the spelling of rpki, as noted by jmc@Sebastian Benoit
2019-11-15Do not add path if it is NULL, duh.Nicholas Marriott
2019-11-15Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).Nicholas Marriott
2019-11-15double word;Jason McIntyre
2019-11-15Whitespace removal, no code change.Mike Larkin
2019-11-15Fix a spelling error in a comment and remove some extra whitespaceMike Larkin
2019-11-15Improve readability by using a typedef for the callback type; ok florian@Otto Moerbeek