]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
conditionalise ECDSA PKCS#11 support
authorDamien Miller <djm@mindrot.org>
Mon, 21 Jan 2019 00:32:28 +0000 (11:32 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 21 Jan 2019 00:32:28 +0000 (11:32 +1100)
commite2cb445d786f7572da2af93e3433308eaed1093a
treee83d87ba2af9d692bb0972baf7996b192b14e7f9
parentfcb1b0937182d0137a3c357c89735d0dc5869d54
conditionalise ECDSA PKCS#11 support

Require EC_KEY_METHOD support in libcrypto, evidenced by presence
of EC_KEY_METHOD_new() function.
configure.ac
ssh-pkcs11-client.c
ssh-pkcs11.c