Bryan Berns

Results 65 comments of Bryan Berns

@Terr4 Is this issue consistent across common MIME types for you? I am able to reproduce this, but not when `-OutFile` is used so I'm guessing it's slowing down in...

For what it's worth, agreed with @mgkuhn on this one on all counts.

@pengsiya Can you try again with just GSSAPIAuthentication = Yes? Also does the hostname you're connecting to match the host name in Active Directory (or, if not, does an SPN...

Just to doubly verify that it's a problem with OpenSSH and not the OpenSC framework, can you see if you can reproduce the issue with PuTTY CAC?

I suspect this is because HAVE_EC_KEY_METHOD_NEW was not defined at compile time. I'll see if I can build you a version with it on for testing.

Can you try the binaries in the attached? [HAVE_EC_KEY_METHOD_NEW-Defined.zip.zip](https://github.com/PowerShell/Win32-OpenSSH/files/8945253/HAVE_EC_KEY_METHOD_NEW-Defined.zip.zip)

Alright, sounds good. I will submit a pull request to get it in the next official release.

You can only use PKCS11 libraries. There is no direct CAPI integration.

You're on the right track with openSC pkcs11.dll and the `-I` option. Just make sure you're using the most recent version of this SSH distribution because the the PKCS library...

@m451 You are correct. It looks like ECC / PKCS11 support was only recently added in the upstream OpenSSH code and, at the very least, config.h will need to be...