Michael Buckley

Results 8 issues of Michael Buckley

Hello, Apologies for dropping this pull request on you out of the blue. An open-source library I depend on recently added ed25519 as a dependency, and that library has rather...

…requests. When setting a ServerAliveInterval using libssh2_keepalive_config() with want_reply set to true, some servers will reply to the keep-alive requests with a single SSH_MSG_REQUEST_FAILURE packet. This is an allowed behavior...

[email protected] key exchange. These are the FIDO keys. There are also certificate variants that are not covered as part of this pull request. I hope to add them in...

Hello, With the iPhone 15 using a USB-C port instead of a lightning port, our users can no longer authenticate using FIDO2 within our app, except when using an NFC...

This commit adds a new function, libssh2_sftp_posix_rename_ex, which implements the [email protected] extension. If the server does not support this extension, the function will return LIBSSH2_FX_OP_UNSUPPORTED and it will be up...

Another change from the Panic repo. Allows agent signing using rsa-sha2-256 and rsa-sha-512 when setting a callback with `LIBSSH2_CALLBACK_AUTHAGENT_SIGN`.

breaking

Hello Uli, This is a patch to a timing-related crash reported by some Transmit users. It only occurs because we are removing entries in response to file system events. which...

Hello, Apple introduced new iPad models a couple days ago, all of which use USB-C. However, because Yuibikit uses a list of known models to check support for USB-C, apps...