1
1
libssh/tests
Jon Simons 48aca98cd5 pki crypto: expose new ssh_pki_key_ecdsa_name API
Enable retrieving the "ecdsa-sha2-nistpNNN" name of ECDSA keys with a
new 'ssh_pki_key_ecdsa_name' API.  This gives more information than the
'ssh_key_type_to_char' API, which yields "ssh-ecdsa" for ECDSA keys.
The motivation is that this info is useful to have in a server context.

The torture_pki unit test is updated to include the new API, and a few
more passes are added to additionally test 384 and 521-bit keys.

Signed-off-by: Jon Simons <jon@jonsimons.org>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2014-04-09 11:01:11 +02:00
..
benchmarks Benchmarks: parse config files 2012-12-23 23:10:52 +01:00
client tests: torture_connect: add test for user provided socket 2014-03-27 10:14:35 +01:00
sftp_stress Added a threading + sftp stress testcase 2009-07-24 22:52:10 +02:00
unittests pki crypto: expose new ssh_pki_key_ecdsa_name API 2014-04-09 11:01:11 +02:00
authentication.c Add a exec test. 2009-05-04 22:30:21 +00:00
chmodtest.c Added some other junk test file 2010-05-17 20:08:11 +02:00
CMakeLists.txt build: fix cmake bug introduced yesterday 2014-02-02 20:56:21 +01:00
cmdline.c Fixed compilation without argp.h available 2011-01-13 21:21:19 +01:00
connection.c preliminary test suite 2008-03-17 02:31:22 +00:00
ctest-default.cmake tests: Turn debug crypto on in ctest. 2012-02-05 10:53:43 +01:00
generate.py A few test cases for benchmarks 2009-11-05 18:18:35 +01:00
test_exec.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
test_pcap.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
test_socket.c struct socket -> struct ssh_socket_struct +typedef 2009-12-06 22:48:56 +01:00
test_ssh_bind_accept_fd.c Test change to ssh_bind_accept_fd 2014-01-21 16:07:09 +01:00
test_tunnel.c Sanitize libssh namespace + legacy wrappers 2010-05-14 00:51:08 +02:00
tests.h preliminary test suite 2008-03-17 02:31:22 +00:00
torture.c src: Update my mail address. 2014-01-07 16:08:23 +01:00
torture.h src: Update my mail address. 2014-01-07 16:08:23 +01:00
valgrind.supp tests: Add suppression for getdelim with selinux. 2013-07-26 08:04:03 +02:00