summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2020-01-24Teach openssl s_client a bit about TLSv1.3.Theo Buehler
2020-01-24minor tweaks to ssh-keygen -Y find-principals:Damien Miller
2020-01-24remove ssh-rsa (SHA1) from the list of allowed CA signature algorithmsDamien Miller
2020-01-24when signing a certificate with an RSA key, default to a safe signatureDamien Miller
2020-01-24allow PEM export of DSA and ECDSA keys; bz3091, patch from Jakub JelenDamien Miller
2020-01-23ssh-keygen -Y find-principals fixes based on feedback from Markus:Damien Miller
2020-01-23Remove unused sys/signal.h include.Alexandre Ratchov
2020-01-23Fix typo in comment.Darren Tucker
2020-01-23Make zlib optional. This adds a "ZLIB" build time option that allowsDarren Tucker
2020-01-23remove trailing period characters from pub/priv key pathnames -Damien Miller
2020-01-23new sentence, new line;Jason McIntyre
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).Darren Tucker
2020-01-23When opening a device, loop over the alternate devices list in theAlexandre Ratchov
2020-01-23Accept MIDI clients that don't reset status during sysex messages.Alexandre Ratchov
2020-01-23missing header change from previous; spotted by dtucker@Damien Miller
2020-01-23Make -peekaboo mode also use SSL_pending after peeking, to ensureBob Beck
2020-01-23Remove unsupported algorithms from list of defaults at run time andDarren Tucker
2020-01-23add a new signature operations "find-principal" to look up theDamien Miller
2020-01-22delete wasteful ;;Theo de Raadt
2020-01-22Ignore whitespace when checking explict fingerprint. When confirming a hostDarren Tucker
2020-01-22Simplify the peekaboo code.Joel Sing
2020-01-22remove diffie-hellman-group14-sha1 from default kex to see what happens.Ted Unangst
2020-01-22For ssh-keygen -lF only add a space after key fingerprint when there is aClaudio Jeker
2020-01-22Add -peekaboo option to s_client, to test SSL_peekBob Beck
2020-01-22some __func__ and strerror(errno) here; no functional changeDamien Miller
2020-01-22reword to avoid second person. ok cheloha deraadtTed Unangst
2020-01-22claudio noticed that "exit" inside the main {} clause still runs the EXITTheo de Raadt
2020-01-22factor out parsing of allowed-signers linesDamien Miller
2020-01-21expose the number of currently-authenticating connectionsDamien Miller
2020-01-21document the default value of the ControlPersist option; ok dtucker@ djm@Christian Weisgerber
2020-01-21In -C mode, the public key is optional since it can be deduced fromTheo Buehler
2020-01-21don't #ifdef out the KRL code when compiling without libcryptoDamien Miller
2020-01-21check access(ssh-sk-helper, X_OK) to provide friendly error messageDamien Miller
2020-01-21remove trailing whitespace;Jason McIntyre
2020-01-21Document sntrup4591761x25519-sha512@tinyssh.org. Patch fromDarren Tucker
2020-01-21fix ssh-keygen not displaying authenticator touch prompt;Damien Miller
2020-01-21a little more verbosity in sign_and_send_pubkey() debug messagesDamien Miller
2020-01-21Fix tls_handshake() usage which was added without checking return valuesBob Beck
2020-01-20Make the code more readable by introducingIngo Schwarze
2020-01-19Introduce a new mdoc(7) macro .Tg ("tag") to explicitly mark a placeIngo Schwarze
2020-01-19Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze
2020-01-18kdump(1): give timestamp types real names; ok schwarze@cheloha
2020-01-18one more replacement "(security) key" -> "(FIDO) authenticator"Christian Weisgerber
2020-01-18undo merge error and replace the term "security key" againChristian Weisgerber
2020-01-17Document loading of resident keys from a FIDO authenticator.Christian Weisgerber
2020-01-17Some minor usage() bits omitted in the original diffs.Martijn van Duren
2020-01-17Implement a df subcommand, this outputs disk and memory information in aMartijn van Duren
2020-01-17Add better support for exception contexts.Martijn van Duren
2020-01-17Implement a -Cs option for snmp walk and bulkwalk.Martijn van Duren
2020-01-16Usually, -width Fl (which is 10n) is too wide and hence ugly.Ingo Schwarze