Age | Commit message (Expand) | Author |
2018-10-23 | refer to OpenSSL not SSLeay; | Damien Miller |
2018-10-19 | when printing certificate contents "ssh-keygen -Lf /path/certificate", | Damien Miller |
2018-10-15 | struct sockaddr_storage is guaranteed to be large enough, no need to check | Florian Obser |
2018-10-11 | don't send new-style rsa-sha2-*-cert-v01@openssh.com names to older | Damien Miller |
2018-10-11 | typo in plain RSA algorithm counterpart names for certificates; | Damien Miller |
2018-10-10 | introducing openssh 7.9 | Theo de Raadt |
2018-10-09 | Treat all PEM_read_bio_PrivateKey() errors when a passphrase is specified | Damien Miller |
2018-10-05 | Support using service names for port numbers. | Christian Weisgerber |
2018-10-04 | when the peer sends a channel-close message, make sure we close the | Damien Miller |
2018-10-04 | factor out channel status formatting from channel_open_message() so | Damien Miller |
2018-10-04 | include a little more information about the status and disposition of | Damien Miller |
2018-10-04 | explicit_bzero here to be consistent with other kex*.c; | Damien Miller |
2018-10-03 | Allow ssh_config IdentityAgent directive to accept environment variable | Damien Miller |
2018-10-02 | mention INFO@openssh.com for sending SIGINFO | Damien Miller |
2018-10-02 | Add server support for signalling sessions via the SSH channel/ | Damien Miller |
2018-09-26 | remove big ugly TODO comment from start of file. Some of the mentioned | Damien Miller |
2018-09-26 | Document mux proxy mode; added by Markus in openssh-7.4 | Damien Miller |
2018-09-26 | s/process_mux_master/mux_master_process/ in mux master function names, | Damien Miller |
2018-09-21 | Allow ssh_config ForwardX11Timeout=0 to disable the timeout and allow | Damien Miller |
2018-09-21 | when compiled with GSSAPI support, cache supported method OIDs by | Damien Miller |
2018-09-21 | In sshkey_in_file(), ignore keys that are considered for being too | Damien Miller |
2018-09-21 | Treat connections with ProxyJump specified the same as ones with a | Damien Miller |
2018-09-20 | actually make CASignatureAlgorithms available as a config option | Damien Miller |
2018-09-20 | Import updated moduli. | Darren Tucker |
2018-09-20 | reorder CASignatureAlgorithms, and add them to the various -o lists; | Jason McIntyre |
2018-09-20 | fix "ssh -Q sig" to show correct signature algorithm list (it was | Damien Miller |
2018-09-20 | add CASignatureAlgorithms option for the client, allowing it to specify | Damien Miller |
2018-09-20 | Add sshd_config CASignatureAlgorithms option to allow control over | Damien Miller |
2018-09-19 | Make "ssh-add -q" do what it says on the tin: silence output from | Damien Miller |
2018-09-17 | When choosing a prime from the moduli file, avoid re-using the | Todd C. Miller |
2018-09-14 | second try, deals properly with missing and private-only keys: | Damien Miller |
2018-09-14 | revert following; deals badly with agent keys | Damien Miller |
2018-09-14 | garbage-collect moribund ssh_new_private() API. | Damien Miller |
2018-09-14 | Use consistent format in debug log for keys readied, offered and | Damien Miller |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | Damien Miller |
2018-09-12 | fix edit mistake; spotted by jmc@ | Damien Miller |
2018-09-12 | add SSH_ALLOWED_CA_SIGALGS - the default list of signature algorithms | Damien Miller |
2018-09-12 | add sshkey_check_cert_sigtype() that checks a cert->signature_type | Damien Miller |
2018-09-12 | add cert->signature_type field and keep it in sync with certificate | Damien Miller |
2018-09-12 | Add "ssh -Q sig" to allow listing supported signature algorithms | Damien Miller |
2018-09-12 | allow key revocation by SHA256 hash and allow ssh-keygen to create KRLs | Damien Miller |
2018-09-12 | log certificate fingerprint in authentication success/failure message | Damien Miller |
2018-09-07 | Add FALLTHROUGH comments where appropriate. Patch from jjelen at redhat | Darren Tucker |
2018-09-07 | ssh -MM requires confirmation for all operations that change the | Damien Miller |
2018-08-28 | fix misplaced parenthesis inside if-clause. it's harmless and the only issue is | Ricardo Mestre |
2018-08-28 | fix build with DEBUG_PK enabled | Ricardo Mestre |
2018-08-23 | memleak introduced in r1.83; from Colin Watson | Damien Miller |
2018-08-21 | AIX reports the CODESET as "ISO8859-1" in the POSIX locale. | Ingo Schwarze |
2018-08-13 | revert compat.[ch] section of the following change. It causes | Damien Miller |