1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

83 Commits

Author SHA1 Message Date
7933aef747 tests: Add torture_pki_write_privkey_rsa test. 2013-11-27 22:54:13 +01:00
48b715cce0 tests: Use fstat() after the open(). 2013-07-13 13:59:58 +02:00
68be73ec0d tests: Check return value of stat. 2013-06-18 17:11:34 +02:00
679cd9efd8 pki: Fix build if you don't have ECC support. 2012-02-04 18:37:05 +01:00
ae59049347 tests: Test ecdsa key generation and signing. 2012-02-04 18:37:05 +01:00
91372e298d tests: Add duplicate ecdsa key test. 2012-02-04 18:37:04 +01:00
14bb23ae3b tests: Add ecdsa pubkey_from_privkey test. 2012-02-04 18:37:04 +01:00
0e1992a9cc tests: Add ecdsa publickey_from_privatekey test. 2012-02-04 18:37:04 +01:00
fc8a182823 tests: Add a testing of importing ecdsa pubkeys. 2012-02-04 18:37:04 +01:00
d44a79da9b tests: Add test for reading ecdsa privkey. 2012-02-04 18:37:04 +01:00
2c04994443 pki: Add a ssh_key_cmp() function. 2011-10-29 19:58:28 +02:00
21d68112b8 Torture: test new ssh_pki_generate function 2011-09-24 01:36:39 +02:00
822c68eb8e pki: Use consistent API for ssh_pki_export_privkey_to_pubkey(). 2011-08-30 10:28:57 +02:00
a98301d2b0 tests: Add pki signature test. 2011-08-21 13:17:30 +02:00
fa4f2d8bc1 tests: Add pki torture tests for keytypes. 2011-08-21 13:13:21 +02:00
c8d06b6b1c tests: Fix memleak in torture_pki. 2011-08-21 12:41:42 +02:00
79029854f6 tests: Added more pki tests. 2011-08-20 12:59:19 +02:00
bac5f62eaf tests: Fix build warning. 2011-08-20 10:54:43 +02:00
e3bd018465 tests: Fix the torture_pki test. 2011-08-20 10:48:34 +02:00
c575de17a8 pki: Use a consistent naming scheme. 2011-08-19 11:14:23 +02:00
3e56ac650c tests: Fix torture_pki build warnings. 2011-08-19 11:14:06 +02:00
765b42e68a tests: Improve pki_import_privkey_base64 test. 2011-08-19 11:03:31 +02:00
2615f8bc94 tests: Added test for pubkey from privkey. 2011-08-16 23:06:13 +02:00
1a0fbedc2e pki: Fix and rename ssh_pki_publickey_to_base64().
Rename it to ssh_pki_export_publickey_base64().
2011-08-16 23:04:25 +02:00
254c30be2e pki: Remove session from ssh_pki_import_pubkey_* functions. 2011-08-16 19:33:24 +02:00
25a2108809 pki: Remove session from ssh_pki_import_privkey_* functions. 2011-08-16 18:53:18 +02:00
f7a7bf071d torture: Fix memleak in pubkey base64 tests. 2011-08-16 09:23:53 +02:00
330c713fdb pki: Add test torture_pki_publickey_dsa_base64(). 2011-08-16 01:17:24 +02:00
9dfef44fd8 pki: Add ssh_pki_publickey_to_base64(). 2011-08-16 00:47:43 +02:00
47ebcac4cd torture: Add torture_pki_publickey_rsa_base64 test. 2011-08-16 00:47:43 +02:00
9569d053d8 pki: Improve ssh_pki_import_privkey_base64(). 2011-08-08 15:28:31 +02:00
34b05fd2dc Fix memory leaks in pki and testcase 2011-05-26 21:33:36 +02:00
23aa58e442 Added some tortures for pki 2011-04-14 14:05:44 +02:00