Age | Commit message (Expand) | Author |
2019-11-18 | missing break in getopt switch; spotted by Sebastian Kinne | Damien Miller |
2019-11-17 | Change tls13_record_layer_phh() to take a CBS as this avoids ownership | Joel Sing |
2019-11-17 | Correct update of application traffic secrets to use an empty context | Bob Beck |
2019-11-17 | Bring back the ssl_shutdown internal method pointer. | Joel Sing |
2019-11-17 | Add a reference for the non-standard post-handshake handshake (PHH). | Theo Buehler |
2019-11-17 | Ensure that we are never operating in plaintext mode once the handshake | Joel Sing |
2019-11-17 | fail to usage if extra argv are present | Theo de Raadt |
2019-11-17 | Provide framework for sending alerts and post-handshake handshake messages. | Joel Sing |
2019-11-17 | indent with a tab instead of 8 spaces | Theo Buehler |
2019-11-17 | "set delay" never worked as committed: the delay field was not copied | Otto Moerbeek |
2019-11-17 | Move the TLSv1.3 server message handling stubs. | Joel Sing |
2019-11-17 | Add the initial framework for the TLSv1.3 server. | Joel Sing |
2019-11-17 | tls13_connect() should be static. | Joel Sing |
2019-11-17 | Use disable-bt overlay with raspberry pi so the pl011 will be used as | Jonathan Gray |
2019-11-17 | Fix backoff to legacy when in client auth mode. | Bob Beck |
2019-11-17 | remove reference to the defunct sqlports-compact | pamela |
2019-11-17 | print firmware version as unsigned ints | Joshua Stein |
2019-11-17 | Drop back to the legacy tls method if we are doing client authenticaiton | Bob Beck |
2019-11-17 | Separate the callbacks for recieved and completed post handshake messages | Bob Beck |
2019-11-16 | tweak debug message | Damien Miller |
2019-11-16 | a little debug() in the security key interface | Damien Miller |
2019-11-16 | always use ssh-sk-helper, even for the internal USB HID support. | Damien Miller |
2019-11-16 | Allow 1.3 ciphers in libtls. | Bob Beck |
2019-11-16 | Provide exact lock assertions for rwlocks when witness(4) is enabled. | Visa Hankala |
2019-11-16 | Revert 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-16 | Missing comma after RTM_PROPOSAL source. | Kenneth R Westerback |
2019-11-16 | When printing RTM_PROPOSAL and unspecified message types, print the | Kenneth R Westerback |
2019-11-16 | When printing RTM_PROPOSAL messages use "if#" like all the other | Kenneth R Westerback |
2019-11-16 | More %d -> %u for unsigned values. | Kenneth R Westerback |
2019-11-16 | Whitespace nit. | Kenneth R Westerback |
2019-11-16 | preliminary addition of -d option (semantics: add debug packages if | Marc Espie |
2019-11-16 | Allow portable to override the default CA bundle location | Bob Beck |
2019-11-16 | rtm_version, rtm_type, rtm_msglen, rtm_index, rtm_priority, ifan_what | Kenneth R Westerback |
2019-11-16 | Remove "(void)" casts from the 2 printf() statements that | Kenneth R Westerback |
2019-11-15 | In cpio mode, when processing the -o switch, only set the archive format | Christian Weisgerber |
2019-11-15 | nicer order of multi-choice packages (by version if everything else is | Marc Espie |
2019-11-15 | Remove gratuitous #ifdef. | Visa Hankala |
2019-11-15 | fix typos in sk_enroll | Markus Friedl |
2019-11-15 | Deduplicate some extension processing code. | Bob Beck |
2019-11-15 | Fix a segmentation fault in ncurses. | Frederic Cambus |
2019-11-15 | IKEv2 message fragments of the same message have the same msg_id. When | tobhe |
2019-11-15 | Fix error handling in ikev2_msg_send. | tobhe |
2019-11-15 | fix the spelling of rpki, as noted by jmc@ | Sebastian Benoit |
2019-11-15 | Do not add path if it is NULL, duh. | Nicholas Marriott |
2019-11-15 | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). | Nicholas Marriott |
2019-11-15 | double word; | Jason McIntyre |
2019-11-15 | Whitespace removal, no code change. | Mike Larkin |
2019-11-15 | Fix a spelling error in a comment and remove some extra whitespace | Mike Larkin |
2019-11-15 | Improve readability by using a typedef for the callback type; ok florian@ | Otto Moerbeek |