Age | Commit message (Expand) | Author |
2024-10-18 | ssh-keyscan doesn't need it's own sshfatal() definition, it can | Damien Miller |
2024-10-18 | unreachable POLLERR case; from ya0guang via GHPR485 | Damien Miller |
2024-09-20 | remove unneeded semicolons; checked by millert@ | Jonathan Gray |
2024-09-09 | pull post-quantum ML-KEM/x25519 key exchange out from compile-time | Damien Miller |
2024-09-04 | be more strict in parsing key type names. Only allow shortnames (e.g | Damien Miller |
2024-09-02 | Add experimental support for hybrid post-quantum key exchange | Damien Miller |
2024-06-14 | make host/banner comments go to stderr instead of stdout, so they | Damien Miller |
2024-05-06 | remove SSH1 leftovers | Tobias Stoeckmann |
2024-04-30 | never close stdin | Tobias Stoeckmann |
2024-01-11 | make DSA key support compile-time optional, defaulting to on | Damien Miller |
2023-12-20 | spelling; ok markus@ | Jonathan Gray |
2023-06-21 | handle rlimits > INT_MAX (rlim_t is u64); ok dtucker | Damien Miller |
2023-03-31 | don't print key if printing hostname failed; with/ok dtucker@ | Damien Miller |
2023-02-10 | space between macro and punctuation; | Jason McIntyre |
2023-02-10 | let ssh-keygen and ssh-keyscan accept -Ohashalg=sha1|sha256 when | Damien Miller |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-10-28 | allow ssh-keyscan(1) to accept CIDR address ranges, e.g. | Damien Miller |
2022-08-19 | Strictly enforce the maximum allowed SSH2 banner size in ssh-keyscan | Darren Tucker |
2022-01-21 | When poll(2) returns -1, for some error conditions pfd[].revents is | Theo de Raadt |
2021-12-02 | hash full host:port when asked to hash output, fixes hashes for non- | Damien Miller |
2021-11-18 | check for POLLHUP wherever we check for POLLIN | Damien Miller |
2021-11-12 | aggressively pre-fill the pollfd array with fd=-1 | Theo de Raadt |
2021-11-11 | Convert from select() to ppoll(). Along the way, I observed that the | Theo de Raadt |
2021-10-02 | Dynamically allocate encoded HashKnownHosts and free as appropriate. | Darren Tucker |
2021-01-27 | remove global variable used to stash compat flags and use the | Damien Miller |
2020-12-29 | Update/replace the experimental post-quantim hybrid key exchange | Damien Miller |
2020-10-19 | fix SEGV on fatal() errors spotted by dtucker@ | Damien Miller |
2020-10-18 | use the new variant log macros instead of prepending __func__ and | Damien Miller |
2020-10-18 | variants of the log methods that append a ssherr.h string from | Damien Miller |
2020-10-17 | make the log functions that exit (sshlogdie(), sshfatal(), etc) have | Damien Miller |
2020-10-16 | revised log infrastructure for OpenSSH | Damien Miller |
2020-08-12 | ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@ | cheloha |
2019-12-15 | allow ssh-keyscan to find security key hostkeys | Damien Miller |
2019-09-06 | fixes for !WITH_OPENSSL compilation; ok dtucker@ | Damien Miller |
2019-07-12 | include SHA2-variant RSA key algorithms in KEX proposal; allows | Damien Miller |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-06 | Replace calls to ssh_malloc_init() by a static init of malloc_options. | Otto Moerbeek |
2019-01-26 | make ssh-keyscan return a non-zero exit status if it finds no keys. | Damien Miller |
2019-01-21 | merge kexkem[cs] into kexgen | Damien Miller |
2019-01-21 | use KEM API for vanilla ECDH | Damien Miller |
2019-01-21 | use KEM API for vanilla DH KEX | Damien Miller |
2019-01-21 | use KEM API for vanilla c25519 KEX | Damien Miller |
2019-01-21 | Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org | Damien Miller |
2018-06-06 | switch config file parsing to getline(3) as this avoids static limits | Markus Friedl |
2018-03-02 | apply a lick of paint; tweaks/ok dtucker | Jason McIntyre |
2018-02-23 | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) | Markus Friedl |
2018-02-23 | Add ssh-keyscan -D option to make it print its results in SSHFP format | Damien Miller |
2017-11-25 | Add monotime_ts and monotime_tv that return monotonic timespec and | Darren Tucker |
2017-06-30 | Only call close once in confree(). ssh_packet_close will close the FD | Darren Tucker |