aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_pki_ed25519.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15Test coverage for file export and for PEM and OpenSSH formatsJakub Jelen1-36/+77
2023-12-15tests: Do not use assert_trueJakub Jelen1-17/+17
2023-12-05tests: Cover recent changes for importing certs to keysJakub Jelen1-0/+5
2022-10-31Remove HAVE_OPENSSL_ED25519 ifdefsNorbert Pocs1-5/+5
2022-07-04Change include order in unittest filesNorbert Pocs1-1/+1
2020-12-11Add safety checks for all ssh_string_fill callsDirkjan Bussink1-2/+4
2019-09-24pki_crypto: Support Ed25519 keys in PEM filesAnderson Toshiyuki Sasaki1-2/+124
2019-09-24pki: Remove unused function pki_signature_verify()Anderson Toshiyuki Sasaki1-6/+6
2019-09-24pki_crypto: Use OpenSSL for Ed25519 signaturesAnderson Toshiyuki Sasaki1-10/+63
2019-09-24torture_pki_ed25519: Use public key to verify signaturesAnderson Toshiyuki Sasaki1-3/+7
2019-07-29pki: Search OpenSSH header not only at the beginningAnderson Toshiyuki Sasaki1-0/+84
2019-05-13auth, pki: Calculate hash internally when signing/verifyingAnderson Toshiyuki Sasaki1-2/+2
2019-04-17tests/unittests: test that signatures can be verified with certsBen Toews1-0/+34
2019-04-17tests/unittests: test ECDSA/ED25519 supportBen Toews1-0/+26
2019-04-17libssh: deprecate SSH_KEYTYPE_ECDSABen Toews1-14/+13
2019-01-26tests: Add NULL checks in pki testsAnderson Toshiyuki Sasaki1-0/+14
2019-01-26tests: Prefer assert_non_null over assert_trueAnderson Toshiyuki Sasaki1-7/+7
2018-11-28tests: Use temporary directories in torture_pki_ed25519.cAnderson Toshiyuki Sasaki1-8/+44
2018-10-24tests: Fix pointer arithmetic in torture_pki_*_publickey_base64Andreas Schneider1-4/+8
2018-09-27tests: Replace ssh_string_free() with SSH_STRING_FREE()Anderson Toshiyuki Sasaki1-3/+3
2018-09-27tests: Replace ssh_key_free() with SSH_KEY_FREE()Anderson Toshiyuki Sasaki1-27/+25
2018-09-20tests: Add a test for ssh_pki_export_privkey_base64()Andreas Schneider1-1/+55
2018-09-18tests: Add null checks in torture_pki_ed25519.cAnderson Toshiyuki Sasaki1-0/+5
2018-09-18tests: Verify we can read public key from OpenSSH containerJakub Jelen1-0/+36
2018-09-18tests: Provide testing keys also in OpenSSH formatJakub Jelen1-12/+21
2018-08-31pki: Support RSA verification using different hash algorithmsJakub Jelen1-2/+2
2018-08-20tests: Make sure pointer are initialized in torture_pki_ed25519Andreas Schneider1-22/+22
2018-08-08tests: Do not leak memory when freeing ed25519 keysAndreas Schneider1-4/+4
2018-08-06tests: Check for memory allocation error in torture_pki_ed25519_sign()Andreas Schneider1-2/+13
2018-04-25pki: Fix duplicating ed25519 public keysAndreas Schneider1-1/+66
2018-01-10torture_pki_ed25519: Add tests for private key with passphraseAndreas Schneider1-0/+43
2018-01-10tests: Move torture keys to own fileAndreas Schneider1-0/+1
2018-01-10tests: Move ed25519 functions to the right fileAndreas Schneider1-0/+308
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-5/+5
2015-04-02unittests: Fix memory leak in torture_pki_ed25519Andreas Schneider1-0/+2
2015-02-02ed25519: Add test for signatures and verificationAris Adamantiadis1-0/+121