the bitrig pedro_ecdsa branch has been created by pedro. it is 1 commit behind master, and 2 commits ahead.
commit cae09e9ee0cf38d0d5453c27466a476c5a3410b1 diff: https://github.com/bitrig/bitrig/commit/cae09e9 author: pedro martelletto <[email protected]> date: Thu Dec 18 13:48:05 2014 +0100 Implement PKCS#11 ECDSA support in SSH Most of the changes take place in ssh-pkcs11.c, which has been instrumented on loading ECDSA keys. Minor changes were reflected in other files such as ssh-pkcs11-client.c and ssh-pkcs11-helper.c. Finally, this change also adds ECDSA support for ssh-keygen conversions. Joint work with Markus Friedl. M usr.bin/ssh/ssh-keygen.c M usr.bin/ssh/ssh-pkcs11-client.c M usr.bin/ssh/ssh-pkcs11-helper.c M usr.bin/ssh/ssh-pkcs11.c M usr.bin/ssh/sshkey.h commit fca918da8a8af19d35b3f64bbffd0cc01e30a7bb diff: https://github.com/bitrig/bitrig/commit/fca918d author: pedro martelletto <[email protected]> date: Thu Dec 18 10:43:16 2014 +0100 Add functions to set ECDSA_METHOD structure. >From OpenSSL commits 94c2f77a and 387b844f, issue #2459: "Add various functions to allocate and set the fields of an ECDSA_METHOD structure." M lib/libssl/src/crypto/ecdsa/ecdsa.h M lib/libssl/src/crypto/ecdsa/ecs_err.c M lib/libssl/src/crypto/ecdsa/ecs_lib.c M lib/libssl/src/crypto/ecdsa/ecs_locl.h
