aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_pki.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-13tests/torture_pki: Skip some tests if in FIPS modeAnderson Toshiyuki Sasaki1-0/+19
2019-05-13pki: Fail to sign when using wrong hash algorithmAnderson Toshiyuki Sasaki1-101/+175
2019-05-13tests: Use public key to verify signaturesAnderson Toshiyuki Sasaki1-9/+18
2019-05-13auth, pki: Calculate hash internally when signing/verifyingAnderson Toshiyuki Sasaki1-1/+1
2019-05-13wrapper.h: Add SSH_DIGEST_SHA384 to ssh_digest_e enumAnderson Toshiyuki Sasaki1-0/+7
2019-04-17tests/unittests: test that signatures can be verified with certsBen Toews1-10/+83
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews1-7/+16
2019-04-17torture_pki: store test case attributes in struct instead of multiple arraysBen Toews1-54/+33
2019-01-26tests: Prefer assert_non_null over assert_trueAnderson Toshiyuki Sasaki1-8/+8
2019-01-11tests: Refactor test so that all RSA + hash combinations are testedTilo Eckert1-64/+58
2019-01-11tests: Fix incorrect hash type parameter on signature importTilo Eckert1-3/+8
2018-11-30src: Fix multiple typosTilo Eckert1-2/+2
2018-11-30tests: Verify that signatures are sane and can not be verified by non-matchin...Jakub Jelen1-0/+220
2018-01-10tests: Move rsa tests to own test fileAndreas Schneider1-523/+0
2018-01-10tests: Remove obsolete setup_both_keys()Andreas Schneider1-10/+0
2018-01-10tests: Move ed25519 functions to the right fileAndreas Schneider1-289/+0
2018-01-10tests: Move ecdsa tests to own test fileAndreas Schneider1-487/+0
2018-01-10tests: Move dsa tests to own test fileAndreas Schneider1-387/+4
2018-01-10tests: Move helper functions to a common fileAndreas Schneider1-69/+6
2018-01-04tests: Fix torture_pki with libcryptoAndreas Schneider1-1/+3
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-5/+48
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2016-11-04tests: Some cleanup for torture_pkiAndreas Schneider1-2/+5
2016-03-21torture: Fix guardJustus Winter1-1/+1
2015-09-07tests: Add tests for the new ssh_pki cert functionsAxel Eppe1-0/+110
2015-09-07pki: Use the standard logging functionAndreas Schneider1-10/+0
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-63/+82
2015-08-10tests: Add checks for ssh_key_is_private()Andreas Schneider1-0/+30
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-1/+2
2015-02-02tests: Add ed25519 encrypted keys exportAris Adamantiadis1-0/+29
2015-02-02tests: Add ed25519 encrypted keys importAris Adamantiadis1-0/+18
2015-02-02tests: Add ed25519 OpenSSH key savingAris Adamantiadis1-4/+47
2015-02-02tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis1-2/+187
2014-08-18tests: Fix writing the '\0'.Andreas Schneider1-2/+2
2014-08-15tests: Use public testkey passphrase function in pki test.Andreas Schneider1-7/+6
2014-08-15tests: Use public testkeys in pki test.Andreas Schneider1-178/+74
2014-08-15tests: Make write file a public torture function.Andreas Schneider1-28/+10
2014-08-15tests: Make sure we null terminate the buffer.Andreas Schneider1-3/+4
2014-08-06torture_pki: avoid generating keys with ssh-keygenAris Adamantiadis1-96/+212
2014-04-09pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons1-10/+142
2014-03-27tests: Check the the ecdsa_nid is the same.Andreas Schneider1-0/+2
2014-03-27tests: Add test case for bug #147Alan Dunn1-0/+34
2013-12-11tests: Fix pki test with gcrypt.Andreas Schneider1-0/+4
2013-11-28tests: 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