aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_pki.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-11tests: Fix pki test with gcrypt.Andreas Schneider1-0/+4
2013-12-04tests: Fix memory leaks.Andreas Schneider1-0/+9
2013-11-27tests: Add torture_pki_write_privkey_ecdsa test.Andreas Schneider1-0/+44
2013-11-27tests: Add torture_pki_write_privkey_dsa test.Andreas Schneider1-0/+40
2013-11-27tests: Add torture_pki_write_privkey_rsa test.Andreas Schneider1-0/+40
2013-07-13tests: Use fstat() after the open().Andreas Schneider1-8/+8
2013-06-18tests: Check return value of stat.Andreas Schneider1-1/+3
2012-02-04pki: Fix build if you don't have ECC support.Andreas Schneider1-6/+30
2012-02-04tests: Test ecdsa key generation and signing.Andreas Schneider1-0/+45
2012-02-04tests: Add duplicate ecdsa key test.Andreas Schneider1-0/+49
2012-02-04tests: Add ecdsa pubkey_from_privkey test.Andreas Schneider1-0/+44
2012-02-04tests: Add ecdsa publickey_from_privatekey test.Andreas Schneider1-0/+26
2012-02-04tests: Add a testing of importing ecdsa pubkeys.Andreas Schneider1-0/+40
2012-02-04tests: Add test for reading ecdsa privkey.Andreas Schneider1-0/+39
2011-10-29pki: Add a ssh_key_cmp() function.Andreas Schneider1-0/+6
2011-09-24Torture: test new ssh_pki_generate functionAris Adamantiadis1-1/+136
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider1-13/+13
2011-08-21tests: Add pki signature test.Andreas Schneider1-0/+14
2011-08-21tests: Add pki torture tests for keytypes.Andreas Schneider1-0/+24
2011-08-21tests: Fix memleak in torture_pki.Andreas Schneider1-0/+2
2011-08-20tests: Added more pki tests.Andreas Schneider1-3/+137
2011-08-20tests: Fix build warning.Andreas Schneider1-0/+2
2011-08-20tests: Fix the torture_pki test.Andreas Schneider1-2/+0
2011-08-19pki: Use a consistent naming scheme.Andreas Schneider1-3/+3
2011-08-19tests: Fix torture_pki build warnings.Andreas Schneider1-22/+28
2011-08-19tests: Improve pki_import_privkey_base64 test.Andreas Schneider1-0/+7
2011-08-16tests: Added test for pubkey from privkey.Andreas Schneider1-0/+62
2011-08-16pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider1-6/+4
2011-08-16pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider1-2/+2
2011-08-16pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider1-34/+13
2011-08-16torture: Fix memleak in pubkey base64 tests.Andreas Schneider1-0/+2
2011-08-16pki: Add test torture_pki_publickey_dsa_base64().Andreas Schneider1-0/+39
2011-08-16pki: Add ssh_pki_publickey_to_base64().Andreas Schneider1-0/+5
2011-08-16torture: Add torture_pki_publickey_rsa_base64 test.Andreas Schneider1-0/+36
2011-08-08pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider1-44/+18
2011-05-26Fix memory leaks in pki and testcaseAris Adamantiadis1-0/+2
2011-04-14Added some tortures for pkimilo1-0/+345