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