summaryrefslogtreecommitdiffstats
path: root/tests/unittests/torture_pki.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Add tests for the new ssh_pki cert functionsAxel Eppe2015-09-071-0/+110
* pki: Use the standard logging functionAndreas Schneider2015-09-071-10/+0
* tests: Migrate to new cmocka APIAndreas Schneider2015-09-071-63/+82
* tests: Add checks for ssh_key_is_private()Andreas Schneider2015-08-101-0/+30
* tests: allow conditionnal execution on patternAris Adamantiadis2015-02-021-1/+2
* tests: Add ed25519 encrypted keys exportAris Adamantiadis2015-02-021-0/+29
* tests: Add ed25519 encrypted keys importAris Adamantiadis2015-02-021-0/+18
* tests: Add ed25519 OpenSSH key savingAris Adamantiadis2015-02-021-4/+47
* tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis2015-02-021-2/+187
* tests: Fix writing the '\0'.Andreas Schneider2014-08-181-2/+2
* tests: Use public testkey passphrase function in pki test.Andreas Schneider2014-08-151-7/+6
* tests: Use public testkeys in pki test.Andreas Schneider2014-08-151-178/+74
* tests: Make write file a public torture function.Andreas Schneider2014-08-151-28/+10
* tests: Make sure we null terminate the buffer.Andreas Schneider2014-08-151-3/+4
* torture_pki: avoid generating keys with ssh-keygenAris Adamantiadis2014-08-061-96/+212
* pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons2014-04-091-10/+142
* tests: Check the the ecdsa_nid is the same.Andreas Schneider2014-03-271-0/+2
* tests: Add test case for bug #147Alan Dunn2014-03-271-0/+34
* tests: Fix pki test with gcrypt.Andreas Schneider2013-12-111-0/+4
* tests: Fix memory leaks.Andreas Schneider2013-11-281-0/+9
* tests: Add torture_pki_write_privkey_ecdsa test.Andreas Schneider2013-11-271-0/+44
* tests: Add torture_pki_write_privkey_dsa test.Andreas Schneider2013-11-271-0/+40
* tests: Add torture_pki_write_privkey_rsa test.Andreas Schneider2013-11-271-0/+40
* tests: Use fstat() after the open().Andreas Schneider2013-07-131-8/+8
* tests: Check return value of stat.Andreas Schneider2013-06-181-1/+3
* pki: Fix build if you don't have ECC support.Andreas Schneider2012-02-041-6/+30
* tests: Test ecdsa key generation and signing.Andreas Schneider2012-02-041-0/+45
* tests: Add duplicate ecdsa key test.Andreas Schneider2012-02-041-0/+49
* tests: Add ecdsa pubkey_from_privkey test.Andreas Schneider2012-02-041-0/+44
* tests: Add ecdsa publickey_from_privatekey test.Andreas Schneider2012-02-041-0/+26
* tests: Add a testing of importing ecdsa pubkeys.Andreas Schneider2012-02-041-0/+40
* tests: Add test for reading ecdsa privkey.Andreas Schneider2012-02-041-0/+39
* pki: Add a ssh_key_cmp() function.Andreas Schneider2011-10-291-0/+6
* Torture: test new ssh_pki_generate functionAris Adamantiadis2011-09-241-1/+136
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-301-13/+13
* tests: Add pki signature test.Andreas Schneider2011-08-211-0/+14
* tests: Add pki torture tests for keytypes.Andreas Schneider2011-08-211-0/+24
* tests: Fix memleak in torture_pki.Andreas Schneider2011-08-211-0/+2
* tests: Added more pki tests.Andreas Schneider2011-08-201-3/+137
* tests: Fix build warning.Andreas Schneider2011-08-201-0/+2
* tests: Fix the torture_pki test.Andreas Schneider2011-08-201-2/+0
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-191-3/+3
* tests: Fix torture_pki build warnings.Andreas Schneider2011-08-191-22/+28
* tests: Improve pki_import_privkey_base64 test.Andreas Schneider2011-08-191-0/+7
* tests: Added test for pubkey from privkey.Andreas Schneider2011-08-161-0/+62
* pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-6/+4
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-161-2/+2
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-34/+13
* torture: Fix memleak in pubkey base64 tests.Andreas Schneider2011-08-161-0/+2
* pki: Add test torture_pki_publickey_dsa_base64().Andreas Schneider2011-08-161-0/+39