the bitrig pedro_ecdsa branch has been created by pedro.

it is 0 commits behind master, and 2 commits ahead.

commit 9576b66b87fde5edeb7a659e88914e046b2b82ca
diff: https://github.com/bitrig/bitrig/commit/9576b66
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 49891f3f7d257bcd183410b983d6cbedf2e6b627
diff: https://github.com/bitrig/bitrig/commit/49891f3
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

Reply via email to